diff --git a/changelog.html b/changelog.html
index 3ff3565..3704280 100644
--- a/changelog.html
+++ b/changelog.html
@@ -174,6 +174,10 @@
+
+
+DaCapo
: add 23.11-Chopin release and minheap values.
+
@@ -208,7 +212,7 @@
JuliaMMTK
JuliaStock
-
+
@@ -225,13 +229,13 @@
- Gracifully handle empty modifiers strings in configs, such as
openjdk7||foobar
.
-
+
- DaCapo specific workarounds are now handled by the
DaCapo
class rather than the JavaBenchmark
class to avoid confusions.
-
+
DaCapo
: don't explicitly pass -s default
to DaCapo unless the user requests so by setting the size
key of DaCapo
or overriding the sizes for individual benchmarks using the benchmark specification syntax. This is so that users can override the size via ProgramArg
.
@@ -292,7 +296,7 @@
- Use the
$RUNNING_NG_PACKAGE_DATA
environment variable to refer to base configurations shipped with running-ng, such as $RUNNING_NG_PACKAGE_DATA/base/runbms.yml
, regardless how you installed runnin-ng.
-
+
DaCapo
gains an extra key companion
to facilitate eBPF tracing programs.
@@ -316,7 +320,7 @@
JVMClasspathAppend
JVMClasspathPrepend
-
+
@@ -339,7 +343,7 @@
-
+
JavaBenchmarkSuite
: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref
), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp
and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports
.
@@ -350,7 +354,7 @@
runbms
now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.
-
+
BinaryBenchmarkSuite
: fixes missing parameter when constructing BinaryBenchmark
due to a bug in previous refactoring
@@ -390,7 +394,7 @@
JavaScriptCore
JVM
now detects OOM generated in the form of Rust panic from mmtk-core
.
-
+
DaCapo
gains an extra key size
, which is used to specify the size of the input.
DaCapo
now allows individual benchmark to override the timing iteration, input size, and timeout of the suite.
@@ -398,7 +402,7 @@
-
+
- The
minheap
key of DaCapo
changes from a dictionary to a string. The string is used to look up minheap_values
, which are collections of minheap values. This makes it easier to store multiple sets of minheap values for the same benchmark suite measured using different runtimes.
@@ -408,7 +412,7 @@
-- The
--slice
argument of runbms
now accepts multiple comma-separated floating point numbers.
+- The
--slice
argument of runbms
now accepts multiple comma-separated floating point numbers.
@@ -445,7 +449,7 @@
OpenJDK
JikesRVM
-
+
BinaryBenchmarkSuite
DaCapo
diff --git a/print.html b/print.html
index a5fd01c..076b332 100644
--- a/print.html
+++ b/print.html
@@ -1072,6 +1072,10 @@
-
+
@@ -1123,13 +1127,13 @@
- Gracifully handle empty modifiers strings in configs, such as
openjdk7||foobar
.
-
+
- DaCapo specific workarounds are now handled by the
DaCapo
class rather than the JavaBenchmark
class to avoid confusions.
-
+
DaCapo
: don't explicitly pass -s default
to DaCapo unless the user requests so by setting the size
key of DaCapo
or overriding the sizes for individual benchmarks using the benchmark specification syntax. This is so that users can override the size via ProgramArg
.
@@ -1190,7 +1194,7 @@
- Use the
$RUNNING_NG_PACKAGE_DATA
environment variable to refer to base configurations shipped with running-ng, such as $RUNNING_NG_PACKAGE_DATA/base/runbms.yml
, regardless how you installed runnin-ng.
-
+
DaCapo
gains an extra key companion
to facilitate eBPF tracing programs.
@@ -1214,7 +1218,7 @@
JVMClasspathAppend
JVMClasspathPrepend
-
+
@@ -1237,7 +1241,7 @@
-
+
JavaBenchmarkSuite
: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref
), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp
and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports
.
@@ -1248,7 +1252,7 @@
runbms
now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.
-
+
BinaryBenchmarkSuite
: fixes missing parameter when constructing BinaryBenchmark
due to a bug in previous refactoring
@@ -1288,7 +1292,7 @@
JavaScriptCore
JVM
now detects OOM generated in the form of Rust panic from mmtk-core
.
-
+
DaCapo
gains an extra key size
, which is used to specify the size of the input.
DaCapo
now allows individual benchmark to override the timing iteration, input size, and timeout of the suite.
@@ -1296,7 +1300,7 @@
-
+
- The
minheap
key of DaCapo
changes from a dictionary to a string. The string is used to look up minheap_values
, which are collections of minheap values. This makes it easier to store multiple sets of minheap values for the same benchmark suite measured using different runtimes.
@@ -1306,7 +1310,7 @@
-- The
--slice
argument of runbms
now accepts multiple comma-separated floating point numbers.
+- The
--slice
argument of runbms
now accepts multiple comma-separated floating point numbers.
@@ -1343,7 +1347,7 @@
OpenJDK
JikesRVM
-
+
BinaryBenchmarkSuite
DaCapo
diff --git a/searchindex.js b/searchindex.js
index fa782c9..b2c648b 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["intro.html#introduction","intro.html#disclaimer","intro.html#-warning","intro.html#history","intro.html#maintainers","install.html#installation","install.html#adding-running-to-path","quickstart.html#quickstart","quickstart.html#installation","quickstart.html#prepare-benchmarks","quickstart.html#prepare-your-builds","quickstart.html#prepare-probes","quickstart.html#prepare-configs","quickstart.html#sanity-checks","quickstart.html#dry-run","quickstart.html#single-invocation","quickstart.html#run-it","quickstart.html#analysing-results","basics/index.html#basics","basics/design.html#design-principles","basics/design.html#sound-methodology","basics/design.html#reproducibility","basics/design.html#extensibility","basics/design.html#reusability","basics/design.html#human-readable-syntax","references/index.html#configuration-file-syntax","references/index.html#benchmarks","references/index.html#configs","references/index.html#includes","references/index.html#overrides","references/index.html#modifiers","references/index.html#value-options","references/index.html#runtimes","references/index.html#suites","references/suite.html#benchmark-suite","references/suite.html#binarybenchmarksuite--preview-","references/suite.html#keys","references/suite.html#dacapo","references/suite.html#keys-1","references/suite.html#benchmark-specification","references/suite.html#specjbb2015-preview-","references/suite.html#keys-2","references/suite.html#benchmark-specification-1","references/suite.html#specjvm98-preview-","references/suite.html#keys-3","references/suite.html#benchmark-specification-2","references/suite.html#octane-preview-","references/suite.html#keys-4","references/suite.html#juliagcbenchmarks-preview-","references/suite.html#keys-5","references/runtime.html#runtime","references/runtime.html#jikesrvm","references/runtime.html#nativeexecutable-preview-","references/runtime.html#openjdk","references/runtime.html#d8-preview-","references/runtime.html#keys","references/runtime.html#spidermonkey-preview-","references/runtime.html#keys-1","references/runtime.html#javascriptcore-preview-","references/runtime.html#keys-2","references/runtime.html#juliammtk-preview-","references/runtime.html#keys-3","references/runtime.html#juliastock-preview-","references/runtime.html#keys-4","references/modifier.html#modifier","references/modifier.html#envvar","references/modifier.html#keys","references/modifier.html#description","references/modifier.html#jvmarg","references/modifier.html#keys-1","references/modifier.html#description-1","references/modifier.html#jsarg-preview-","references/modifier.html#keys-2","references/modifier.html#description-2","references/modifier.html#jvmclasspathappend","references/modifier.html#keys-3","references/modifier.html#description-3","references/modifier.html#jvmclasspathprepend","references/modifier.html#keys-4","references/modifier.html#description-4","references/modifier.html#jvmclasspath","references/modifier.html#programarg","references/modifier.html#keys-5","references/modifier.html#description-5","references/modifier.html#modifierset-preview-","references/modifier.html#keys-6","references/modifier.html#description-6","references/modifier.html#wrapper-preview-","references/modifier.html#keys-7","references/modifier.html#description-7","references/modifier.html#companion-preview-","references/modifier.html#keys-8","references/modifier.html#description-8","references/modifier.html#juliaarg-preview-","references/modifier.html#keys-9","commands/index.html#command-references","commands/index.html#usage","commands/index.html#convention","commands/runbms.html#runbms","commands/runbms.html#usage","commands/runbms.html#keys","commands/runbms.html#plugins-preview-","commands/runbms.html#zulip","commands/runbms.html#copyfile","commands/runbms.html#interpreting-the-outputs","commands/runbms.html#console-outputs","commands/runbms.html#log-directory","commands/runbms.html#heap-size-calculations","commands/runbms.html#best-practices","commands/runbms.html#continuously-monitor-your-experiments","commands/minheap.html#minheap","commands/minheap.html#usage","commands/minheap.html#keys","commands/fillin.html#fillin","cookbook/index.html","cookbook/perf_events.html#whole-process-performance-event-monitoring","cookbook/perf_events.html#jvmti","cookbook/perf_events.html#mmtk","cookbook/perf_events.html#work-packet-performance-event-monitoring","cookbook/perf_events.html#machine-specific-known-problems","faq.html#frequently-asked-questions","changelog.html#changelog","changelog.html#unreleased","changelog.html#added","changelog.html#changed","changelog.html#deprecated","changelog.html#removed","changelog.html#fixed","changelog.html#security","changelog.html#v042-2023-09-10","changelog.html#changed-1","changelog.html#fixed-1","changelog.html#security-1","changelog.html#v041-2023-08-22","changelog.html#fixed-2","changelog.html#v040-2023-08-17","changelog.html#added-1","changelog.html#changed-2","changelog.html#fixed-3","changelog.html#v039-2023-08-02","changelog.html#fixed-4","changelog.html#v038-2023-02-21","changelog.html#changed-3","changelog.html#v037-2023-02-14","changelog.html#fixed-5","changelog.html#v036-2023-01-16","changelog.html#added-2","changelog.html#fixed-6","changelog.html#v035-2022-10-13","changelog.html#changed-4","changelog.html#v034-2022-10-13","changelog.html#fixed-7","changelog.html#v033-2022-10-12","changelog.html#changed-5","changelog.html#fixed-8","changelog.html#v032-2022-10-12","changelog.html#added-3","changelog.html#v031-2022-09-18","changelog.html#added-4","changelog.html#changed-6","changelog.html#removed-1","changelog.html#v030-2022-03-19","changelog.html#added-5","changelog.html#changed-7","changelog.html#deprecated-1","changelog.html#removed-2","changelog.html#v022-2022-03-07","changelog.html#fixed-9","changelog.html#v021-2022-03-05","changelog.html#changed-8","changelog.html#fixed-10","changelog.html#v020-2022-02-20","changelog.html#added-6","changelog.html#changed-9","changelog.html#removed-3","changelog.html#fixed-11","changelog.html#v010-2021-08-09","changelog.html#added-7"],"index":{"documentStore":{"docInfo":{"0":{"body":11,"breadcrumbs":2,"title":1},"1":{"body":53,"breadcrumbs":2,"title":1},"10":{"body":79,"breadcrumbs":3,"title":2},"100":{"body":62,"breadcrumbs":4,"title":1},"101":{"body":0,"breadcrumbs":5,"title":2},"102":{"body":99,"breadcrumbs":4,"title":1},"103":{"body":42,"breadcrumbs":4,"title":1},"104":{"body":2,"breadcrumbs":5,"title":2},"105":{"body":0,"breadcrumbs":5,"title":2},"106":{"body":0,"breadcrumbs":5,"title":2},"107":{"body":43,"breadcrumbs":6,"title":3},"108":{"body":2,"breadcrumbs":5,"title":2},"109":{"body":24,"breadcrumbs":6,"title":3},"11":{"body":36,"breadcrumbs":3,"title":2},"110":{"body":143,"breadcrumbs":4,"title":1},"111":{"body":41,"breadcrumbs":4,"title":1},"112":{"body":44,"breadcrumbs":4,"title":1},"113":{"body":0,"breadcrumbs":4,"title":1},"114":{"body":4,"breadcrumbs":1,"title":1},"115":{"body":0,"breadcrumbs":9,"title":5},"116":{"body":153,"breadcrumbs":5,"title":1},"117":{"body":120,"breadcrumbs":5,"title":1},"118":{"body":12,"breadcrumbs":9,"title":5},"119":{"body":47,"breadcrumbs":8,"title":4},"12":{"body":12,"breadcrumbs":3,"title":2},"120":{"body":0,"breadcrumbs":6,"title":3},"121":{"body":0,"breadcrumbs":2,"title":1},"122":{"body":0,"breadcrumbs":2,"title":1},"123":{"body":0,"breadcrumbs":2,"title":1},"124":{"body":0,"breadcrumbs":2,"title":1},"125":{"body":0,"breadcrumbs":2,"title":1},"126":{"body":0,"breadcrumbs":2,"title":1},"127":{"body":0,"breadcrumbs":2,"title":1},"128":{"body":0,"breadcrumbs":2,"title":1},"129":{"body":0,"breadcrumbs":5,"title":4},"13":{"body":33,"breadcrumbs":3,"title":2},"130":{"body":8,"breadcrumbs":2,"title":1},"131":{"body":9,"breadcrumbs":2,"title":1},"132":{"body":0,"breadcrumbs":2,"title":1},"133":{"body":0,"breadcrumbs":5,"title":4},"134":{"body":11,"breadcrumbs":2,"title":1},"135":{"body":0,"breadcrumbs":5,"title":4},"136":{"body":21,"breadcrumbs":2,"title":1},"137":{"body":16,"breadcrumbs":2,"title":1},"138":{"body":21,"breadcrumbs":2,"title":1},"139":{"body":0,"breadcrumbs":5,"title":4},"14":{"body":21,"breadcrumbs":3,"title":2},"140":{"body":29,"breadcrumbs":2,"title":1},"141":{"body":0,"breadcrumbs":5,"title":4},"142":{"body":8,"breadcrumbs":2,"title":1},"143":{"body":0,"breadcrumbs":5,"title":4},"144":{"body":9,"breadcrumbs":2,"title":1},"145":{"body":0,"breadcrumbs":5,"title":4},"146":{"body":6,"breadcrumbs":2,"title":1},"147":{"body":8,"breadcrumbs":2,"title":1},"148":{"body":0,"breadcrumbs":5,"title":4},"149":{"body":16,"breadcrumbs":2,"title":1},"15":{"body":26,"breadcrumbs":3,"title":2},"150":{"body":0,"breadcrumbs":5,"title":4},"151":{"body":10,"breadcrumbs":2,"title":1},"152":{"body":0,"breadcrumbs":5,"title":4},"153":{"body":13,"breadcrumbs":2,"title":1},"154":{"body":15,"breadcrumbs":2,"title":1},"155":{"body":0,"breadcrumbs":5,"title":4},"156":{"body":2,"breadcrumbs":2,"title":1},"157":{"body":0,"breadcrumbs":5,"title":4},"158":{"body":29,"breadcrumbs":2,"title":1},"159":{"body":20,"breadcrumbs":2,"title":1},"16":{"body":21,"breadcrumbs":2,"title":1},"160":{"body":16,"breadcrumbs":2,"title":1},"161":{"body":0,"breadcrumbs":5,"title":4},"162":{"body":6,"breadcrumbs":2,"title":1},"163":{"body":17,"breadcrumbs":2,"title":1},"164":{"body":15,"breadcrumbs":2,"title":1},"165":{"body":11,"breadcrumbs":2,"title":1},"166":{"body":0,"breadcrumbs":5,"title":4},"167":{"body":36,"breadcrumbs":2,"title":1},"168":{"body":0,"breadcrumbs":5,"title":4},"169":{"body":15,"breadcrumbs":2,"title":1},"17":{"body":4,"breadcrumbs":3,"title":2},"170":{"body":12,"breadcrumbs":2,"title":1},"171":{"body":0,"breadcrumbs":5,"title":4},"172":{"body":186,"breadcrumbs":2,"title":1},"173":{"body":52,"breadcrumbs":2,"title":1},"174":{"body":6,"breadcrumbs":2,"title":1},"175":{"body":54,"breadcrumbs":2,"title":1},"176":{"body":2,"breadcrumbs":5,"title":4},"177":{"body":39,"breadcrumbs":2,"title":1},"18":{"body":21,"breadcrumbs":2,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"2":{"body":65,"breadcrumbs":2,"title":1},"20":{"body":21,"breadcrumbs":5,"title":2},"21":{"body":38,"breadcrumbs":4,"title":1},"22":{"body":29,"breadcrumbs":4,"title":1},"23":{"body":38,"breadcrumbs":4,"title":1},"24":{"body":11,"breadcrumbs":6,"title":3},"25":{"body":16,"breadcrumbs":5,"title":3},"26":{"body":65,"breadcrumbs":3,"title":1},"27":{"body":65,"breadcrumbs":3,"title":1},"28":{"body":98,"breadcrumbs":3,"title":1},"29":{"body":2,"breadcrumbs":3,"title":1},"3":{"body":88,"breadcrumbs":2,"title":1},"30":{"body":156,"breadcrumbs":3,"title":1},"31":{"body":61,"breadcrumbs":4,"title":2},"32":{"body":25,"breadcrumbs":3,"title":1},"33":{"body":28,"breadcrumbs":3,"title":1},"34":{"body":0,"breadcrumbs":6,"title":2},"35":{"body":10,"breadcrumbs":6,"title":2},"36":{"body":33,"breadcrumbs":5,"title":1},"37":{"body":3,"breadcrumbs":5,"title":1},"38":{"body":278,"breadcrumbs":5,"title":1},"39":{"body":68,"breadcrumbs":6,"title":2},"4":{"body":2,"breadcrumbs":2,"title":1},"40":{"body":1,"breadcrumbs":6,"title":2},"41":{"body":25,"breadcrumbs":5,"title":1},"42":{"body":10,"breadcrumbs":6,"title":2},"43":{"body":31,"breadcrumbs":6,"title":2},"44":{"body":24,"breadcrumbs":5,"title":1},"45":{"body":16,"breadcrumbs":6,"title":2},"46":{"body":0,"breadcrumbs":6,"title":2},"47":{"body":83,"breadcrumbs":5,"title":1},"48":{"body":4,"breadcrumbs":6,"title":2},"49":{"body":58,"breadcrumbs":5,"title":1},"5":{"body":21,"breadcrumbs":3,"title":1},"50":{"body":0,"breadcrumbs":4,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":13,"breadcrumbs":5,"title":2},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":0,"breadcrumbs":5,"title":2},"55":{"body":4,"breadcrumbs":4,"title":1},"56":{"body":0,"breadcrumbs":5,"title":2},"57":{"body":4,"breadcrumbs":4,"title":1},"58":{"body":0,"breadcrumbs":5,"title":2},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":93,"breadcrumbs":5,"title":3},"60":{"body":0,"breadcrumbs":5,"title":2},"61":{"body":4,"breadcrumbs":4,"title":1},"62":{"body":13,"breadcrumbs":5,"title":2},"63":{"body":4,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":0,"breadcrumbs":4,"title":1},"66":{"body":6,"breadcrumbs":4,"title":1},"67":{"body":9,"breadcrumbs":4,"title":1},"68":{"body":2,"breadcrumbs":4,"title":1},"69":{"body":9,"breadcrumbs":4,"title":1},"7":{"body":22,"breadcrumbs":2,"title":1},"70":{"body":5,"breadcrumbs":4,"title":1},"71":{"body":2,"breadcrumbs":5,"title":2},"72":{"body":9,"breadcrumbs":4,"title":1},"73":{"body":8,"breadcrumbs":4,"title":1},"74":{"body":2,"breadcrumbs":4,"title":1},"75":{"body":9,"breadcrumbs":4,"title":1},"76":{"body":5,"breadcrumbs":4,"title":1},"77":{"body":2,"breadcrumbs":4,"title":1},"78":{"body":9,"breadcrumbs":4,"title":1},"79":{"body":5,"breadcrumbs":4,"title":1},"8":{"body":45,"breadcrumbs":2,"title":1},"80":{"body":4,"breadcrumbs":4,"title":1},"81":{"body":0,"breadcrumbs":4,"title":1},"82":{"body":9,"breadcrumbs":4,"title":1},"83":{"body":5,"breadcrumbs":4,"title":1},"84":{"body":0,"breadcrumbs":5,"title":2},"85":{"body":9,"breadcrumbs":4,"title":1},"86":{"body":8,"breadcrumbs":4,"title":1},"87":{"body":0,"breadcrumbs":5,"title":2},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":9,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":3,"title":2},"90":{"body":0,"breadcrumbs":5,"title":2},"91":{"body":9,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":3,"breadcrumbs":5,"title":2},"94":{"body":9,"breadcrumbs":4,"title":1},"95":{"body":7,"breadcrumbs":4,"title":2},"96":{"body":46,"breadcrumbs":3,"title":1},"97":{"body":28,"breadcrumbs":3,"title":1},"98":{"body":9,"breadcrumbs":4,"title":1},"99":{"body":258,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"At this stage, the focus of this project is driven by the internal use of members from Steve Blackburn 's lab. If you are a member of the lab, you know what to do if you encounter any issue, and you can ignore the below. If you are a member of the public, please kindly note that the project is open-source and documented on a \"good-faith\" basis. We might not have the time to consider your features requests. Please don't be offended if we ignore these. Having said that, you are very welcomed to use it, and we will be very pleased if this helps anyone. In particular, we are grateful if you report bugs you found with steps to reproduce it.","breadcrumbs":"Introduction » Disclaimer","id":"1","title":"Disclaimer"},"10":{"body":"In this guide, we assume you use mmtk-openjdk . Please follow its build guide. I assume you produced two different builds you want to compare. Add the following to two_builds.yml. runtimes: build1: type: OpenJDK release: 11 home: \"/path/to/build1/jdk\" # make sure /path/to/build1/jdk/bin/java exists build2: type: OpenJDK release: 11 home: \"/path/to/build2/jdk\" # make sure /path/to/build2/jdk/bin/java exists This defines two builds of runtimes . I recommend that you use absolute paths for the builds, although relative paths will work, and will be relative to where you run running. I strongly recommend you rename the builds (both the name in the configuration file and the folder name) to something more sensible, preferably with the commit hash for easy troubleshooting and performance debugging later.","breadcrumbs":"Quickstart » Prepare Your Builds","id":"10","title":"Prepare Your Builds"},"100":{"body":"invocations: see above. minheap_multiplier: see above. heap_range: the heap size relative to the minheap when n = N. spread_factor: changes how 0, 1, ..., and N are spread out. When spread_factor is zero, the differences between 0, 1, ..., and N are the same. The larger the spread_factor is, the coarser the spacing is at the end relative to start. Please do NOT change this unless you understand how it works. remote_host: the remote host to rsync the results to. The exact absolute path of LOG_DIR is used on both the local and the remote machine. plugins (preview ⚠️): plugins of this command. Must be a dictionary, similar to how modifiers are declared.","breadcrumbs":"Command References » runbms » Keys","id":"100","title":"Keys"},"101":{"body":"","breadcrumbs":"Command References » runbms » Plugins (preview ⚠️)","id":"101","title":"Plugins (preview ⚠️)"},"102":{"body":"Zulip integration for notifying when experiments start or end. No message will be sent if it'a dry run. Here is an example. plugins: zulip: type: Zulip request: type: private to: [\"your user id here\"] Keys request: please follow the Zulip API documentation . Note that you don't need to put in content here. Please contact the administrators of your organization for your user ID. If you use a bot user and want to post to a channel, please subscribe the bot user to the channel so that messages can be edited . config_file: an optional string to the path of config file. If not specified, the default is ~/.zuliprc. Please make sure that this file can only be accessed by you (e.g., chmod 600 ~/.zuliprc). If you are a moma user, please create this file on squirrel, and it will then be synced to other machines. Please follow the Zulip documentation for the syntax of the config file and for obtaining an API key . If you can't create a new bot, please contact the administrators of your organization.","breadcrumbs":"Command References » runbms » Zulip","id":"102","title":"Zulip"},"103":{"body":"Copying files from the working directory. Here is an example. plugins: dacapo_latency: type: CopyFile patterns: - \"scratch/dacapo-latency-*.csv\" Keys patterns: a list of patterns following the Python 3 pathlib.Path.glob syntax . Files matched the patterns will be copied to LOG_DIR where different subfolders will be created for each invocation. skip_failed: don't copy files from failed runs. The default value is true.","breadcrumbs":"Command References » runbms » CopyFile","id":"103","title":"CopyFile"},"104":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Interpreting the Outputs","id":"104","title":"Interpreting the Outputs"},"105":{"body":"","breadcrumbs":"Command References » runbms » Console Outputs","id":"105","title":"Console Outputs"},"106":{"body":"","breadcrumbs":"Command References » runbms » Log directory","id":"106","title":"Log directory"},"107":{"body":"Please refer to the source code like here and here for the actual algorithm. But the basic idea is as follow. First, we start with the ends and the middle and gradually fill the gap. This is to make sure you can see the big picture trend. Second, the difference between sizes are smaller for smaller sizes and larger for large sizes, because the performance is much more sensitive to the change in heap sizes when the heap is small.","breadcrumbs":"Command References » runbms » Heap Size Calculations","id":"107","title":"Heap Size Calculations"},"108":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Best Practices","id":"108","title":"Best Practices"},"109":{"body":"The results are rsynced to remote_host once all invocations for a benchmark at a heap size are finished. You shouldn't log into the experiment machine so not to disturb the experiments. You should log into the remote host and check the LOG_DIR there and see the new results that came in.","breadcrumbs":"Command References » runbms » Continuously Monitor Your Experiments","id":"109","title":"Continuously Monitor Your Experiments"},"11":{"body":"Please clone probes , and run make. Add the following to two_builds.yml. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" This defines two modifiers , which will be used later to modify the JVM command line arguments. Please only use absolute paths for all the above.","breadcrumbs":"Quickstart » Prepare Probes","id":"11","title":"Prepare Probes"},"110":{"body":"This subcommand runs benchmarks with different configs while varying heap sizes in a binary search fashion in order to determine the minimum heap required to run each benchmark. The result is stored in a YAML file. The dictionary keys are encoded config strings. For each config, there is one dictionary per benchmark suite, where the minimum heap size for each benchmark is stored. An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1: dacapochopin-69a704e: avrora: 7 batik: 189\ntemurin-17.openjdk_common.hotspot_gc-Parallel: dacapochopin-69a704e: avrora: 5 batik: 235 At the end of each run, minheap will print out the configuration that achieves the smallest minheap size for most benchmarks. The minheap values for that configuration will be printed out, which can then be used to populate the minheap values a benchmark suite, such as a DaCapo benchmark suite . An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1 obtained the most number of smallest minheap sizes: 8\nMinheap configuration to be copied to runbms config files\ndacapochopin-69a704e: avrora: 7 batik: 189 biojava: 95 eclipse: 411 fop: 15 graphchi: 255 h2: 773 jme: 29 jython: 25 luindex: 42 lusearch: 21 pmd: 156 sunflow: 29 tomcat: 21 tradebeans: 131 tradesoap: 103 xalan: 8 zxing: 97","breadcrumbs":"Command References » minheap » minheap","id":"110","title":"minheap"},"111":{"body":"minheap [-h] [-a|--attempts ATTEMPTS] CONFIG RESULT -h: print help message. -a (preview ⚠️): set the number of attempts. Overrides attempts in the config file. CONFIG: the path to the configuration file. This is required. RESULT: where to store the results. This file contains both the interim results and the final result. An interrupted execution can be resumed by using the same RESULT path. This is required.","breadcrumbs":"Command References » minheap » Usage","id":"111","title":"Usage"},"112":{"body":"maxheap: the upper bound of the search. attempts (preview ⚠️): for a particular heap size, if an invocation passes or fails with OOM (timeout treated as OOM), the binary search will continue with the next appropriate heap size. If an invocation crashes and if the total number of invocations has not exceeded ATTEMPTS, the same heap size will be repeated. If all ATTEMPTS invocations crash, the binary search for this config will stop, and minheap will report inf.","breadcrumbs":"Command References » minheap » Keys","id":"112","title":"Keys"},"113":{"body":"","breadcrumbs":"Command References » fillin » fillin","id":"113","title":"fillin"},"114":{"body":"Here are some recipes for common tasks.","breadcrumbs":"Cookbook","id":"114","title":"Cookbook"},"115":{"body":"","breadcrumbs":"Cookbook » Performance Event Monitoring » Whole-Process Performance Event Monitoring","id":"115","title":"Whole-Process Performance Event Monitoring"},"116":{"body":"Please clone and build probes , and then build distillation . You might need to change the paths referred in the Makefiles to match your environment. Under the distillation folder, you will find a JVMTI agent, libperf_statistics.so. You can check the source code here . To use the agent, there are four things you need to do. First, you will need to tell the dynamic linker to load the shared library before the VM boots. This ensures that the inherit flag of perf_event_attr works properly and all child threads subsequently spawned are included in the results. modifiers: jvmti_env: type: EnvVar var: \"LD_PRELOAD\" val: \"/path/to/distillation/libperf_statistics.so\" Second, you need to specify a list of events you want to measure. modifiers: perf: type: EnvVar var: \"PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_LL:MISS,PERF_COUNT_HW_CACHE_L1D:MISS,PERF_COUNT_HW_CACHE_DTLB:MISS\" If you want to get a full list of events you can use on a particular machine, you can clone and build libpfm4 and run the showevtinfo program . Third, you need to tell the JVM to load the agent. Note that you need to specify the absolute path. modifiers: jvmti: type: JVMArg val: \"-agentpath:/path/to/distillation/libperf_statistics.so\" Finally, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. We will reuse the RustMMTk probe here, as the callback functions in the JVMTI agent are also called harness_begin and harness_end. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Now, putting it all together, you can define a set of modifiers, and use that set in your config strings. modifiers: jvmti_common: type: ModifierSet val: \"probes|probes_cp|jvmti|jvmti_env|perf\"","breadcrumbs":"Cookbook » Performance Event Monitoring » JVMTI","id":"116","title":"JVMTI"},"117":{"body":"Please clone and build probes . You will need to build mmtk-core with the perf_counter feature. First, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Then, you can specify a list of events you want to measure. modifiers: mmtk_perf: type: EnvVar var: \"MMTK_PHASE_PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,0,-1;PERF_COUNT_HW_INSTRUCTIONS,0,-1;PERF_COUNT_HW_CACHE_LL:MISS,0,-1;PERF_COUNT_HW_CACHE_L1D:MISS,0,-1;PERF_COUNT_HW_CACHE_DTLB:MISS,0,-1\" Note that the list is semicolon-separated. Each entry consists of three parts, separated by commas. The first part is the name of the event. Please refer to the previous section for details. The second part and the third part are pid and cpu, per man perf_event_open. In most cases, you want to use 0,-1, that is measuring the calling thread (the results will be combined later through the inherit flag) on any CPU. For some events, such as RAPL, only package-wide measurement is supported, and you will have to adjust the values accordingly. Note that you might have to increase the value of MAX_PHASES in crate::util::statistics::stats to a larger value, e.g., 1 << 14, so that the array storing the per-phase value will not overflow.","breadcrumbs":"Cookbook » Performance Event Monitoring » MMTk","id":"117","title":"MMTk"},"118":{"body":"It's similar to the whole-process performance event monitoring for MMTk. Just use MMTK_WORK_PERF_EVENTS instead of MMTK_PHASE_PERF_EVENTS.","breadcrumbs":"Cookbook » Performance Event Monitoring » Work-Packet Performance Event Monitoring","id":"118","title":"Work-Packet Performance Event Monitoring"},"119":{"body":"On Xeon D-1540 Broadwell, the PERF_COUNT_HW_CACHE_LL:MISS event is always zero. perf stat -e LLC-load-misses,cycles /bin/ls Performance counter stats for '/bin/ls': 0 LLC-load-misses 1,729,786 cycles 0.001135511 seconds time elapsed 0.001180000 seconds user 0.000000000 seconds sys On AMD machines, the PERF_COUNT_HW_CACHE_LL:MISS event fails to open. perf_event_open syscall fails with No such file or directory.","breadcrumbs":"Cookbook » Performance Event Monitoring » Machine-Specific Known Problems","id":"119","title":"Machine-Specific Known Problems"},"12":{"body":"Finally, add he following to two_builds.yml. configs: - \"build1|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" - \"build2|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" The syntax is described here .","breadcrumbs":"Quickstart » Prepare Configs","id":"12","title":"Prepare Configs"},"120":{"body":"","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"120","title":"Frequently Asked Questions"},"121":{"body":"","breadcrumbs":"Changelog » Changelog","id":"121","title":"Changelog"},"122":{"body":"","breadcrumbs":"Changelog » Unreleased","id":"122","title":"Unreleased"},"123":{"body":"","breadcrumbs":"Changelog » Added","id":"123","title":"Added"},"124":{"body":"","breadcrumbs":"Changelog » Changed","id":"124","title":"Changed"},"125":{"body":"","breadcrumbs":"Changelog » Deprecated","id":"125","title":"Deprecated"},"126":{"body":"","breadcrumbs":"Changelog » Removed","id":"126","title":"Removed"},"127":{"body":"","breadcrumbs":"Changelog » Fixed","id":"127","title":"Fixed"},"128":{"body":"","breadcrumbs":"Changelog » Security","id":"128","title":"Security"},"129":{"body":"","breadcrumbs":"Changelog » v0.4.2 (2023-09-10)","id":"129","title":"v0.4.2 (2023-09-10)"},"13":{"body":"The basic form of usage looks like this. running runbms /path/to/log two_builds.yml 8 That is, run the experiments as specified by two_builds.yml, store the results in /path/to/log, and explore eight different heap sizes (with careful arrangement of which size to run first and which to run later). See here for a complete reference of runbms.","breadcrumbs":"Quickstart » Sanity Checks","id":"13","title":"Sanity Checks"},"130":{"body":"All Modifier instances now supports includes for only attaching them to certain benchmarks","breadcrumbs":"Changelog » Changed","id":"130","title":"Changed"},"131":{"body":"Runtimes D8 now detects new JavaScript OOM error pattern.","breadcrumbs":"Changelog » Fixed","id":"131","title":"Fixed"},"132":{"body":"","breadcrumbs":"Changelog » Security","id":"132","title":"Security"},"133":{"body":"","breadcrumbs":"Changelog » v0.4.1 (2023-08-22)","id":"133","title":"v0.4.1 (2023-08-22)"},"134":{"body":"Commands runbms: apply modifiers in the config file. minheap: apply modifiers in the config file.","breadcrumbs":"Changelog » Fixed","id":"134","title":"Fixed"},"135":{"body":"","breadcrumbs":"Changelog » v0.4.0 (2023-08-17)","id":"135","title":"v0.4.0 (2023-08-17)"},"136":{"body":"Modifiers JuliaArg Runtimes JuliaMMTK JuliaStock Benchmark Suites JuliaGCBenchmarks Commands runbms gains an extra argument, --skip-log-compression, to skip compressing log files with gzip.","breadcrumbs":"Changelog » Added","id":"136","title":"Added"},"137":{"body":"Base Configurations runbms: don't sync to squirrel.moma for the default runbms.yml. moma machine users should use runbms-anu.yml for the old behaviour.","breadcrumbs":"Changelog » Changed","id":"137","title":"Changed"},"138":{"body":"Gracifully handle empty modifiers strings in configs, such as openjdk7||foobar. Benchmark Suites DaCapo specific workarounds are now handled by the DaCapo class rather than the JavaBenchmark class to avoid confusions.","breadcrumbs":"Changelog » Fixed","id":"138","title":"Fixed"},"139":{"body":"","breadcrumbs":"Changelog » v0.3.9 (2023-08-02)","id":"139","title":"v0.3.9 (2023-08-02)"},"14":{"body":"A dry run (by supplying -d to running NOT runbms) allows you to see the commands to be executed. running -d runbms /path/to/log two_builds.yml 8 -i 1 Make sure it looks like what you want.","breadcrumbs":"Quickstart » Dry run","id":"14","title":"Dry run"},"140":{"body":"Benchmark Suites DaCapo: don't explicitly pass -s default to DaCapo unless the user requests so by setting the size key of DaCapo or overriding the sizes for individual benchmarks using the benchmark specification syntax . This is so that users can override the size via ProgramArg.","breadcrumbs":"Changelog » Fixed","id":"140","title":"Fixed"},"141":{"body":"","breadcrumbs":"Changelog » v0.3.8 (2023-02-21)","id":"141","title":"v0.3.8 (2023-02-21)"},"142":{"body":"Commands runbms: companion programs are now expected to self-terminate.","breadcrumbs":"Changelog » Changed","id":"142","title":"Changed"},"143":{"body":"","breadcrumbs":"Changelog » v0.3.7 (2023-02-14)","id":"143","title":"v0.3.7 (2023-02-14)"},"144":{"body":"Commands runbms: better heuristics to detect whether a host is in the moma subnet.","breadcrumbs":"Changelog » Fixed","id":"144","title":"Fixed"},"145":{"body":"","breadcrumbs":"Changelog » v0.3.6 (2023-01-16)","id":"145","title":"v0.3.6 (2023-01-16)"},"146":{"body":"Base Configurations DaCapo Chopin Snapshot-6e411f33","breadcrumbs":"Changelog » Added","id":"146","title":"Added"},"147":{"body":"Fixed type annotations in untyped functions and make Optionals explicit.","breadcrumbs":"Changelog » Fixed","id":"147","title":"Fixed"},"148":{"body":"","breadcrumbs":"Changelog » v0.3.5 (2022-10-13)","id":"148","title":"v0.3.5 (2022-10-13)"},"149":{"body":"Commands runbms: when a companion program exits with a non-zero code, a warning is generated instead of an exception to prevent stopping the entire experiment.","breadcrumbs":"Changelog » Changed","id":"149","title":"Changed"},"15":{"body":"Now, actually run the experiment, but only for one invocation (by supplying -i 1 to runbms). running runbms /path/to/log two_builds.yml 8 -i 1 This allows you to see any issue before wasting several days only realizing that something didn't work.","breadcrumbs":"Quickstart » Single Invocation","id":"15","title":"Single Invocation"},"150":{"body":"","breadcrumbs":"Changelog » v0.3.4 (2022-10-13)","id":"150","title":"v0.3.4 (2022-10-13)"},"151":{"body":"Commands runbms: fix the file descriptor leak when running benchmarks with companion programs.","breadcrumbs":"Changelog » Fixed","id":"151","title":"Fixed"},"152":{"body":"","breadcrumbs":"Changelog » v0.3.3 (2022-10-12)","id":"152","title":"v0.3.3 (2022-10-12)"},"153":{"body":"Commands runbms prints out the logged in users when emitting warnings when the machine has more than one logged in users.","breadcrumbs":"Changelog » Changed","id":"153","title":"Changed"},"154":{"body":"Modifiers Companion: skip value options expansion if no value option is provided to avoid interpreting bpftrace syntax as replacement fields.","breadcrumbs":"Changelog » Fixed","id":"154","title":"Fixed"},"155":{"body":"","breadcrumbs":"Changelog » v0.3.2 (2022-10-12)","id":"155","title":"v0.3.2 (2022-10-12)"},"156":{"body":"Modifiers Companion","breadcrumbs":"Changelog » Added","id":"156","title":"Added"},"157":{"body":"","breadcrumbs":"Changelog » v0.3.1 (2022-09-18)","id":"157","title":"v0.3.1 (2022-09-18)"},"158":{"body":"Base Syntax Use the $RUNNING_NG_PACKAGE_DATA environment variable to refer to base configurations shipped with running-ng, such as $RUNNING_NG_PACKAGE_DATA/base/runbms.yml, regardless how you installed runnin-ng. Benchmark Suites DaCapo gains an extra key companion to facilitate eBPF tracing programs.","breadcrumbs":"Changelog » Added","id":"158","title":"Added"},"159":{"body":"Overhauled Python packaging with PEP 517 zulip is now an optional Python dependency. Use pip install running-ng[zulip] if you want to use the Zulip runbms plugin.","breadcrumbs":"Changelog » Changed","id":"159","title":"Changed"},"16":{"body":"Once you are happy with everything, run the experiments. running runbms /path/to/log two_builds.yml 8 -p \"two_builds\" Don't forget to give the results folder a prefix so that you can later tell what the experiment was for.","breadcrumbs":"Quickstart » Run It","id":"16","title":"Run It"},"160":{"body":"Dropping Python 3.6 support for users. Base Configurations Removing AdoptOpenJDK from the base configuration files. AdoptOpenJDK is now replaced by Temurin.","breadcrumbs":"Changelog » Removed","id":"160","title":"Removed"},"161":{"body":"","breadcrumbs":"Changelog » v0.3.0 (2022-03-19)","id":"161","title":"v0.3.0 (2022-03-19)"},"162":{"body":"Modifiers JVMClasspathAppend JVMClasspathPrepend Benchmark Suites SPECjvm98","breadcrumbs":"Changelog » Added","id":"162","title":"Added"},"163":{"body":"Modifiers JVMClasspath is now an alias of JVMClasspathAppend. This is backward compatible. Commands runbms prints out the version number of running-ng in log files.","breadcrumbs":"Changelog » Changed","id":"163","title":"Changed"},"164":{"body":"Deprecating Python 3.6 support for users. Python 3.6 will NOT be supported once moma machines are upgraded to the latest Ubuntu LTS.","breadcrumbs":"Changelog » Deprecated","id":"164","title":"Deprecated"},"165":{"body":"Dropping Python 3.6 support for developers (NOT users). pytest 7.1+ requires at least Python 3.7.","breadcrumbs":"Changelog » Removed","id":"165","title":"Removed"},"166":{"body":"","breadcrumbs":"Changelog » v0.2.2 (2022-03-07)","id":"166","title":"v0.2.2 (2022-03-07)"},"167":{"body":"Benchmark Suites JavaBenchmarkSuite: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports.","breadcrumbs":"Changelog » Fixed","id":"167","title":"Fixed"},"168":{"body":"","breadcrumbs":"Changelog » v0.2.1 (2022-03-05)","id":"168","title":"v0.2.1 (2022-03-05)"},"169":{"body":"Commands runbms now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.","breadcrumbs":"Changelog » Changed","id":"169","title":"Changed"},"17":{"body":"This is outside the scope of this quickstart guide.","breadcrumbs":"Quickstart » Analysing Results","id":"17","title":"Analysing Results"},"170":{"body":"Benchmark Suites BinaryBenchmarkSuite: fixes missing parameter when constructing BinaryBenchmark due to a bug in previous refactoring","breadcrumbs":"Changelog » Fixed","id":"170","title":"Fixed"},"171":{"body":"","breadcrumbs":"Changelog » v0.2.0 (2022-02-20)","id":"171","title":"v0.2.0 (2022-02-20)"},"172":{"body":"Base Configurations AdoptOpenJDK 16 DaCapo Chopin Snapshot-29a657f, Chopin Snapshot-f480064 Temurin 8, 11, 17 SPECjbb 2015, 1.03 Commands minheap gains an extra key attempts (can be overridden by --attempts) so that crashes don't cause bogus minheap measurements. minheap stores results in a YAML file, which is also used to resume an interrupted execution. minheap prints the minheap values of the best config at the ends. runbms gains an extra argument, --resume, to resume an interrupted execution from a log folder. runbms gains an extra argument, --workdir, to override the default working directory. runbms adds more information of the environment to the log file, including the date, logged in users, system load, and top processes. runbms gains a callback-based plugin system, and an extra key plugins is added. runbms gains a plugin CopyFile to copy files from the working directory. runbms gains a plugin Zulip, which sends messages about the progress of the experiments, and warns about reservation expiration on moma machines. runbms outputs a warning message if more than one users are logged in. runbms uses uppercase letters if there are more than 26 configs. Modifiers ModifierSet Wrapper JSArg Runtimes D8 SpiderMonkey JavaScriptCore JVM now detects OOM generated in the form of Rust panic from mmtk-core. Benchmark Suites DaCapo gains an extra key size, which is used to specify the size of the input. DaCapo now allows individual benchmark to override the timing iteration, input size, and timeout of the suite. SPECjbb2015: basic support for running SPECjbb 2015 in composite mode. Octane: basic support for running Octane using Wenyu's wrapper script.","breadcrumbs":"Changelog » Added","id":"172","title":"Added"},"173":{"body":"Benchmark Suites The minheap key of DaCapo changes from a dictionary to a string. The string is used to look up minheap_values, which are collections of minheap values. This makes it easier to store multiple sets of minheap values for the same benchmark suite measured using different runtimes. Base Syntax Whitespaces can be used in config strings for visual alignment. They are ignored when parsed. Commands The --slice argument of runbms now accepts multiple comma-separated floating point numbers.","breadcrumbs":"Changelog » Changed","id":"173","title":"Changed"},"174":{"body":"Base Configurations DaCapo Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Removed","id":"174","title":"Removed"},"175":{"body":"Commands Resolving relative paths of runtimes before running. Otherwise, they would be resolved relative to the runbms working directory. Use the BinaryIO interface of file IO and interprocess communication to avoid invalid UTF-8 characters from crashing the script. Subprocesses now inherit environment variables from the the parent process. minheap now runs in a temporary working directory to avoid file-based conflicts between concurrent executions. Note that network-port-based conflicts can still happen.","breadcrumbs":"Changelog » Fixed","id":"175","title":"Fixed"},"176":{"body":"Initial release.","breadcrumbs":"Changelog » v0.1.0 (2021-08-09)","id":"176","title":"v0.1.0 (2021-08-09)"},"177":{"body":"Commands fillin minheap runbms Modifiers JVMArg JVMClasspath EnvVar ProgramArg Runtimes NativeExecutable OpenJDK JikesRVM Benchmark Suites BinaryBenchmarkSuite DaCapo Base Configurations AdoptOpenJDK 8, 11, 12, 13, 14, 15 DaCapo 2006, 9.12 (Bach), 9.12 MR1, 9.12 MR1 for Java 6, Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Added","id":"177","title":"Added"},"18":{"body":"Briefly talk about how basic concepts fit together here... Before diving into the details, please read the design principles to help you better understand why things are organized in such way.","breadcrumbs":"Basics » Basics","id":"18","title":"Basics"},"19":{"body":"","breadcrumbs":"Basics » Design Principles » Design Principles","id":"19","title":"Design Principles"},"2":{"body":"The syntax (of configuration files and command line arguments) of running-ng is not stabilized yet. When you use it, expect breaking changes, although we will try to minimize this where possible. running-ng has been tested by few people, and we think it is stable enough to use for your experiments. However, there are probably few wrinkles to be ironed out. Please file any bug or feature request on the issue tracker . You are also welcome to implement new features and/or fix bugs by opening pull requests . But before you do so, please discuss with Steve first for major design changes. For non-user-facing changes, please discuss with the maintainers first.","breadcrumbs":"Introduction » ⚠️ Warning","id":"2","title":"⚠️ Warning"},"20":{"body":"Sound methodology is crucial for the type of performance analysis work we do. Please see the documentation for each of the command for details. We also try to include sensible default values in the base configuration files.","breadcrumbs":"Basics » Design Principles » Sound methodology","id":"20","title":"Sound methodology"},"21":{"body":"It should be easy to reproduce a set of experiments. To this end, various commands will save as much metadata with the results. For example, runbms saves the flattened configuration file and command line arguments in the results folder. For each log, basic information about the execution environment, such as uname, the model name of the CPU, and frequencies of CPU cores, is saved as well.","breadcrumbs":"Basics » Design Principles » Reproducibility","id":"21","title":"Reproducibility"},"22":{"body":"Broadly, the project consists of two parts: the core and the commands. The core provides abstractions for core concepts, such as benchmarks and execution environments, and can be extended through class inheritance. The commands are the user-facing parts that uses the core to provide concrete functionalities.","breadcrumbs":"Basics » Design Principles » Extensibility","id":"22","title":"Extensibility"},"23":{"body":"The configuration files can be easily reused through the includes and overrides mechanisms. For example, people might want to run multiple sets of experiments with minor tweaks, and being able to share a common base configuration file is ergonomic. This is also crucial to the first point that people can get a set of sensible default values by including base configuration files shipped with the project.","breadcrumbs":"Basics » Design Principles » Reusability","id":"23","title":"Reusability"},"24":{"body":"We use YAML as the format for the configuration files. Please read the syntax reference for more details.","breadcrumbs":"Basics » Design Principles » Human-readable syntax","id":"24","title":"Human-readable syntax"},"25":{"body":"The configuration file is in YAML format. You can find a good YAML tutorial here . Below is the documentation for all the top-level keys that are common to all commands.","breadcrumbs":"Core References » Configuration File Syntax","id":"25","title":"Configuration File Syntax"},"26":{"body":"A YAML list of benchmarks to run in each specified benchmark suite . For example: benchmarks: dacapo2006: - eclipse dacapobach: - avrora - fop specifies running to run the eclipse benchmark from the dacapo2006 benchmark suite; and the avrora and fop benchmarks from the dacapobach benchmark suite. These benchmark suites have to be defined previously (usually through an includes key ). Note that each benchmark of a benchmark suite can either be a string or a suite-specific dictionary. For example, for the DaCapo benchmark suite, the following two snippets are equivalent. benchmarks: dacapo2006: - eclipse benchmarks: dacapo2006: - {name: eclipse, bm_name: eclipse, size: default}","breadcrumbs":"Core References » benchmarks","id":"26","title":"benchmarks"},"27":{"body":"A YAML list of configuration strings to be used to run the benchmarks. These are specified as a runtime followed by a '|' separated list of modifiers , i.e. \"||...|\". For example: configs: - \"openjdk11|ms|s|c2\" - \"openjdk15|ms|s\" specifies running to use the openjdk11 runtime with ms, s, and c2 modifiers; and the openjdk15 runtime with the ms, and s modifiers. In the example above, we assume that both the runtimes and modifiers have been previously defined (in either the current configuration file or in an includes file ). Each segment in the configuration strings can have whitespaces in them, so that it's easier for multi-line editing. For example: configs: - \"openjdk8 |foo-1 |bar|buzz\" - \"openjdk15|foo-16| |buzz\"","breadcrumbs":"Core References » configs","id":"27","title":"configs"},"28":{"body":"A YAML list of paths to YAML files that are to be included into the current configuration file for definitions of some keys. This is primarily used to provide re-usability and extensibility of configuration files. A pre-processor step in running takes care of including all the specified files. A flattened version of the final configuration file is also generated and placed in the results folder for reproducibility. The paths can be either absolute or relative. Relative paths are solved relative to the current file. For example, if $HOME/configs/foo.yml has an include line ../bar.yml, the line is interpreted as $HOME/bar.yml. Similarly, includes: - \"./base/suites.yml\" - \"./base/modifiers.yml\" includes the suites.yml and modifiers.yml files located at ./base respectively. Any environment variable in the paths are also resolved before any further processing. This include a special environment variable $RUNNING_NG_PACKAGE_DATA that allows you to refer to various configuration files shipping with running-ng, regardless how you installed running-ng. For example, in a global pip installation, $RUNNING_NG_PACKAGE_DATA will look like /usr/local/lib/python3.10/dist-packages/running/config.","breadcrumbs":"Core References » includes","id":"28","title":"includes"},"29":{"body":"Under construction 🚧.","breadcrumbs":"Core References » overrides","id":"29","title":"overrides"},"3":{"body":"The predecessor of running-ng is running, a set of scripts written in Perl, dating back to 2005. However, the type of workloads we are evaluation has changed a bit, and we want a new set of scripts that fit our needs better. Two major sources of inspiration are mu-perf-benchmarks and menthol . mu-perf-benchmarks is a performance regression framework built for The Mu Micro Virtual Machine . Zixian coauthored the framework with John Zhang in 2017. It features a web frontend for displaying results. You can see the live instance here . menthol is a benchmarking framework built for running benchmarks in high-performance computing (HPC) settings. Zixian built it for his research project about evaluating Chapel's performance in 2018. The framework can run benchmarks in different languages on either single node or on a cluster through PBS job scheduler.","breadcrumbs":"Introduction » History","id":"3","title":"History"},"30":{"body":"A YAML dictionary of program arguments or environment variables that are to be used with config strings . Cannot use - in the key for a modifier. Each modifier requires a type key with other keys being specific to that type. For more information regarding the different types of modifiers, please refer to this page . Warning preview feature ⚠️ . We can exclude certain benchmarks from using a specific modifier by using an excludes key along with a YAML list of benchmarks to be excluded from each benchmark suite. For example: modifiers: s: type: JVMArg val: \"-server\" c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" excludes: dacapo2006: - eclipse specifies two modifiers, s and c2, both of type JVMArg with their respective values. Here, the eclipse benchmark from the dacapo2006 benchmark suite has been excluded from the c2 modifier. Warning preview feature ⚠️ . Similarly, we can attach the modifier only to specific benchmarks by using an includes key. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite. excludes has a higher priority than includes. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse - fop excludes: dacapo2006: - fop The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite, no other benchmark will run with this modifier (not even fop even though it appears in the includes).","breadcrumbs":"Core References » modifiers","id":"30","title":"modifiers"},"31":{"body":"These are special modifiers whose values can be specified through their use in a configuration string . Concrete values are specified as - separated values after the modifier's name in a configuration string. These values will be indexed by the modifier through syntax similar to Python format strings. This is best understood via an example: modifiers: env_var: type: EnvVar var: \"FOO{0}\" val: \"{1}\" [...] configs: - \"openjdk11|env_var-42-43\" specifies to run the openjdk11 runtime with the environment variable FOO42 set to 43. Note that value options are not limited only to environment variables, and can be used for all modifier types.","breadcrumbs":"Core References » Value Options","id":"31","title":"Value Options"},"32":{"body":"A YAML dictionary of runtime definitions that are to be used with config strings . Each runtime requires a type key with other keys being specific to that type. For more information regarding the different types of runtimes, please refer to this page .","breadcrumbs":"Core References » runtimes","id":"32","title":"runtimes"},"33":{"body":"A YAML dictionary of benchmark suite definitions that are to be used as keys of benchmarks. Each benchmark suite requires a type key with other keys being specific to that type. For more information regarding the different types of benchmark suites, please refer to this page .","breadcrumbs":"Core References » suites","id":"33","title":"suites"},"34":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Benchmark Suite","id":"34","title":"Benchmark Suite"},"35":{"body":"A BinaryBenchmarkSuite is a suite of programs which can be used to run binary benchmarks such as for C/C++ benchmarking.","breadcrumbs":"Core References » Benchmark Suite » BinaryBenchmarkSuite (preview ⚠️)","id":"35","title":"BinaryBenchmarkSuite (preview ⚠️)"},"36":{"body":"programs: A yaml list of benchmarks in the format: programs: : path: /full/path/to/benchmark/binary_1 args: \"Any arguments to binary_1\" : path: /full/path/to/benchmark/binary_2 args: \"Any arguments to binary_2\" [...] A possible use-case could use wrapper shell scripts around the benchmark to output timing and other information in a tab-separated table.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"36","title":"Keys"},"37":{"body":"DaCapo benchmark suite .","breadcrumbs":"Core References » Benchmark Suite » DaCapo","id":"37","title":"DaCapo"},"38":{"body":"release: one of the possible values [\"2006\", \"9.12\", \"evaluation\"]. The value is required. path: path to the DaCapo jar. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering OutOfMemoryError. Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: adoptopenjdk-15-G1: avrora: 7 batik: 253 temurin-17-G1: avrora: 7 batik: 189 timing_iteration: specifying the timing iteration. It can either be a number, which is passed to DaCapo as -n, or a string converge. The default value is 3. callback: the class (possibly within some packages) for the DaCapo callback. The value is passed to DaCapo as -c. The default value is null. timeout: timeout for one invocation of a benchmark in seconds. The default value is null. wrapper (preview ⚠️): specifying a wrapper (i.e., extra stuff on the command line before java) when running benchmarks. The default value is null, a no-op. There are two possible ways to specify wrapper. First, a single string with shell-like syntax . Multiple arguments are space separated. This wrapper is used for all benchmarks in the benchmark suite. Second, a dictionary of strings with shell-like syntax to specify possibly different wrappers for different benchmarks. If a benchmark doesn't have a wrapper in the dictionary, it is treated as null. companion (preview ⚠️): the syntax is similar to wrapper. The companion program will start before the main program. The main program will start two seconds after the companion program to make sure the companion is fully initialized. Once the main program finishes, we will wait for the companion program to finish. Therefore, companion programs should have appropriate timeouts or detect when main program finishes. Here is an example of using companion to launch bpftrace in the background to count the system calls. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" overrides: \"suites.dacapo2006.timing_iteration\": 1 \"suites.dacapo2006.companion\": \"sudo bpftrace -e 'tracepoint:raw_syscalls:sys_enter { @syscall[args->id] = count(); @process[comm] = count();} interval:s:10 { printf(\\\"Goodbye world!\\\\n\\\"); exit(); }'\" \"invocations\": 1 benchmarks: dacapo2006: - fop configs: - \"temurin-17\" In the log file, the output from the main program and the output from the companion program is separated by *****. size: specifying the size of input data. Note that the names of the sizes are subject to change depending on the DaCapo releases. The default value is null, which means DaCapo will use the default size unless you override that for individual benchmarks.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"38","title":"Keys"},"39":{"body":"Some of the suite-wide keys can be overridden in a per-benchmark-basis. The keys currently supported are timing_iteration, size, and timeout. Note that, within a suite, your choice of name should uniquely identify a particular way of running a benchmark of name bm_name. The name is used to get the minheap value, etc., which can depend of the size of input data and/or the timing iteration. Therefore, it is highly recommended that you give a name different from the bm_name. Note that, you might need to adjust various other values, including but not limit to the minheap value dictionary and the modifier exclusion dictionary. The following is an example. benchmarks: dacapo2006: - {name: eclipse_large, bm_name: eclipse, size: large}","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"39","title":"Benchmark Specification"},"4":{"body":"Zixian Cai","breadcrumbs":"Introduction » Maintainers","id":"4","title":"Maintainers"},"40":{"body":"SPECjbb2015 .","breadcrumbs":"Core References » Benchmark Suite » SPECjbb2015 (preview ⚠️)","id":"40","title":"SPECjbb2015 (preview ⚠️)"},"41":{"body":"release: one of the possible values [\"1.03\"]. The value is required. path: path to the jar. The value is required. Note that the property file should reside in path/../config/specjbb2015.props per the standard folder structure of the ISO image provided by SPEC.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"41","title":"Keys"},"42":{"body":"Only strings are allowed, which should correspond to the the mode of the SPECjbb2015 controller. Right now, only \"composite\" is supported.","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"42","title":"Benchmark Specification"},"43":{"body":"SPECjvm98 . Note that you will need to prepend probes to the classpaths, so that the modified SpecApplication can be used. Here is an example configuration file. includes: - \"/home/zixianc/running-ng/src/running/config/base/runbms.yml\" modifiers: probes_cp: type: JVMClasspathPrepend val: \"/home/zixianc/MMTk-Dev/evaluation/probes /home/zixianc/MMTk-Dev/evaluation/probes/probes.jar\" benchmarks: specjvm98: - _213_javac configs: - \"adoptopenjdk-8|probes_cp\"","breadcrumbs":"Core References » Benchmark Suite » SPECjvm98 (preview ⚠️)","id":"43","title":"SPECjvm98 (preview ⚠️)"},"44":{"body":"release: one of the possible values [\"1.03_05\"]. The value is required. path: path to the SPECjvm98 folder, where you can find SpecApplication.class. The value is required. timing_iteration: specifying the timing iteration. It can only be a number, which is passed to SpecApplication as -i. The value is required.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"44","title":"Keys"},"45":{"body":"Only strings are allowed, which should correspond to benchmark program of SPECjvm98. The following are the benchmarks: _200_check _201_compress _202_jess _209_db _213_javac _222_mpegaudio _227_mtrt _228_jack","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"45","title":"Benchmark Specification"},"46":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Octane (preview ⚠️)","id":"46","title":"Octane (preview ⚠️)"},"47":{"body":"path: path to the Octane benchmark folder. The value is required. wrapper: path to the Octane wrapper written by Wenyu Zhao. The value is required. timing_iteration: specifying the timing iteration using an integer. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Fatal javascript OOM in .... Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: d8: octane: box2d: 5 codeload: 159 crypto: 3","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"47","title":"Keys"},"48":{"body":"GC benchmarks for Julia: https://github.com/JuliaCI/GCBenchmarks","breadcrumbs":"Core References » Benchmark Suite » JuliaGCBenchmarks (preview ⚠️)","id":"48","title":"JuliaGCBenchmarks (preview ⚠️)"},"49":{"body":"path: path to the GCBenchmarks folder. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Out of Memory!. An example looks like this: minheap_values: julia-mmtk-immix: multithreaded/binary_tree/tree_immutable: 225 multithreaded/binary_tree/tree_mutable: 384 multithreaded/bigarrays/objarray: 9225 serial/TimeZones: 5960 serial/append: 1563 serial/bigint/pollard: 198 serial/linked/list: 4325 serial/linked/tree: 216 serial/strings/strings: 2510 slow/bigint/pidigits: 198 slow/rb_tree/rb_tree: 8640","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"49","title":"Keys"},"5":{"body":"pip3 install --user -U running-ng The base configuration files can be usually be found in paths like ~/.local/lib/python3.6/site-packages/running/config/base. The exact path might differ depending on your Python version, etc.","breadcrumbs":"Introduction » Installation » Installation","id":"5","title":"Installation"},"50":{"body":"","breadcrumbs":"Core References » Runtime » Runtime","id":"50","title":"Runtime"},"51":{"body":"","breadcrumbs":"Core References » Runtime » JikesRVM","id":"51","title":"JikesRVM"},"52":{"body":"A NativeExecutable type specifies runbms to directly run the benchmarks on native hardware. This is supposed to be used in tandem with BinaryBenchmarkSuite .","breadcrumbs":"Core References » Runtime » NativeExecutable (preview ⚠️)","id":"52","title":"NativeExecutable (preview ⚠️)"},"53":{"body":"","breadcrumbs":"Core References » Runtime » OpenJDK","id":"53","title":"OpenJDK"},"54":{"body":"","breadcrumbs":"Core References » Runtime » D8 (preview ⚠️)","id":"54","title":"D8 (preview ⚠️)"},"55":{"body":"executable: path to the d8 executable.","breadcrumbs":"Core References » Runtime » Keys","id":"55","title":"Keys"},"56":{"body":"","breadcrumbs":"Core References » Runtime » SpiderMonkey (preview ⚠️)","id":"56","title":"SpiderMonkey (preview ⚠️)"},"57":{"body":"executable: path to the js executable.","breadcrumbs":"Core References » Runtime » Keys","id":"57","title":"Keys"},"58":{"body":"","breadcrumbs":"Core References » Runtime » JavaScriptCore (preview ⚠️)","id":"58","title":"JavaScriptCore (preview ⚠️)"},"59":{"body":"executable: path to the jsc executable.","breadcrumbs":"Core References » Runtime » Keys","id":"59","title":"Keys"},"6":{"body":"You will need to add the folder where running is installed to your PATH. On a typical Linux installation, running is installed to ~/.local/bin. You will need to refer to the documentation of the shell you are using. Here is an example for bash. # Add the following to ~/.bashrc\nPATH=$PATH:$HOME/.local/bin You don't need to use export. Generally, $PATH already exists and is exported to child processes. Please check whether your ~/.bash_profile or ~/.profile sources ~/.bashrc. If not, when you use a login shell (e.g., in the case of tmux), the content of ~/.bashrc might not be applied. To ensure ~/.bashrc is always sourced, you can add the following to ~/.bash_profile. if [ -f ~/.bashrc ]; then . ~/.bashrc\nfi If you are a moma user, please change these dotfiles on squirrel.moma, and then run sudo /moma-admin/config/update_self.fish. Note that you should run this command using a SSH session on a standard terminal instead of using the integrated terminal in VSCode Remote. Please check here for how to setup a UNIX password for sudo.","breadcrumbs":"Introduction » Installation » Adding running to PATH","id":"6","title":"Adding running to PATH"},"60":{"body":"","breadcrumbs":"Core References » Runtime » JuliaMMTK (preview ⚠️)","id":"60","title":"JuliaMMTK (preview ⚠️)"},"61":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"61","title":"Keys"},"62":{"body":"Julia with the stock GC. It does not allow setting a heap size, and will not throw OOM unless killed by the operating system.","breadcrumbs":"Core References » Runtime » JuliaStock (preview ⚠️)","id":"62","title":"JuliaStock (preview ⚠️)"},"63":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"63","title":"Keys"},"64":{"body":"","breadcrumbs":"Core References » Modifier » Modifier","id":"64","title":"Modifier"},"65":{"body":"","breadcrumbs":"Core References » Modifier » EnvVar","id":"65","title":"EnvVar"},"66":{"body":"var: name of the variable. val: value of the variable.","breadcrumbs":"Core References » Modifier » Keys","id":"66","title":"Keys"},"67":{"body":"Set an environment variable. Might override an environment variable inherited from the parent process.","breadcrumbs":"Core References » Modifier » Description","id":"67","title":"Description"},"68":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMArg","id":"68","title":"JVMArg"},"69":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"69","title":"Keys"},"7":{"body":"This guide will show you how to use running-ng to compare two different builds of JVMs. Note that for each occurrence in the form /path/to/*, you need to replace it with the real path of the respective item in the filesystem.","breadcrumbs":"Quickstart » Quickstart","id":"7","title":"Quickstart"},"70":{"body":"Specify arguments to a JVM, as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"70","title":"Description"},"71":{"body":"JavaScriptRuntime specific.","breadcrumbs":"Core References » Modifier » JSArg (preview ⚠️)","id":"71","title":"JSArg (preview ⚠️)"},"72":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"72","title":"Keys"},"73":{"body":"Specify arguments to a JavaScript runtime (e.g., d8), as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"73","title":"Description"},"74":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathAppend","id":"74","title":"JVMClasspathAppend"},"75":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"75","title":"Keys"},"76":{"body":"Append a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"76","title":"Description"},"77":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathPrepend","id":"77","title":"JVMClasspathPrepend"},"78":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"78","title":"Keys"},"79":{"body":"Prepend a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"79","title":"Description"},"8":{"body":"Please follow the installation guide to install running-ng. You will need Python 3.6+. Then, create a file two_builds.yml with the following content. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" The YAML file represents a dictionary (key-value pairs) that defines the experiments you are running. The includes directive here will populate the dictionary with some default values shipped with running-ng. If you use moma machines, please substitute runbms.yml with runbms-anu.yml.","breadcrumbs":"Quickstart » Installation","id":"8","title":"Installation"},"80":{"body":"A backward-compatibility alias of JVMClasspathAppend.","breadcrumbs":"Core References » Modifier » JVMClasspath","id":"80","title":"JVMClasspath"},"81":{"body":"","breadcrumbs":"Core References » Modifier » ProgramArg","id":"81","title":"ProgramArg"},"82":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"82","title":"Keys"},"83":{"body":"Specify arguments to a program, as opposed to the runtime.","breadcrumbs":"Core References » Modifier » Description","id":"83","title":"Description"},"84":{"body":"","breadcrumbs":"Core References » Modifier » ModifierSet (preview ⚠️)","id":"84","title":"ModifierSet (preview ⚠️)"},"85":{"body":"val: | separated values, with possible value options. See here for details.","breadcrumbs":"Core References » Modifier » Keys","id":"85","title":"Keys"},"86":{"body":"Specify a set of modifiers, including other ModifierSets. That is, you can use ModifierSet recursively.","breadcrumbs":"Core References » Modifier » Description","id":"86","title":"Description"},"87":{"body":"","breadcrumbs":"Core References » Modifier » Wrapper (preview ⚠️)","id":"87","title":"Wrapper (preview ⚠️)"},"88":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"88","title":"Keys"},"89":{"body":"Specify a wrapper. If a wrapper also exist for the benchmark suite you use, this wrapper will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"89","title":"Description"},"9":{"body":"Add the following to two_builds.yml. benchmarks: dacapochopin-29a657f: - avrora - batik - biojava - cassandra - eclipse - fop - graphchi - h2 - h2o - jme - jython - luindex - lusearch - pmd - sunflow - tradebeans - tradesoap - tomcat - xalan - zxing This specify a list of benchmarks used in this experiment from the benchmark suite dacapochopin-29a657f. The benchmark suite is defined in $RUNNING_NG_PACKAGE_DATA/base/dacapo.yml. By default, the minimum heap sizes of dacapochopin-29a657f benchmarks are measured with AdoptOpenJDK 15 using G1 GC. If you are using OpenJDK 11 or 17, you can override the value of suites.dacapochopin-29a657f.minheap to temurin-17-G1 or temurin-11-G1. That is, you can, for example, add \"suites.dacapochopin-29a657f.minheap\": \"temurin-17-G1\" to overrides. Then, add the following to two_builds.yml. overrides: \"suites.dacapochopin-29a657f.timing_iteration\": 5 \"suites.dacapochopin-29a657f.callback\": \"probe.DacapoChopinCallback\" That is, we want to run five iterations for each invocation, and use DacapoChopinCallback because it is the appropriate callback for this release of DaCapo.","breadcrumbs":"Quickstart » Prepare Benchmarks","id":"9","title":"Prepare Benchmarks"},"90":{"body":"","breadcrumbs":"Core References » Modifier » Companion (preview ⚠️)","id":"90","title":"Companion (preview ⚠️)"},"91":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"91","title":"Keys"},"92":{"body":"Specify a companion program. If a companion program also exist for the benchmark suite you use, this companion program will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"92","title":"Description"},"93":{"body":"JuliaMMTk and JuliaStock specific.","breadcrumbs":"Core References » Modifier » JuliaArg (preview ⚠️)","id":"93","title":"JuliaArg (preview ⚠️)"},"94":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"94","title":"Keys"},"95":{"body":"Please see the sections in this chapter for the references for each of the subcommands.","breadcrumbs":"Command References » Command References","id":"95","title":"Command References"},"96":{"body":"running [-h|--help] [-v|--verbose] [-d|--dry-run] [--version] subcommand -h: print help message. -v: use DEBUG for logging level. The default logging level is INFO. -d: enable dry run. Each of the subcommands that respect is flag will print out the commands to be executed in a child process instead of actually executing them. --version: print the version number of running-ng.","breadcrumbs":"Command References » Usage","id":"96","title":"Usage"},"97":{"body":"For each subcommand, the documentation can roughly be divided into two parts, the command line usage and the keys in the config file. Unless otherwise specified, the keys specified here are common to all subcommands, with the keys specific to each subcommand documented in their respective documentation.","breadcrumbs":"Command References » Convention","id":"97","title":"Convention"},"98":{"body":"This subcommand runs benchmarks with different configs, possibly with varying heap sizes.","breadcrumbs":"Command References » runbms » runbms","id":"98","title":"runbms"},"99":{"body":"runbms [-h|--help] [-i|--invocations INVOCATIONS] [-s|--slice SLICE] [-p|--id-prefix ID_PREFIX] [-m|--minheap-multiplier MINHEAP_MULTIPLIER] [--skip-oom SKIP_OOM] [--skip-timeout SKIP_TIMEOUT] [--resume RESUME] [--workdir WORKDIR] [--skip-log-compression] LOG_DIR CONFIG [N] [n ...] -h: print help message. -i: set the number of invocations. Overrides invocations in the config file. -s: only use the specified heap sizes. This is a comma-separated string of integers or floating point numbers. For each slice s in SLICE, we run benchmarks at s * minheap. N and ns are ignored. -p: add a prefix to the folder names where the results are stored. By default, the folder that stores the result is named using the host name and the timestamp. However, you can add a prefix to the folder name to signify which experiments the results belong to. -m (preview ⚠️): multiple the minheap value for each benchmark by MINHEAP_MULTIPLIER. Do NOT use this unless you know what you are doing. Override minheap_multiplier in the config file. --skip-oom (preview ⚠️): skip the remaining invocations if a benchmark under a config has run out of memory more than SKIP_OOM times. --skip-timeout (preview ⚠️): skip the remaining invocations if a benchmark under a config has timed out more than SKIP_TIMEOUT times. --resume (preview ⚠️): resume a previous run under LOG_DIR/RESUME. If a .log.gz already exists for a group of invocations, they will be skipped. Remember to clean up the partial *.log files before resuming. --workdir (preview ⚠️): use the specified directory as the working directory for benchmarks. If not specified, a temporary directory will be created under an OS-dependent location with a runbms- prefix. --skip-log-compression: skip compressing log file as gzip. LOG_DIR: where to store the results. This is required. CONFIG: the path to the configuration file. This is required. N: the number of different heap sizes to explore. Must be powers of two. Explore heap sizes denoted by 0, 1, ..., and N (N + 1 different sizes in total). The heap size 0 represents 1.0 * minheap, and the heap size N represents heap_range * minheap (by default, 6.0 * minheap). If N is omitted, then the script will run benchmarks without explicit explicitly setting heap sizes, unless you specify -s or use a modifier that sets the heap size. n: the heap sizes to explore. Instead of exploring 0, 1, ..., and N, only explore the ns specified.","breadcrumbs":"Command References » runbms » Usage","id":"99","title":"Usage"}},"length":178,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.0},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.0},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.0}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.0}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.4142135623730951},"177":{"tf":1.0},"6":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":5,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":40,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.7416573867739413},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":26,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":16,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.0},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.6457513110645907},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.0}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.0}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.0}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":14,"docs":{"100":{"tf":1.0},"110":{"tf":2.6457513110645907},"111":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.7416573867739413},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.0}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":27,"docs":{"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.0},"50":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"110":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"2":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"8":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"9":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.4142135623730951},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"2":{"df":9,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":7,"docs":{"129":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"3":{"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":10,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":44,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.872983346207417},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":3.3166247903554},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.6457513110645907},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.6457513110645907},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":57,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.7320508075688772},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":74,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":16,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":2.0},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":2.0},"6":{"tf":2.0},"8":{"tf":2.0}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.23606797749979}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":14,"docs":{"100":{"tf":1.0},"110":{"tf":3.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":51,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.872983346207417},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"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.4142135623730951},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":96,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.7320508075688772},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":37,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":26,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.449489742783178},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":33,"docs":{"110":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.6457513110645907},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.6457513110645907},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"title":{"root":{"0":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"2":{"df":2,"docs":{"152":{"tf":1.0},"155":{"tf":1.0}}},"3":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"135":{"tf":1.0}}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"9":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"141":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"d":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"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":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"x":{"df":12,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"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":{"104":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":23,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":17,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":1,"docs":{"95":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"119":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"111":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}});
\ No newline at end of file
+Object.assign(window.search, {"doc_urls":["intro.html#introduction","intro.html#disclaimer","intro.html#-warning","intro.html#history","intro.html#maintainers","install.html#installation","install.html#adding-running-to-path","quickstart.html#quickstart","quickstart.html#installation","quickstart.html#prepare-benchmarks","quickstart.html#prepare-your-builds","quickstart.html#prepare-probes","quickstart.html#prepare-configs","quickstart.html#sanity-checks","quickstart.html#dry-run","quickstart.html#single-invocation","quickstart.html#run-it","quickstart.html#analysing-results","basics/index.html#basics","basics/design.html#design-principles","basics/design.html#sound-methodology","basics/design.html#reproducibility","basics/design.html#extensibility","basics/design.html#reusability","basics/design.html#human-readable-syntax","references/index.html#configuration-file-syntax","references/index.html#benchmarks","references/index.html#configs","references/index.html#includes","references/index.html#overrides","references/index.html#modifiers","references/index.html#value-options","references/index.html#runtimes","references/index.html#suites","references/suite.html#benchmark-suite","references/suite.html#binarybenchmarksuite--preview-","references/suite.html#keys","references/suite.html#dacapo","references/suite.html#keys-1","references/suite.html#benchmark-specification","references/suite.html#specjbb2015-preview-","references/suite.html#keys-2","references/suite.html#benchmark-specification-1","references/suite.html#specjvm98-preview-","references/suite.html#keys-3","references/suite.html#benchmark-specification-2","references/suite.html#octane-preview-","references/suite.html#keys-4","references/suite.html#juliagcbenchmarks-preview-","references/suite.html#keys-5","references/runtime.html#runtime","references/runtime.html#jikesrvm","references/runtime.html#nativeexecutable-preview-","references/runtime.html#openjdk","references/runtime.html#d8-preview-","references/runtime.html#keys","references/runtime.html#spidermonkey-preview-","references/runtime.html#keys-1","references/runtime.html#javascriptcore-preview-","references/runtime.html#keys-2","references/runtime.html#juliammtk-preview-","references/runtime.html#keys-3","references/runtime.html#juliastock-preview-","references/runtime.html#keys-4","references/modifier.html#modifier","references/modifier.html#envvar","references/modifier.html#keys","references/modifier.html#description","references/modifier.html#jvmarg","references/modifier.html#keys-1","references/modifier.html#description-1","references/modifier.html#jsarg-preview-","references/modifier.html#keys-2","references/modifier.html#description-2","references/modifier.html#jvmclasspathappend","references/modifier.html#keys-3","references/modifier.html#description-3","references/modifier.html#jvmclasspathprepend","references/modifier.html#keys-4","references/modifier.html#description-4","references/modifier.html#jvmclasspath","references/modifier.html#programarg","references/modifier.html#keys-5","references/modifier.html#description-5","references/modifier.html#modifierset-preview-","references/modifier.html#keys-6","references/modifier.html#description-6","references/modifier.html#wrapper-preview-","references/modifier.html#keys-7","references/modifier.html#description-7","references/modifier.html#companion-preview-","references/modifier.html#keys-8","references/modifier.html#description-8","references/modifier.html#juliaarg-preview-","references/modifier.html#keys-9","commands/index.html#command-references","commands/index.html#usage","commands/index.html#convention","commands/runbms.html#runbms","commands/runbms.html#usage","commands/runbms.html#keys","commands/runbms.html#plugins-preview-","commands/runbms.html#zulip","commands/runbms.html#copyfile","commands/runbms.html#interpreting-the-outputs","commands/runbms.html#console-outputs","commands/runbms.html#log-directory","commands/runbms.html#heap-size-calculations","commands/runbms.html#best-practices","commands/runbms.html#continuously-monitor-your-experiments","commands/minheap.html#minheap","commands/minheap.html#usage","commands/minheap.html#keys","commands/fillin.html#fillin","cookbook/index.html","cookbook/perf_events.html#whole-process-performance-event-monitoring","cookbook/perf_events.html#jvmti","cookbook/perf_events.html#mmtk","cookbook/perf_events.html#work-packet-performance-event-monitoring","cookbook/perf_events.html#machine-specific-known-problems","faq.html#frequently-asked-questions","changelog.html#changelog","changelog.html#unreleased","changelog.html#added","changelog.html#changed","changelog.html#deprecated","changelog.html#removed","changelog.html#fixed","changelog.html#security","changelog.html#v042-2023-09-10","changelog.html#changed-1","changelog.html#fixed-1","changelog.html#security-1","changelog.html#v041-2023-08-22","changelog.html#fixed-2","changelog.html#v040-2023-08-17","changelog.html#added-1","changelog.html#changed-2","changelog.html#fixed-3","changelog.html#v039-2023-08-02","changelog.html#fixed-4","changelog.html#v038-2023-02-21","changelog.html#changed-3","changelog.html#v037-2023-02-14","changelog.html#fixed-5","changelog.html#v036-2023-01-16","changelog.html#added-2","changelog.html#fixed-6","changelog.html#v035-2022-10-13","changelog.html#changed-4","changelog.html#v034-2022-10-13","changelog.html#fixed-7","changelog.html#v033-2022-10-12","changelog.html#changed-5","changelog.html#fixed-8","changelog.html#v032-2022-10-12","changelog.html#added-3","changelog.html#v031-2022-09-18","changelog.html#added-4","changelog.html#changed-6","changelog.html#removed-1","changelog.html#v030-2022-03-19","changelog.html#added-5","changelog.html#changed-7","changelog.html#deprecated-1","changelog.html#removed-2","changelog.html#v022-2022-03-07","changelog.html#fixed-9","changelog.html#v021-2022-03-05","changelog.html#changed-8","changelog.html#fixed-10","changelog.html#v020-2022-02-20","changelog.html#added-6","changelog.html#changed-9","changelog.html#removed-3","changelog.html#fixed-11","changelog.html#v010-2021-08-09","changelog.html#added-7"],"index":{"documentStore":{"docInfo":{"0":{"body":11,"breadcrumbs":2,"title":1},"1":{"body":53,"breadcrumbs":2,"title":1},"10":{"body":79,"breadcrumbs":3,"title":2},"100":{"body":62,"breadcrumbs":4,"title":1},"101":{"body":0,"breadcrumbs":5,"title":2},"102":{"body":99,"breadcrumbs":4,"title":1},"103":{"body":42,"breadcrumbs":4,"title":1},"104":{"body":2,"breadcrumbs":5,"title":2},"105":{"body":0,"breadcrumbs":5,"title":2},"106":{"body":0,"breadcrumbs":5,"title":2},"107":{"body":43,"breadcrumbs":6,"title":3},"108":{"body":2,"breadcrumbs":5,"title":2},"109":{"body":24,"breadcrumbs":6,"title":3},"11":{"body":36,"breadcrumbs":3,"title":2},"110":{"body":143,"breadcrumbs":4,"title":1},"111":{"body":41,"breadcrumbs":4,"title":1},"112":{"body":44,"breadcrumbs":4,"title":1},"113":{"body":0,"breadcrumbs":4,"title":1},"114":{"body":4,"breadcrumbs":1,"title":1},"115":{"body":0,"breadcrumbs":9,"title":5},"116":{"body":153,"breadcrumbs":5,"title":1},"117":{"body":120,"breadcrumbs":5,"title":1},"118":{"body":12,"breadcrumbs":9,"title":5},"119":{"body":47,"breadcrumbs":8,"title":4},"12":{"body":12,"breadcrumbs":3,"title":2},"120":{"body":0,"breadcrumbs":6,"title":3},"121":{"body":0,"breadcrumbs":2,"title":1},"122":{"body":0,"breadcrumbs":2,"title":1},"123":{"body":9,"breadcrumbs":2,"title":1},"124":{"body":0,"breadcrumbs":2,"title":1},"125":{"body":0,"breadcrumbs":2,"title":1},"126":{"body":0,"breadcrumbs":2,"title":1},"127":{"body":0,"breadcrumbs":2,"title":1},"128":{"body":0,"breadcrumbs":2,"title":1},"129":{"body":0,"breadcrumbs":5,"title":4},"13":{"body":33,"breadcrumbs":3,"title":2},"130":{"body":8,"breadcrumbs":2,"title":1},"131":{"body":9,"breadcrumbs":2,"title":1},"132":{"body":0,"breadcrumbs":2,"title":1},"133":{"body":0,"breadcrumbs":5,"title":4},"134":{"body":11,"breadcrumbs":2,"title":1},"135":{"body":0,"breadcrumbs":5,"title":4},"136":{"body":21,"breadcrumbs":2,"title":1},"137":{"body":16,"breadcrumbs":2,"title":1},"138":{"body":21,"breadcrumbs":2,"title":1},"139":{"body":0,"breadcrumbs":5,"title":4},"14":{"body":21,"breadcrumbs":3,"title":2},"140":{"body":29,"breadcrumbs":2,"title":1},"141":{"body":0,"breadcrumbs":5,"title":4},"142":{"body":8,"breadcrumbs":2,"title":1},"143":{"body":0,"breadcrumbs":5,"title":4},"144":{"body":9,"breadcrumbs":2,"title":1},"145":{"body":0,"breadcrumbs":5,"title":4},"146":{"body":6,"breadcrumbs":2,"title":1},"147":{"body":8,"breadcrumbs":2,"title":1},"148":{"body":0,"breadcrumbs":5,"title":4},"149":{"body":16,"breadcrumbs":2,"title":1},"15":{"body":26,"breadcrumbs":3,"title":2},"150":{"body":0,"breadcrumbs":5,"title":4},"151":{"body":10,"breadcrumbs":2,"title":1},"152":{"body":0,"breadcrumbs":5,"title":4},"153":{"body":13,"breadcrumbs":2,"title":1},"154":{"body":15,"breadcrumbs":2,"title":1},"155":{"body":0,"breadcrumbs":5,"title":4},"156":{"body":2,"breadcrumbs":2,"title":1},"157":{"body":0,"breadcrumbs":5,"title":4},"158":{"body":29,"breadcrumbs":2,"title":1},"159":{"body":20,"breadcrumbs":2,"title":1},"16":{"body":21,"breadcrumbs":2,"title":1},"160":{"body":16,"breadcrumbs":2,"title":1},"161":{"body":0,"breadcrumbs":5,"title":4},"162":{"body":6,"breadcrumbs":2,"title":1},"163":{"body":17,"breadcrumbs":2,"title":1},"164":{"body":15,"breadcrumbs":2,"title":1},"165":{"body":11,"breadcrumbs":2,"title":1},"166":{"body":0,"breadcrumbs":5,"title":4},"167":{"body":36,"breadcrumbs":2,"title":1},"168":{"body":0,"breadcrumbs":5,"title":4},"169":{"body":15,"breadcrumbs":2,"title":1},"17":{"body":4,"breadcrumbs":3,"title":2},"170":{"body":12,"breadcrumbs":2,"title":1},"171":{"body":0,"breadcrumbs":5,"title":4},"172":{"body":186,"breadcrumbs":2,"title":1},"173":{"body":52,"breadcrumbs":2,"title":1},"174":{"body":6,"breadcrumbs":2,"title":1},"175":{"body":54,"breadcrumbs":2,"title":1},"176":{"body":2,"breadcrumbs":5,"title":4},"177":{"body":39,"breadcrumbs":2,"title":1},"18":{"body":21,"breadcrumbs":2,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"2":{"body":65,"breadcrumbs":2,"title":1},"20":{"body":21,"breadcrumbs":5,"title":2},"21":{"body":38,"breadcrumbs":4,"title":1},"22":{"body":29,"breadcrumbs":4,"title":1},"23":{"body":38,"breadcrumbs":4,"title":1},"24":{"body":11,"breadcrumbs":6,"title":3},"25":{"body":16,"breadcrumbs":5,"title":3},"26":{"body":65,"breadcrumbs":3,"title":1},"27":{"body":65,"breadcrumbs":3,"title":1},"28":{"body":98,"breadcrumbs":3,"title":1},"29":{"body":2,"breadcrumbs":3,"title":1},"3":{"body":88,"breadcrumbs":2,"title":1},"30":{"body":156,"breadcrumbs":3,"title":1},"31":{"body":61,"breadcrumbs":4,"title":2},"32":{"body":25,"breadcrumbs":3,"title":1},"33":{"body":28,"breadcrumbs":3,"title":1},"34":{"body":0,"breadcrumbs":6,"title":2},"35":{"body":10,"breadcrumbs":6,"title":2},"36":{"body":33,"breadcrumbs":5,"title":1},"37":{"body":3,"breadcrumbs":5,"title":1},"38":{"body":278,"breadcrumbs":5,"title":1},"39":{"body":68,"breadcrumbs":6,"title":2},"4":{"body":2,"breadcrumbs":2,"title":1},"40":{"body":1,"breadcrumbs":6,"title":2},"41":{"body":25,"breadcrumbs":5,"title":1},"42":{"body":10,"breadcrumbs":6,"title":2},"43":{"body":31,"breadcrumbs":6,"title":2},"44":{"body":24,"breadcrumbs":5,"title":1},"45":{"body":16,"breadcrumbs":6,"title":2},"46":{"body":0,"breadcrumbs":6,"title":2},"47":{"body":83,"breadcrumbs":5,"title":1},"48":{"body":4,"breadcrumbs":6,"title":2},"49":{"body":58,"breadcrumbs":5,"title":1},"5":{"body":21,"breadcrumbs":3,"title":1},"50":{"body":0,"breadcrumbs":4,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":13,"breadcrumbs":5,"title":2},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":0,"breadcrumbs":5,"title":2},"55":{"body":4,"breadcrumbs":4,"title":1},"56":{"body":0,"breadcrumbs":5,"title":2},"57":{"body":4,"breadcrumbs":4,"title":1},"58":{"body":0,"breadcrumbs":5,"title":2},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":93,"breadcrumbs":5,"title":3},"60":{"body":0,"breadcrumbs":5,"title":2},"61":{"body":4,"breadcrumbs":4,"title":1},"62":{"body":13,"breadcrumbs":5,"title":2},"63":{"body":4,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":0,"breadcrumbs":4,"title":1},"66":{"body":6,"breadcrumbs":4,"title":1},"67":{"body":9,"breadcrumbs":4,"title":1},"68":{"body":2,"breadcrumbs":4,"title":1},"69":{"body":9,"breadcrumbs":4,"title":1},"7":{"body":22,"breadcrumbs":2,"title":1},"70":{"body":5,"breadcrumbs":4,"title":1},"71":{"body":2,"breadcrumbs":5,"title":2},"72":{"body":9,"breadcrumbs":4,"title":1},"73":{"body":8,"breadcrumbs":4,"title":1},"74":{"body":2,"breadcrumbs":4,"title":1},"75":{"body":9,"breadcrumbs":4,"title":1},"76":{"body":5,"breadcrumbs":4,"title":1},"77":{"body":2,"breadcrumbs":4,"title":1},"78":{"body":9,"breadcrumbs":4,"title":1},"79":{"body":5,"breadcrumbs":4,"title":1},"8":{"body":45,"breadcrumbs":2,"title":1},"80":{"body":4,"breadcrumbs":4,"title":1},"81":{"body":0,"breadcrumbs":4,"title":1},"82":{"body":9,"breadcrumbs":4,"title":1},"83":{"body":5,"breadcrumbs":4,"title":1},"84":{"body":0,"breadcrumbs":5,"title":2},"85":{"body":9,"breadcrumbs":4,"title":1},"86":{"body":8,"breadcrumbs":4,"title":1},"87":{"body":0,"breadcrumbs":5,"title":2},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":9,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":3,"title":2},"90":{"body":0,"breadcrumbs":5,"title":2},"91":{"body":9,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":3,"breadcrumbs":5,"title":2},"94":{"body":9,"breadcrumbs":4,"title":1},"95":{"body":7,"breadcrumbs":4,"title":2},"96":{"body":46,"breadcrumbs":3,"title":1},"97":{"body":28,"breadcrumbs":3,"title":1},"98":{"body":9,"breadcrumbs":4,"title":1},"99":{"body":258,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"At this stage, the focus of this project is driven by the internal use of members from Steve Blackburn 's lab. If you are a member of the lab, you know what to do if you encounter any issue, and you can ignore the below. If you are a member of the public, please kindly note that the project is open-source and documented on a \"good-faith\" basis. We might not have the time to consider your features requests. Please don't be offended if we ignore these. Having said that, you are very welcomed to use it, and we will be very pleased if this helps anyone. In particular, we are grateful if you report bugs you found with steps to reproduce it.","breadcrumbs":"Introduction » Disclaimer","id":"1","title":"Disclaimer"},"10":{"body":"In this guide, we assume you use mmtk-openjdk . Please follow its build guide. I assume you produced two different builds you want to compare. Add the following to two_builds.yml. runtimes: build1: type: OpenJDK release: 11 home: \"/path/to/build1/jdk\" # make sure /path/to/build1/jdk/bin/java exists build2: type: OpenJDK release: 11 home: \"/path/to/build2/jdk\" # make sure /path/to/build2/jdk/bin/java exists This defines two builds of runtimes . I recommend that you use absolute paths for the builds, although relative paths will work, and will be relative to where you run running. I strongly recommend you rename the builds (both the name in the configuration file and the folder name) to something more sensible, preferably with the commit hash for easy troubleshooting and performance debugging later.","breadcrumbs":"Quickstart » Prepare Your Builds","id":"10","title":"Prepare Your Builds"},"100":{"body":"invocations: see above. minheap_multiplier: see above. heap_range: the heap size relative to the minheap when n = N. spread_factor: changes how 0, 1, ..., and N are spread out. When spread_factor is zero, the differences between 0, 1, ..., and N are the same. The larger the spread_factor is, the coarser the spacing is at the end relative to start. Please do NOT change this unless you understand how it works. remote_host: the remote host to rsync the results to. The exact absolute path of LOG_DIR is used on both the local and the remote machine. plugins (preview ⚠️): plugins of this command. Must be a dictionary, similar to how modifiers are declared.","breadcrumbs":"Command References » runbms » Keys","id":"100","title":"Keys"},"101":{"body":"","breadcrumbs":"Command References » runbms » Plugins (preview ⚠️)","id":"101","title":"Plugins (preview ⚠️)"},"102":{"body":"Zulip integration for notifying when experiments start or end. No message will be sent if it'a dry run. Here is an example. plugins: zulip: type: Zulip request: type: private to: [\"your user id here\"] Keys request: please follow the Zulip API documentation . Note that you don't need to put in content here. Please contact the administrators of your organization for your user ID. If you use a bot user and want to post to a channel, please subscribe the bot user to the channel so that messages can be edited . config_file: an optional string to the path of config file. If not specified, the default is ~/.zuliprc. Please make sure that this file can only be accessed by you (e.g., chmod 600 ~/.zuliprc). If you are a moma user, please create this file on squirrel, and it will then be synced to other machines. Please follow the Zulip documentation for the syntax of the config file and for obtaining an API key . If you can't create a new bot, please contact the administrators of your organization.","breadcrumbs":"Command References » runbms » Zulip","id":"102","title":"Zulip"},"103":{"body":"Copying files from the working directory. Here is an example. plugins: dacapo_latency: type: CopyFile patterns: - \"scratch/dacapo-latency-*.csv\" Keys patterns: a list of patterns following the Python 3 pathlib.Path.glob syntax . Files matched the patterns will be copied to LOG_DIR where different subfolders will be created for each invocation. skip_failed: don't copy files from failed runs. The default value is true.","breadcrumbs":"Command References » runbms » CopyFile","id":"103","title":"CopyFile"},"104":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Interpreting the Outputs","id":"104","title":"Interpreting the Outputs"},"105":{"body":"","breadcrumbs":"Command References » runbms » Console Outputs","id":"105","title":"Console Outputs"},"106":{"body":"","breadcrumbs":"Command References » runbms » Log directory","id":"106","title":"Log directory"},"107":{"body":"Please refer to the source code like here and here for the actual algorithm. But the basic idea is as follow. First, we start with the ends and the middle and gradually fill the gap. This is to make sure you can see the big picture trend. Second, the difference between sizes are smaller for smaller sizes and larger for large sizes, because the performance is much more sensitive to the change in heap sizes when the heap is small.","breadcrumbs":"Command References » runbms » Heap Size Calculations","id":"107","title":"Heap Size Calculations"},"108":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Best Practices","id":"108","title":"Best Practices"},"109":{"body":"The results are rsynced to remote_host once all invocations for a benchmark at a heap size are finished. You shouldn't log into the experiment machine so not to disturb the experiments. You should log into the remote host and check the LOG_DIR there and see the new results that came in.","breadcrumbs":"Command References » runbms » Continuously Monitor Your Experiments","id":"109","title":"Continuously Monitor Your Experiments"},"11":{"body":"Please clone probes , and run make. Add the following to two_builds.yml. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" This defines two modifiers , which will be used later to modify the JVM command line arguments. Please only use absolute paths for all the above.","breadcrumbs":"Quickstart » Prepare Probes","id":"11","title":"Prepare Probes"},"110":{"body":"This subcommand runs benchmarks with different configs while varying heap sizes in a binary search fashion in order to determine the minimum heap required to run each benchmark. The result is stored in a YAML file. The dictionary keys are encoded config strings. For each config, there is one dictionary per benchmark suite, where the minimum heap size for each benchmark is stored. An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1: dacapochopin-69a704e: avrora: 7 batik: 189\ntemurin-17.openjdk_common.hotspot_gc-Parallel: dacapochopin-69a704e: avrora: 5 batik: 235 At the end of each run, minheap will print out the configuration that achieves the smallest minheap size for most benchmarks. The minheap values for that configuration will be printed out, which can then be used to populate the minheap values a benchmark suite, such as a DaCapo benchmark suite . An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1 obtained the most number of smallest minheap sizes: 8\nMinheap configuration to be copied to runbms config files\ndacapochopin-69a704e: avrora: 7 batik: 189 biojava: 95 eclipse: 411 fop: 15 graphchi: 255 h2: 773 jme: 29 jython: 25 luindex: 42 lusearch: 21 pmd: 156 sunflow: 29 tomcat: 21 tradebeans: 131 tradesoap: 103 xalan: 8 zxing: 97","breadcrumbs":"Command References » minheap » minheap","id":"110","title":"minheap"},"111":{"body":"minheap [-h] [-a|--attempts ATTEMPTS] CONFIG RESULT -h: print help message. -a (preview ⚠️): set the number of attempts. Overrides attempts in the config file. CONFIG: the path to the configuration file. This is required. RESULT: where to store the results. This file contains both the interim results and the final result. An interrupted execution can be resumed by using the same RESULT path. This is required.","breadcrumbs":"Command References » minheap » Usage","id":"111","title":"Usage"},"112":{"body":"maxheap: the upper bound of the search. attempts (preview ⚠️): for a particular heap size, if an invocation passes or fails with OOM (timeout treated as OOM), the binary search will continue with the next appropriate heap size. If an invocation crashes and if the total number of invocations has not exceeded ATTEMPTS, the same heap size will be repeated. If all ATTEMPTS invocations crash, the binary search for this config will stop, and minheap will report inf.","breadcrumbs":"Command References » minheap » Keys","id":"112","title":"Keys"},"113":{"body":"","breadcrumbs":"Command References » fillin » fillin","id":"113","title":"fillin"},"114":{"body":"Here are some recipes for common tasks.","breadcrumbs":"Cookbook","id":"114","title":"Cookbook"},"115":{"body":"","breadcrumbs":"Cookbook » Performance Event Monitoring » Whole-Process Performance Event Monitoring","id":"115","title":"Whole-Process Performance Event Monitoring"},"116":{"body":"Please clone and build probes , and then build distillation . You might need to change the paths referred in the Makefiles to match your environment. Under the distillation folder, you will find a JVMTI agent, libperf_statistics.so. You can check the source code here . To use the agent, there are four things you need to do. First, you will need to tell the dynamic linker to load the shared library before the VM boots. This ensures that the inherit flag of perf_event_attr works properly and all child threads subsequently spawned are included in the results. modifiers: jvmti_env: type: EnvVar var: \"LD_PRELOAD\" val: \"/path/to/distillation/libperf_statistics.so\" Second, you need to specify a list of events you want to measure. modifiers: perf: type: EnvVar var: \"PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_LL:MISS,PERF_COUNT_HW_CACHE_L1D:MISS,PERF_COUNT_HW_CACHE_DTLB:MISS\" If you want to get a full list of events you can use on a particular machine, you can clone and build libpfm4 and run the showevtinfo program . Third, you need to tell the JVM to load the agent. Note that you need to specify the absolute path. modifiers: jvmti: type: JVMArg val: \"-agentpath:/path/to/distillation/libperf_statistics.so\" Finally, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. We will reuse the RustMMTk probe here, as the callback functions in the JVMTI agent are also called harness_begin and harness_end. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Now, putting it all together, you can define a set of modifiers, and use that set in your config strings. modifiers: jvmti_common: type: ModifierSet val: \"probes|probes_cp|jvmti|jvmti_env|perf\"","breadcrumbs":"Cookbook » Performance Event Monitoring » JVMTI","id":"116","title":"JVMTI"},"117":{"body":"Please clone and build probes . You will need to build mmtk-core with the perf_counter feature. First, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Then, you can specify a list of events you want to measure. modifiers: mmtk_perf: type: EnvVar var: \"MMTK_PHASE_PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,0,-1;PERF_COUNT_HW_INSTRUCTIONS,0,-1;PERF_COUNT_HW_CACHE_LL:MISS,0,-1;PERF_COUNT_HW_CACHE_L1D:MISS,0,-1;PERF_COUNT_HW_CACHE_DTLB:MISS,0,-1\" Note that the list is semicolon-separated. Each entry consists of three parts, separated by commas. The first part is the name of the event. Please refer to the previous section for details. The second part and the third part are pid and cpu, per man perf_event_open. In most cases, you want to use 0,-1, that is measuring the calling thread (the results will be combined later through the inherit flag) on any CPU. For some events, such as RAPL, only package-wide measurement is supported, and you will have to adjust the values accordingly. Note that you might have to increase the value of MAX_PHASES in crate::util::statistics::stats to a larger value, e.g., 1 << 14, so that the array storing the per-phase value will not overflow.","breadcrumbs":"Cookbook » Performance Event Monitoring » MMTk","id":"117","title":"MMTk"},"118":{"body":"It's similar to the whole-process performance event monitoring for MMTk. Just use MMTK_WORK_PERF_EVENTS instead of MMTK_PHASE_PERF_EVENTS.","breadcrumbs":"Cookbook » Performance Event Monitoring » Work-Packet Performance Event Monitoring","id":"118","title":"Work-Packet Performance Event Monitoring"},"119":{"body":"On Xeon D-1540 Broadwell, the PERF_COUNT_HW_CACHE_LL:MISS event is always zero. perf stat -e LLC-load-misses,cycles /bin/ls Performance counter stats for '/bin/ls': 0 LLC-load-misses 1,729,786 cycles 0.001135511 seconds time elapsed 0.001180000 seconds user 0.000000000 seconds sys On AMD machines, the PERF_COUNT_HW_CACHE_LL:MISS event fails to open. perf_event_open syscall fails with No such file or directory.","breadcrumbs":"Cookbook » Performance Event Monitoring » Machine-Specific Known Problems","id":"119","title":"Machine-Specific Known Problems"},"12":{"body":"Finally, add he following to two_builds.yml. configs: - \"build1|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" - \"build2|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" The syntax is described here .","breadcrumbs":"Quickstart » Prepare Configs","id":"12","title":"Prepare Configs"},"120":{"body":"","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"120","title":"Frequently Asked Questions"},"121":{"body":"","breadcrumbs":"Changelog » Changelog","id":"121","title":"Changelog"},"122":{"body":"","breadcrumbs":"Changelog » Unreleased","id":"122","title":"Unreleased"},"123":{"body":"Benchmark Suites DaCapo: add 23.11-Chopin release and minheap values.","breadcrumbs":"Changelog » Added","id":"123","title":"Added"},"124":{"body":"","breadcrumbs":"Changelog » Changed","id":"124","title":"Changed"},"125":{"body":"","breadcrumbs":"Changelog » Deprecated","id":"125","title":"Deprecated"},"126":{"body":"","breadcrumbs":"Changelog » Removed","id":"126","title":"Removed"},"127":{"body":"","breadcrumbs":"Changelog » Fixed","id":"127","title":"Fixed"},"128":{"body":"","breadcrumbs":"Changelog » Security","id":"128","title":"Security"},"129":{"body":"","breadcrumbs":"Changelog » v0.4.2 (2023-09-10)","id":"129","title":"v0.4.2 (2023-09-10)"},"13":{"body":"The basic form of usage looks like this. running runbms /path/to/log two_builds.yml 8 That is, run the experiments as specified by two_builds.yml, store the results in /path/to/log, and explore eight different heap sizes (with careful arrangement of which size to run first and which to run later). See here for a complete reference of runbms.","breadcrumbs":"Quickstart » Sanity Checks","id":"13","title":"Sanity Checks"},"130":{"body":"All Modifier instances now supports includes for only attaching them to certain benchmarks","breadcrumbs":"Changelog » Changed","id":"130","title":"Changed"},"131":{"body":"Runtimes D8 now detects new JavaScript OOM error pattern.","breadcrumbs":"Changelog » Fixed","id":"131","title":"Fixed"},"132":{"body":"","breadcrumbs":"Changelog » Security","id":"132","title":"Security"},"133":{"body":"","breadcrumbs":"Changelog » v0.4.1 (2023-08-22)","id":"133","title":"v0.4.1 (2023-08-22)"},"134":{"body":"Commands runbms: apply modifiers in the config file. minheap: apply modifiers in the config file.","breadcrumbs":"Changelog » Fixed","id":"134","title":"Fixed"},"135":{"body":"","breadcrumbs":"Changelog » v0.4.0 (2023-08-17)","id":"135","title":"v0.4.0 (2023-08-17)"},"136":{"body":"Modifiers JuliaArg Runtimes JuliaMMTK JuliaStock Benchmark Suites JuliaGCBenchmarks Commands runbms gains an extra argument, --skip-log-compression, to skip compressing log files with gzip.","breadcrumbs":"Changelog » Added","id":"136","title":"Added"},"137":{"body":"Base Configurations runbms: don't sync to squirrel.moma for the default runbms.yml. moma machine users should use runbms-anu.yml for the old behaviour.","breadcrumbs":"Changelog » Changed","id":"137","title":"Changed"},"138":{"body":"Gracifully handle empty modifiers strings in configs, such as openjdk7||foobar. Benchmark Suites DaCapo specific workarounds are now handled by the DaCapo class rather than the JavaBenchmark class to avoid confusions.","breadcrumbs":"Changelog » Fixed","id":"138","title":"Fixed"},"139":{"body":"","breadcrumbs":"Changelog » v0.3.9 (2023-08-02)","id":"139","title":"v0.3.9 (2023-08-02)"},"14":{"body":"A dry run (by supplying -d to running NOT runbms) allows you to see the commands to be executed. running -d runbms /path/to/log two_builds.yml 8 -i 1 Make sure it looks like what you want.","breadcrumbs":"Quickstart » Dry run","id":"14","title":"Dry run"},"140":{"body":"Benchmark Suites DaCapo: don't explicitly pass -s default to DaCapo unless the user requests so by setting the size key of DaCapo or overriding the sizes for individual benchmarks using the benchmark specification syntax . This is so that users can override the size via ProgramArg.","breadcrumbs":"Changelog » Fixed","id":"140","title":"Fixed"},"141":{"body":"","breadcrumbs":"Changelog » v0.3.8 (2023-02-21)","id":"141","title":"v0.3.8 (2023-02-21)"},"142":{"body":"Commands runbms: companion programs are now expected to self-terminate.","breadcrumbs":"Changelog » Changed","id":"142","title":"Changed"},"143":{"body":"","breadcrumbs":"Changelog » v0.3.7 (2023-02-14)","id":"143","title":"v0.3.7 (2023-02-14)"},"144":{"body":"Commands runbms: better heuristics to detect whether a host is in the moma subnet.","breadcrumbs":"Changelog » Fixed","id":"144","title":"Fixed"},"145":{"body":"","breadcrumbs":"Changelog » v0.3.6 (2023-01-16)","id":"145","title":"v0.3.6 (2023-01-16)"},"146":{"body":"Base Configurations DaCapo Chopin Snapshot-6e411f33","breadcrumbs":"Changelog » Added","id":"146","title":"Added"},"147":{"body":"Fixed type annotations in untyped functions and make Optionals explicit.","breadcrumbs":"Changelog » Fixed","id":"147","title":"Fixed"},"148":{"body":"","breadcrumbs":"Changelog » v0.3.5 (2022-10-13)","id":"148","title":"v0.3.5 (2022-10-13)"},"149":{"body":"Commands runbms: when a companion program exits with a non-zero code, a warning is generated instead of an exception to prevent stopping the entire experiment.","breadcrumbs":"Changelog » Changed","id":"149","title":"Changed"},"15":{"body":"Now, actually run the experiment, but only for one invocation (by supplying -i 1 to runbms). running runbms /path/to/log two_builds.yml 8 -i 1 This allows you to see any issue before wasting several days only realizing that something didn't work.","breadcrumbs":"Quickstart » Single Invocation","id":"15","title":"Single Invocation"},"150":{"body":"","breadcrumbs":"Changelog » v0.3.4 (2022-10-13)","id":"150","title":"v0.3.4 (2022-10-13)"},"151":{"body":"Commands runbms: fix the file descriptor leak when running benchmarks with companion programs.","breadcrumbs":"Changelog » Fixed","id":"151","title":"Fixed"},"152":{"body":"","breadcrumbs":"Changelog » v0.3.3 (2022-10-12)","id":"152","title":"v0.3.3 (2022-10-12)"},"153":{"body":"Commands runbms prints out the logged in users when emitting warnings when the machine has more than one logged in users.","breadcrumbs":"Changelog » Changed","id":"153","title":"Changed"},"154":{"body":"Modifiers Companion: skip value options expansion if no value option is provided to avoid interpreting bpftrace syntax as replacement fields.","breadcrumbs":"Changelog » Fixed","id":"154","title":"Fixed"},"155":{"body":"","breadcrumbs":"Changelog » v0.3.2 (2022-10-12)","id":"155","title":"v0.3.2 (2022-10-12)"},"156":{"body":"Modifiers Companion","breadcrumbs":"Changelog » Added","id":"156","title":"Added"},"157":{"body":"","breadcrumbs":"Changelog » v0.3.1 (2022-09-18)","id":"157","title":"v0.3.1 (2022-09-18)"},"158":{"body":"Base Syntax Use the $RUNNING_NG_PACKAGE_DATA environment variable to refer to base configurations shipped with running-ng, such as $RUNNING_NG_PACKAGE_DATA/base/runbms.yml, regardless how you installed runnin-ng. Benchmark Suites DaCapo gains an extra key companion to facilitate eBPF tracing programs.","breadcrumbs":"Changelog » Added","id":"158","title":"Added"},"159":{"body":"Overhauled Python packaging with PEP 517 zulip is now an optional Python dependency. Use pip install running-ng[zulip] if you want to use the Zulip runbms plugin.","breadcrumbs":"Changelog » Changed","id":"159","title":"Changed"},"16":{"body":"Once you are happy with everything, run the experiments. running runbms /path/to/log two_builds.yml 8 -p \"two_builds\" Don't forget to give the results folder a prefix so that you can later tell what the experiment was for.","breadcrumbs":"Quickstart » Run It","id":"16","title":"Run It"},"160":{"body":"Dropping Python 3.6 support for users. Base Configurations Removing AdoptOpenJDK from the base configuration files. AdoptOpenJDK is now replaced by Temurin.","breadcrumbs":"Changelog » Removed","id":"160","title":"Removed"},"161":{"body":"","breadcrumbs":"Changelog » v0.3.0 (2022-03-19)","id":"161","title":"v0.3.0 (2022-03-19)"},"162":{"body":"Modifiers JVMClasspathAppend JVMClasspathPrepend Benchmark Suites SPECjvm98","breadcrumbs":"Changelog » Added","id":"162","title":"Added"},"163":{"body":"Modifiers JVMClasspath is now an alias of JVMClasspathAppend. This is backward compatible. Commands runbms prints out the version number of running-ng in log files.","breadcrumbs":"Changelog » Changed","id":"163","title":"Changed"},"164":{"body":"Deprecating Python 3.6 support for users. Python 3.6 will NOT be supported once moma machines are upgraded to the latest Ubuntu LTS.","breadcrumbs":"Changelog » Deprecated","id":"164","title":"Deprecated"},"165":{"body":"Dropping Python 3.6 support for developers (NOT users). pytest 7.1+ requires at least Python 3.7.","breadcrumbs":"Changelog » Removed","id":"165","title":"Removed"},"166":{"body":"","breadcrumbs":"Changelog » v0.2.2 (2022-03-07)","id":"166","title":"v0.2.2 (2022-03-07)"},"167":{"body":"Benchmark Suites JavaBenchmarkSuite: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports.","breadcrumbs":"Changelog » Fixed","id":"167","title":"Fixed"},"168":{"body":"","breadcrumbs":"Changelog » v0.2.1 (2022-03-05)","id":"168","title":"v0.2.1 (2022-03-05)"},"169":{"body":"Commands runbms now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.","breadcrumbs":"Changelog » Changed","id":"169","title":"Changed"},"17":{"body":"This is outside the scope of this quickstart guide.","breadcrumbs":"Quickstart » Analysing Results","id":"17","title":"Analysing Results"},"170":{"body":"Benchmark Suites BinaryBenchmarkSuite: fixes missing parameter when constructing BinaryBenchmark due to a bug in previous refactoring","breadcrumbs":"Changelog » Fixed","id":"170","title":"Fixed"},"171":{"body":"","breadcrumbs":"Changelog » v0.2.0 (2022-02-20)","id":"171","title":"v0.2.0 (2022-02-20)"},"172":{"body":"Base Configurations AdoptOpenJDK 16 DaCapo Chopin Snapshot-29a657f, Chopin Snapshot-f480064 Temurin 8, 11, 17 SPECjbb 2015, 1.03 Commands minheap gains an extra key attempts (can be overridden by --attempts) so that crashes don't cause bogus minheap measurements. minheap stores results in a YAML file, which is also used to resume an interrupted execution. minheap prints the minheap values of the best config at the ends. runbms gains an extra argument, --resume, to resume an interrupted execution from a log folder. runbms gains an extra argument, --workdir, to override the default working directory. runbms adds more information of the environment to the log file, including the date, logged in users, system load, and top processes. runbms gains a callback-based plugin system, and an extra key plugins is added. runbms gains a plugin CopyFile to copy files from the working directory. runbms gains a plugin Zulip, which sends messages about the progress of the experiments, and warns about reservation expiration on moma machines. runbms outputs a warning message if more than one users are logged in. runbms uses uppercase letters if there are more than 26 configs. Modifiers ModifierSet Wrapper JSArg Runtimes D8 SpiderMonkey JavaScriptCore JVM now detects OOM generated in the form of Rust panic from mmtk-core. Benchmark Suites DaCapo gains an extra key size, which is used to specify the size of the input. DaCapo now allows individual benchmark to override the timing iteration, input size, and timeout of the suite. SPECjbb2015: basic support for running SPECjbb 2015 in composite mode. Octane: basic support for running Octane using Wenyu's wrapper script.","breadcrumbs":"Changelog » Added","id":"172","title":"Added"},"173":{"body":"Benchmark Suites The minheap key of DaCapo changes from a dictionary to a string. The string is used to look up minheap_values, which are collections of minheap values. This makes it easier to store multiple sets of minheap values for the same benchmark suite measured using different runtimes. Base Syntax Whitespaces can be used in config strings for visual alignment. They are ignored when parsed. Commands The --slice argument of runbms now accepts multiple comma-separated floating point numbers.","breadcrumbs":"Changelog » Changed","id":"173","title":"Changed"},"174":{"body":"Base Configurations DaCapo Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Removed","id":"174","title":"Removed"},"175":{"body":"Commands Resolving relative paths of runtimes before running. Otherwise, they would be resolved relative to the runbms working directory. Use the BinaryIO interface of file IO and interprocess communication to avoid invalid UTF-8 characters from crashing the script. Subprocesses now inherit environment variables from the the parent process. minheap now runs in a temporary working directory to avoid file-based conflicts between concurrent executions. Note that network-port-based conflicts can still happen.","breadcrumbs":"Changelog » Fixed","id":"175","title":"Fixed"},"176":{"body":"Initial release.","breadcrumbs":"Changelog » v0.1.0 (2021-08-09)","id":"176","title":"v0.1.0 (2021-08-09)"},"177":{"body":"Commands fillin minheap runbms Modifiers JVMArg JVMClasspath EnvVar ProgramArg Runtimes NativeExecutable OpenJDK JikesRVM Benchmark Suites BinaryBenchmarkSuite DaCapo Base Configurations AdoptOpenJDK 8, 11, 12, 13, 14, 15 DaCapo 2006, 9.12 (Bach), 9.12 MR1, 9.12 MR1 for Java 6, Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Added","id":"177","title":"Added"},"18":{"body":"Briefly talk about how basic concepts fit together here... Before diving into the details, please read the design principles to help you better understand why things are organized in such way.","breadcrumbs":"Basics » Basics","id":"18","title":"Basics"},"19":{"body":"","breadcrumbs":"Basics » Design Principles » Design Principles","id":"19","title":"Design Principles"},"2":{"body":"The syntax (of configuration files and command line arguments) of running-ng is not stabilized yet. When you use it, expect breaking changes, although we will try to minimize this where possible. running-ng has been tested by few people, and we think it is stable enough to use for your experiments. However, there are probably few wrinkles to be ironed out. Please file any bug or feature request on the issue tracker . You are also welcome to implement new features and/or fix bugs by opening pull requests . But before you do so, please discuss with Steve first for major design changes. For non-user-facing changes, please discuss with the maintainers first.","breadcrumbs":"Introduction » ⚠️ Warning","id":"2","title":"⚠️ Warning"},"20":{"body":"Sound methodology is crucial for the type of performance analysis work we do. Please see the documentation for each of the command for details. We also try to include sensible default values in the base configuration files.","breadcrumbs":"Basics » Design Principles » Sound methodology","id":"20","title":"Sound methodology"},"21":{"body":"It should be easy to reproduce a set of experiments. To this end, various commands will save as much metadata with the results. For example, runbms saves the flattened configuration file and command line arguments in the results folder. For each log, basic information about the execution environment, such as uname, the model name of the CPU, and frequencies of CPU cores, is saved as well.","breadcrumbs":"Basics » Design Principles » Reproducibility","id":"21","title":"Reproducibility"},"22":{"body":"Broadly, the project consists of two parts: the core and the commands. The core provides abstractions for core concepts, such as benchmarks and execution environments, and can be extended through class inheritance. The commands are the user-facing parts that uses the core to provide concrete functionalities.","breadcrumbs":"Basics » Design Principles » Extensibility","id":"22","title":"Extensibility"},"23":{"body":"The configuration files can be easily reused through the includes and overrides mechanisms. For example, people might want to run multiple sets of experiments with minor tweaks, and being able to share a common base configuration file is ergonomic. This is also crucial to the first point that people can get a set of sensible default values by including base configuration files shipped with the project.","breadcrumbs":"Basics » Design Principles » Reusability","id":"23","title":"Reusability"},"24":{"body":"We use YAML as the format for the configuration files. Please read the syntax reference for more details.","breadcrumbs":"Basics » Design Principles » Human-readable syntax","id":"24","title":"Human-readable syntax"},"25":{"body":"The configuration file is in YAML format. You can find a good YAML tutorial here . Below is the documentation for all the top-level keys that are common to all commands.","breadcrumbs":"Core References » Configuration File Syntax","id":"25","title":"Configuration File Syntax"},"26":{"body":"A YAML list of benchmarks to run in each specified benchmark suite . For example: benchmarks: dacapo2006: - eclipse dacapobach: - avrora - fop specifies running to run the eclipse benchmark from the dacapo2006 benchmark suite; and the avrora and fop benchmarks from the dacapobach benchmark suite. These benchmark suites have to be defined previously (usually through an includes key ). Note that each benchmark of a benchmark suite can either be a string or a suite-specific dictionary. For example, for the DaCapo benchmark suite, the following two snippets are equivalent. benchmarks: dacapo2006: - eclipse benchmarks: dacapo2006: - {name: eclipse, bm_name: eclipse, size: default}","breadcrumbs":"Core References » benchmarks","id":"26","title":"benchmarks"},"27":{"body":"A YAML list of configuration strings to be used to run the benchmarks. These are specified as a runtime followed by a '|' separated list of modifiers , i.e. \"||...|\". For example: configs: - \"openjdk11|ms|s|c2\" - \"openjdk15|ms|s\" specifies running to use the openjdk11 runtime with ms, s, and c2 modifiers; and the openjdk15 runtime with the ms, and s modifiers. In the example above, we assume that both the runtimes and modifiers have been previously defined (in either the current configuration file or in an includes file ). Each segment in the configuration strings can have whitespaces in them, so that it's easier for multi-line editing. For example: configs: - \"openjdk8 |foo-1 |bar|buzz\" - \"openjdk15|foo-16| |buzz\"","breadcrumbs":"Core References » configs","id":"27","title":"configs"},"28":{"body":"A YAML list of paths to YAML files that are to be included into the current configuration file for definitions of some keys. This is primarily used to provide re-usability and extensibility of configuration files. A pre-processor step in running takes care of including all the specified files. A flattened version of the final configuration file is also generated and placed in the results folder for reproducibility. The paths can be either absolute or relative. Relative paths are solved relative to the current file. For example, if $HOME/configs/foo.yml has an include line ../bar.yml, the line is interpreted as $HOME/bar.yml. Similarly, includes: - \"./base/suites.yml\" - \"./base/modifiers.yml\" includes the suites.yml and modifiers.yml files located at ./base respectively. Any environment variable in the paths are also resolved before any further processing. This include a special environment variable $RUNNING_NG_PACKAGE_DATA that allows you to refer to various configuration files shipping with running-ng, regardless how you installed running-ng. For example, in a global pip installation, $RUNNING_NG_PACKAGE_DATA will look like /usr/local/lib/python3.10/dist-packages/running/config.","breadcrumbs":"Core References » includes","id":"28","title":"includes"},"29":{"body":"Under construction 🚧.","breadcrumbs":"Core References » overrides","id":"29","title":"overrides"},"3":{"body":"The predecessor of running-ng is running, a set of scripts written in Perl, dating back to 2005. However, the type of workloads we are evaluation has changed a bit, and we want a new set of scripts that fit our needs better. Two major sources of inspiration are mu-perf-benchmarks and menthol . mu-perf-benchmarks is a performance regression framework built for The Mu Micro Virtual Machine . Zixian coauthored the framework with John Zhang in 2017. It features a web frontend for displaying results. You can see the live instance here . menthol is a benchmarking framework built for running benchmarks in high-performance computing (HPC) settings. Zixian built it for his research project about evaluating Chapel's performance in 2018. The framework can run benchmarks in different languages on either single node or on a cluster through PBS job scheduler.","breadcrumbs":"Introduction » History","id":"3","title":"History"},"30":{"body":"A YAML dictionary of program arguments or environment variables that are to be used with config strings . Cannot use - in the key for a modifier. Each modifier requires a type key with other keys being specific to that type. For more information regarding the different types of modifiers, please refer to this page . Warning preview feature ⚠️ . We can exclude certain benchmarks from using a specific modifier by using an excludes key along with a YAML list of benchmarks to be excluded from each benchmark suite. For example: modifiers: s: type: JVMArg val: \"-server\" c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" excludes: dacapo2006: - eclipse specifies two modifiers, s and c2, both of type JVMArg with their respective values. Here, the eclipse benchmark from the dacapo2006 benchmark suite has been excluded from the c2 modifier. Warning preview feature ⚠️ . Similarly, we can attach the modifier only to specific benchmarks by using an includes key. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite. excludes has a higher priority than includes. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse - fop excludes: dacapo2006: - fop The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite, no other benchmark will run with this modifier (not even fop even though it appears in the includes).","breadcrumbs":"Core References » modifiers","id":"30","title":"modifiers"},"31":{"body":"These are special modifiers whose values can be specified through their use in a configuration string . Concrete values are specified as - separated values after the modifier's name in a configuration string. These values will be indexed by the modifier through syntax similar to Python format strings. This is best understood via an example: modifiers: env_var: type: EnvVar var: \"FOO{0}\" val: \"{1}\" [...] configs: - \"openjdk11|env_var-42-43\" specifies to run the openjdk11 runtime with the environment variable FOO42 set to 43. Note that value options are not limited only to environment variables, and can be used for all modifier types.","breadcrumbs":"Core References » Value Options","id":"31","title":"Value Options"},"32":{"body":"A YAML dictionary of runtime definitions that are to be used with config strings . Each runtime requires a type key with other keys being specific to that type. For more information regarding the different types of runtimes, please refer to this page .","breadcrumbs":"Core References » runtimes","id":"32","title":"runtimes"},"33":{"body":"A YAML dictionary of benchmark suite definitions that are to be used as keys of benchmarks. Each benchmark suite requires a type key with other keys being specific to that type. For more information regarding the different types of benchmark suites, please refer to this page .","breadcrumbs":"Core References » suites","id":"33","title":"suites"},"34":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Benchmark Suite","id":"34","title":"Benchmark Suite"},"35":{"body":"A BinaryBenchmarkSuite is a suite of programs which can be used to run binary benchmarks such as for C/C++ benchmarking.","breadcrumbs":"Core References » Benchmark Suite » BinaryBenchmarkSuite (preview ⚠️)","id":"35","title":"BinaryBenchmarkSuite (preview ⚠️)"},"36":{"body":"programs: A yaml list of benchmarks in the format: programs: : path: /full/path/to/benchmark/binary_1 args: \"Any arguments to binary_1\" : path: /full/path/to/benchmark/binary_2 args: \"Any arguments to binary_2\" [...] A possible use-case could use wrapper shell scripts around the benchmark to output timing and other information in a tab-separated table.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"36","title":"Keys"},"37":{"body":"DaCapo benchmark suite .","breadcrumbs":"Core References » Benchmark Suite » DaCapo","id":"37","title":"DaCapo"},"38":{"body":"release: one of the possible values [\"2006\", \"9.12\", \"evaluation\"]. The value is required. path: path to the DaCapo jar. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering OutOfMemoryError. Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: adoptopenjdk-15-G1: avrora: 7 batik: 253 temurin-17-G1: avrora: 7 batik: 189 timing_iteration: specifying the timing iteration. It can either be a number, which is passed to DaCapo as -n, or a string converge. The default value is 3. callback: the class (possibly within some packages) for the DaCapo callback. The value is passed to DaCapo as -c. The default value is null. timeout: timeout for one invocation of a benchmark in seconds. The default value is null. wrapper (preview ⚠️): specifying a wrapper (i.e., extra stuff on the command line before java) when running benchmarks. The default value is null, a no-op. There are two possible ways to specify wrapper. First, a single string with shell-like syntax . Multiple arguments are space separated. This wrapper is used for all benchmarks in the benchmark suite. Second, a dictionary of strings with shell-like syntax to specify possibly different wrappers for different benchmarks. If a benchmark doesn't have a wrapper in the dictionary, it is treated as null. companion (preview ⚠️): the syntax is similar to wrapper. The companion program will start before the main program. The main program will start two seconds after the companion program to make sure the companion is fully initialized. Once the main program finishes, we will wait for the companion program to finish. Therefore, companion programs should have appropriate timeouts or detect when main program finishes. Here is an example of using companion to launch bpftrace in the background to count the system calls. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" overrides: \"suites.dacapo2006.timing_iteration\": 1 \"suites.dacapo2006.companion\": \"sudo bpftrace -e 'tracepoint:raw_syscalls:sys_enter { @syscall[args->id] = count(); @process[comm] = count();} interval:s:10 { printf(\\\"Goodbye world!\\\\n\\\"); exit(); }'\" \"invocations\": 1 benchmarks: dacapo2006: - fop configs: - \"temurin-17\" In the log file, the output from the main program and the output from the companion program is separated by *****. size: specifying the size of input data. Note that the names of the sizes are subject to change depending on the DaCapo releases. The default value is null, which means DaCapo will use the default size unless you override that for individual benchmarks.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"38","title":"Keys"},"39":{"body":"Some of the suite-wide keys can be overridden in a per-benchmark-basis. The keys currently supported are timing_iteration, size, and timeout. Note that, within a suite, your choice of name should uniquely identify a particular way of running a benchmark of name bm_name. The name is used to get the minheap value, etc., which can depend of the size of input data and/or the timing iteration. Therefore, it is highly recommended that you give a name different from the bm_name. Note that, you might need to adjust various other values, including but not limit to the minheap value dictionary and the modifier exclusion dictionary. The following is an example. benchmarks: dacapo2006: - {name: eclipse_large, bm_name: eclipse, size: large}","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"39","title":"Benchmark Specification"},"4":{"body":"Zixian Cai","breadcrumbs":"Introduction » Maintainers","id":"4","title":"Maintainers"},"40":{"body":"SPECjbb2015 .","breadcrumbs":"Core References » Benchmark Suite » SPECjbb2015 (preview ⚠️)","id":"40","title":"SPECjbb2015 (preview ⚠️)"},"41":{"body":"release: one of the possible values [\"1.03\"]. The value is required. path: path to the jar. The value is required. Note that the property file should reside in path/../config/specjbb2015.props per the standard folder structure of the ISO image provided by SPEC.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"41","title":"Keys"},"42":{"body":"Only strings are allowed, which should correspond to the the mode of the SPECjbb2015 controller. Right now, only \"composite\" is supported.","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"42","title":"Benchmark Specification"},"43":{"body":"SPECjvm98 . Note that you will need to prepend probes to the classpaths, so that the modified SpecApplication can be used. Here is an example configuration file. includes: - \"/home/zixianc/running-ng/src/running/config/base/runbms.yml\" modifiers: probes_cp: type: JVMClasspathPrepend val: \"/home/zixianc/MMTk-Dev/evaluation/probes /home/zixianc/MMTk-Dev/evaluation/probes/probes.jar\" benchmarks: specjvm98: - _213_javac configs: - \"adoptopenjdk-8|probes_cp\"","breadcrumbs":"Core References » Benchmark Suite » SPECjvm98 (preview ⚠️)","id":"43","title":"SPECjvm98 (preview ⚠️)"},"44":{"body":"release: one of the possible values [\"1.03_05\"]. The value is required. path: path to the SPECjvm98 folder, where you can find SpecApplication.class. The value is required. timing_iteration: specifying the timing iteration. It can only be a number, which is passed to SpecApplication as -i. The value is required.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"44","title":"Keys"},"45":{"body":"Only strings are allowed, which should correspond to benchmark program of SPECjvm98. The following are the benchmarks: _200_check _201_compress _202_jess _209_db _213_javac _222_mpegaudio _227_mtrt _228_jack","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"45","title":"Benchmark Specification"},"46":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Octane (preview ⚠️)","id":"46","title":"Octane (preview ⚠️)"},"47":{"body":"path: path to the Octane benchmark folder. The value is required. wrapper: path to the Octane wrapper written by Wenyu Zhao. The value is required. timing_iteration: specifying the timing iteration using an integer. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Fatal javascript OOM in .... Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: d8: octane: box2d: 5 codeload: 159 crypto: 3","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"47","title":"Keys"},"48":{"body":"GC benchmarks for Julia: https://github.com/JuliaCI/GCBenchmarks","breadcrumbs":"Core References » Benchmark Suite » JuliaGCBenchmarks (preview ⚠️)","id":"48","title":"JuliaGCBenchmarks (preview ⚠️)"},"49":{"body":"path: path to the GCBenchmarks folder. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Out of Memory!. An example looks like this: minheap_values: julia-mmtk-immix: multithreaded/binary_tree/tree_immutable: 225 multithreaded/binary_tree/tree_mutable: 384 multithreaded/bigarrays/objarray: 9225 serial/TimeZones: 5960 serial/append: 1563 serial/bigint/pollard: 198 serial/linked/list: 4325 serial/linked/tree: 216 serial/strings/strings: 2510 slow/bigint/pidigits: 198 slow/rb_tree/rb_tree: 8640","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"49","title":"Keys"},"5":{"body":"pip3 install --user -U running-ng The base configuration files can be usually be found in paths like ~/.local/lib/python3.6/site-packages/running/config/base. The exact path might differ depending on your Python version, etc.","breadcrumbs":"Introduction » Installation » Installation","id":"5","title":"Installation"},"50":{"body":"","breadcrumbs":"Core References » Runtime » Runtime","id":"50","title":"Runtime"},"51":{"body":"","breadcrumbs":"Core References » Runtime » JikesRVM","id":"51","title":"JikesRVM"},"52":{"body":"A NativeExecutable type specifies runbms to directly run the benchmarks on native hardware. This is supposed to be used in tandem with BinaryBenchmarkSuite .","breadcrumbs":"Core References » Runtime » NativeExecutable (preview ⚠️)","id":"52","title":"NativeExecutable (preview ⚠️)"},"53":{"body":"","breadcrumbs":"Core References » Runtime » OpenJDK","id":"53","title":"OpenJDK"},"54":{"body":"","breadcrumbs":"Core References » Runtime » D8 (preview ⚠️)","id":"54","title":"D8 (preview ⚠️)"},"55":{"body":"executable: path to the d8 executable.","breadcrumbs":"Core References » Runtime » Keys","id":"55","title":"Keys"},"56":{"body":"","breadcrumbs":"Core References » Runtime » SpiderMonkey (preview ⚠️)","id":"56","title":"SpiderMonkey (preview ⚠️)"},"57":{"body":"executable: path to the js executable.","breadcrumbs":"Core References » Runtime » Keys","id":"57","title":"Keys"},"58":{"body":"","breadcrumbs":"Core References » Runtime » JavaScriptCore (preview ⚠️)","id":"58","title":"JavaScriptCore (preview ⚠️)"},"59":{"body":"executable: path to the jsc executable.","breadcrumbs":"Core References » Runtime » Keys","id":"59","title":"Keys"},"6":{"body":"You will need to add the folder where running is installed to your PATH. On a typical Linux installation, running is installed to ~/.local/bin. You will need to refer to the documentation of the shell you are using. Here is an example for bash. # Add the following to ~/.bashrc\nPATH=$PATH:$HOME/.local/bin You don't need to use export. Generally, $PATH already exists and is exported to child processes. Please check whether your ~/.bash_profile or ~/.profile sources ~/.bashrc. If not, when you use a login shell (e.g., in the case of tmux), the content of ~/.bashrc might not be applied. To ensure ~/.bashrc is always sourced, you can add the following to ~/.bash_profile. if [ -f ~/.bashrc ]; then . ~/.bashrc\nfi If you are a moma user, please change these dotfiles on squirrel.moma, and then run sudo /moma-admin/config/update_self.fish. Note that you should run this command using a SSH session on a standard terminal instead of using the integrated terminal in VSCode Remote. Please check here for how to setup a UNIX password for sudo.","breadcrumbs":"Introduction » Installation » Adding running to PATH","id":"6","title":"Adding running to PATH"},"60":{"body":"","breadcrumbs":"Core References » Runtime » JuliaMMTK (preview ⚠️)","id":"60","title":"JuliaMMTK (preview ⚠️)"},"61":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"61","title":"Keys"},"62":{"body":"Julia with the stock GC. It does not allow setting a heap size, and will not throw OOM unless killed by the operating system.","breadcrumbs":"Core References » Runtime » JuliaStock (preview ⚠️)","id":"62","title":"JuliaStock (preview ⚠️)"},"63":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"63","title":"Keys"},"64":{"body":"","breadcrumbs":"Core References » Modifier » Modifier","id":"64","title":"Modifier"},"65":{"body":"","breadcrumbs":"Core References » Modifier » EnvVar","id":"65","title":"EnvVar"},"66":{"body":"var: name of the variable. val: value of the variable.","breadcrumbs":"Core References » Modifier » Keys","id":"66","title":"Keys"},"67":{"body":"Set an environment variable. Might override an environment variable inherited from the parent process.","breadcrumbs":"Core References » Modifier » Description","id":"67","title":"Description"},"68":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMArg","id":"68","title":"JVMArg"},"69":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"69","title":"Keys"},"7":{"body":"This guide will show you how to use running-ng to compare two different builds of JVMs. Note that for each occurrence in the form /path/to/*, you need to replace it with the real path of the respective item in the filesystem.","breadcrumbs":"Quickstart » Quickstart","id":"7","title":"Quickstart"},"70":{"body":"Specify arguments to a JVM, as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"70","title":"Description"},"71":{"body":"JavaScriptRuntime specific.","breadcrumbs":"Core References » Modifier » JSArg (preview ⚠️)","id":"71","title":"JSArg (preview ⚠️)"},"72":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"72","title":"Keys"},"73":{"body":"Specify arguments to a JavaScript runtime (e.g., d8), as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"73","title":"Description"},"74":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathAppend","id":"74","title":"JVMClasspathAppend"},"75":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"75","title":"Keys"},"76":{"body":"Append a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"76","title":"Description"},"77":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathPrepend","id":"77","title":"JVMClasspathPrepend"},"78":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"78","title":"Keys"},"79":{"body":"Prepend a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"79","title":"Description"},"8":{"body":"Please follow the installation guide to install running-ng. You will need Python 3.6+. Then, create a file two_builds.yml with the following content. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" The YAML file represents a dictionary (key-value pairs) that defines the experiments you are running. The includes directive here will populate the dictionary with some default values shipped with running-ng. If you use moma machines, please substitute runbms.yml with runbms-anu.yml.","breadcrumbs":"Quickstart » Installation","id":"8","title":"Installation"},"80":{"body":"A backward-compatibility alias of JVMClasspathAppend.","breadcrumbs":"Core References » Modifier » JVMClasspath","id":"80","title":"JVMClasspath"},"81":{"body":"","breadcrumbs":"Core References » Modifier » ProgramArg","id":"81","title":"ProgramArg"},"82":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"82","title":"Keys"},"83":{"body":"Specify arguments to a program, as opposed to the runtime.","breadcrumbs":"Core References » Modifier » Description","id":"83","title":"Description"},"84":{"body":"","breadcrumbs":"Core References » Modifier » ModifierSet (preview ⚠️)","id":"84","title":"ModifierSet (preview ⚠️)"},"85":{"body":"val: | separated values, with possible value options. See here for details.","breadcrumbs":"Core References » Modifier » Keys","id":"85","title":"Keys"},"86":{"body":"Specify a set of modifiers, including other ModifierSets. That is, you can use ModifierSet recursively.","breadcrumbs":"Core References » Modifier » Description","id":"86","title":"Description"},"87":{"body":"","breadcrumbs":"Core References » Modifier » Wrapper (preview ⚠️)","id":"87","title":"Wrapper (preview ⚠️)"},"88":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"88","title":"Keys"},"89":{"body":"Specify a wrapper. If a wrapper also exist for the benchmark suite you use, this wrapper will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"89","title":"Description"},"9":{"body":"Add the following to two_builds.yml. benchmarks: dacapochopin-29a657f: - avrora - batik - biojava - cassandra - eclipse - fop - graphchi - h2 - h2o - jme - jython - luindex - lusearch - pmd - sunflow - tradebeans - tradesoap - tomcat - xalan - zxing This specify a list of benchmarks used in this experiment from the benchmark suite dacapochopin-29a657f. The benchmark suite is defined in $RUNNING_NG_PACKAGE_DATA/base/dacapo.yml. By default, the minimum heap sizes of dacapochopin-29a657f benchmarks are measured with AdoptOpenJDK 15 using G1 GC. If you are using OpenJDK 11 or 17, you can override the value of suites.dacapochopin-29a657f.minheap to temurin-17-G1 or temurin-11-G1. That is, you can, for example, add \"suites.dacapochopin-29a657f.minheap\": \"temurin-17-G1\" to overrides. Then, add the following to two_builds.yml. overrides: \"suites.dacapochopin-29a657f.timing_iteration\": 5 \"suites.dacapochopin-29a657f.callback\": \"probe.DacapoChopinCallback\" That is, we want to run five iterations for each invocation, and use DacapoChopinCallback because it is the appropriate callback for this release of DaCapo.","breadcrumbs":"Quickstart » Prepare Benchmarks","id":"9","title":"Prepare Benchmarks"},"90":{"body":"","breadcrumbs":"Core References » Modifier » Companion (preview ⚠️)","id":"90","title":"Companion (preview ⚠️)"},"91":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"91","title":"Keys"},"92":{"body":"Specify a companion program. If a companion program also exist for the benchmark suite you use, this companion program will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"92","title":"Description"},"93":{"body":"JuliaMMTk and JuliaStock specific.","breadcrumbs":"Core References » Modifier » JuliaArg (preview ⚠️)","id":"93","title":"JuliaArg (preview ⚠️)"},"94":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"94","title":"Keys"},"95":{"body":"Please see the sections in this chapter for the references for each of the subcommands.","breadcrumbs":"Command References » Command References","id":"95","title":"Command References"},"96":{"body":"running [-h|--help] [-v|--verbose] [-d|--dry-run] [--version] subcommand -h: print help message. -v: use DEBUG for logging level. The default logging level is INFO. -d: enable dry run. Each of the subcommands that respect is flag will print out the commands to be executed in a child process instead of actually executing them. --version: print the version number of running-ng.","breadcrumbs":"Command References » Usage","id":"96","title":"Usage"},"97":{"body":"For each subcommand, the documentation can roughly be divided into two parts, the command line usage and the keys in the config file. Unless otherwise specified, the keys specified here are common to all subcommands, with the keys specific to each subcommand documented in their respective documentation.","breadcrumbs":"Command References » Convention","id":"97","title":"Convention"},"98":{"body":"This subcommand runs benchmarks with different configs, possibly with varying heap sizes.","breadcrumbs":"Command References » runbms » runbms","id":"98","title":"runbms"},"99":{"body":"runbms [-h|--help] [-i|--invocations INVOCATIONS] [-s|--slice SLICE] [-p|--id-prefix ID_PREFIX] [-m|--minheap-multiplier MINHEAP_MULTIPLIER] [--skip-oom SKIP_OOM] [--skip-timeout SKIP_TIMEOUT] [--resume RESUME] [--workdir WORKDIR] [--skip-log-compression] LOG_DIR CONFIG [N] [n ...] -h: print help message. -i: set the number of invocations. Overrides invocations in the config file. -s: only use the specified heap sizes. This is a comma-separated string of integers or floating point numbers. For each slice s in SLICE, we run benchmarks at s * minheap. N and ns are ignored. -p: add a prefix to the folder names where the results are stored. By default, the folder that stores the result is named using the host name and the timestamp. However, you can add a prefix to the folder name to signify which experiments the results belong to. -m (preview ⚠️): multiple the minheap value for each benchmark by MINHEAP_MULTIPLIER. Do NOT use this unless you know what you are doing. Override minheap_multiplier in the config file. --skip-oom (preview ⚠️): skip the remaining invocations if a benchmark under a config has run out of memory more than SKIP_OOM times. --skip-timeout (preview ⚠️): skip the remaining invocations if a benchmark under a config has timed out more than SKIP_TIMEOUT times. --resume (preview ⚠️): resume a previous run under LOG_DIR/RESUME. If a .log.gz already exists for a group of invocations, they will be skipped. Remember to clean up the partial *.log files before resuming. --workdir (preview ⚠️): use the specified directory as the working directory for benchmarks. If not specified, a temporary directory will be created under an OS-dependent location with a runbms- prefix. --skip-log-compression: skip compressing log file as gzip. LOG_DIR: where to store the results. This is required. CONFIG: the path to the configuration file. This is required. N: the number of different heap sizes to explore. Must be powers of two. Explore heap sizes denoted by 0, 1, ..., and N (N + 1 different sizes in total). The heap size 0 represents 1.0 * minheap, and the heap size N represents heap_range * minheap (by default, 6.0 * minheap). If N is omitted, then the script will run benchmarks without explicit explicitly setting heap sizes, unless you specify -s or use a modifier that sets the heap size. n: the heap sizes to explore. Instead of exploring 0, 1, ..., and N, only explore the ns specified.","breadcrumbs":"Command References » runbms » Usage","id":"99","title":"Usage"}},"length":178,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.0},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.0},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.0}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.0}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}}},"3":{".":{"1":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.4142135623730951},"177":{"tf":1.0},"6":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":5,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":41,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.7416573867739413},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":26,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":17,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.0},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.6457513110645907},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.0}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.0}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.0}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"110":{"tf":2.6457513110645907},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.7416573867739413},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.0}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"123":{"tf":1.0},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":27,"docs":{"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.0},"50":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":25,"docs":{"110":{"tf":1.7320508075688772},"123":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":22,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"123":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"2":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"8":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"9":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.4142135623730951},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"2":{"df":9,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":7,"docs":{"129":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"3":{".":{"1":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":10,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":45,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.872983346207417},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":3.3166247903554},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.6457513110645907},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.6457513110645907},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":57,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.7320508075688772},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":74,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":17,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":2.0},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":2.0},"6":{"tf":2.0},"8":{"tf":2.0}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.23606797749979}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"110":{"tf":3.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":51,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.872983346207417},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"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.4142135623730951},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":96,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"123":{"tf":1.0},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.7320508075688772},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":37,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":26,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.449489742783178},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":34,"docs":{"110":{"tf":1.7320508075688772},"123":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":22,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"123":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.6457513110645907},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.6457513110645907},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"title":{"root":{"0":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"2":{"df":2,"docs":{"152":{"tf":1.0},"155":{"tf":1.0}}},"3":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"135":{"tf":1.0}}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"9":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"141":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"d":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"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":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"x":{"df":12,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"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":{"104":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":23,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":17,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":1,"docs":{"95":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"119":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"111":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}});
\ No newline at end of file
diff --git a/searchindex.json b/searchindex.json
index bbdef04..a97537c 100644
--- a/searchindex.json
+++ b/searchindex.json
@@ -1 +1 @@
-{"doc_urls":["intro.html#introduction","intro.html#disclaimer","intro.html#-warning","intro.html#history","intro.html#maintainers","install.html#installation","install.html#adding-running-to-path","quickstart.html#quickstart","quickstart.html#installation","quickstart.html#prepare-benchmarks","quickstart.html#prepare-your-builds","quickstart.html#prepare-probes","quickstart.html#prepare-configs","quickstart.html#sanity-checks","quickstart.html#dry-run","quickstart.html#single-invocation","quickstart.html#run-it","quickstart.html#analysing-results","basics/index.html#basics","basics/design.html#design-principles","basics/design.html#sound-methodology","basics/design.html#reproducibility","basics/design.html#extensibility","basics/design.html#reusability","basics/design.html#human-readable-syntax","references/index.html#configuration-file-syntax","references/index.html#benchmarks","references/index.html#configs","references/index.html#includes","references/index.html#overrides","references/index.html#modifiers","references/index.html#value-options","references/index.html#runtimes","references/index.html#suites","references/suite.html#benchmark-suite","references/suite.html#binarybenchmarksuite--preview-","references/suite.html#keys","references/suite.html#dacapo","references/suite.html#keys-1","references/suite.html#benchmark-specification","references/suite.html#specjbb2015-preview-","references/suite.html#keys-2","references/suite.html#benchmark-specification-1","references/suite.html#specjvm98-preview-","references/suite.html#keys-3","references/suite.html#benchmark-specification-2","references/suite.html#octane-preview-","references/suite.html#keys-4","references/suite.html#juliagcbenchmarks-preview-","references/suite.html#keys-5","references/runtime.html#runtime","references/runtime.html#jikesrvm","references/runtime.html#nativeexecutable-preview-","references/runtime.html#openjdk","references/runtime.html#d8-preview-","references/runtime.html#keys","references/runtime.html#spidermonkey-preview-","references/runtime.html#keys-1","references/runtime.html#javascriptcore-preview-","references/runtime.html#keys-2","references/runtime.html#juliammtk-preview-","references/runtime.html#keys-3","references/runtime.html#juliastock-preview-","references/runtime.html#keys-4","references/modifier.html#modifier","references/modifier.html#envvar","references/modifier.html#keys","references/modifier.html#description","references/modifier.html#jvmarg","references/modifier.html#keys-1","references/modifier.html#description-1","references/modifier.html#jsarg-preview-","references/modifier.html#keys-2","references/modifier.html#description-2","references/modifier.html#jvmclasspathappend","references/modifier.html#keys-3","references/modifier.html#description-3","references/modifier.html#jvmclasspathprepend","references/modifier.html#keys-4","references/modifier.html#description-4","references/modifier.html#jvmclasspath","references/modifier.html#programarg","references/modifier.html#keys-5","references/modifier.html#description-5","references/modifier.html#modifierset-preview-","references/modifier.html#keys-6","references/modifier.html#description-6","references/modifier.html#wrapper-preview-","references/modifier.html#keys-7","references/modifier.html#description-7","references/modifier.html#companion-preview-","references/modifier.html#keys-8","references/modifier.html#description-8","references/modifier.html#juliaarg-preview-","references/modifier.html#keys-9","commands/index.html#command-references","commands/index.html#usage","commands/index.html#convention","commands/runbms.html#runbms","commands/runbms.html#usage","commands/runbms.html#keys","commands/runbms.html#plugins-preview-","commands/runbms.html#zulip","commands/runbms.html#copyfile","commands/runbms.html#interpreting-the-outputs","commands/runbms.html#console-outputs","commands/runbms.html#log-directory","commands/runbms.html#heap-size-calculations","commands/runbms.html#best-practices","commands/runbms.html#continuously-monitor-your-experiments","commands/minheap.html#minheap","commands/minheap.html#usage","commands/minheap.html#keys","commands/fillin.html#fillin","cookbook/index.html","cookbook/perf_events.html#whole-process-performance-event-monitoring","cookbook/perf_events.html#jvmti","cookbook/perf_events.html#mmtk","cookbook/perf_events.html#work-packet-performance-event-monitoring","cookbook/perf_events.html#machine-specific-known-problems","faq.html#frequently-asked-questions","changelog.html#changelog","changelog.html#unreleased","changelog.html#added","changelog.html#changed","changelog.html#deprecated","changelog.html#removed","changelog.html#fixed","changelog.html#security","changelog.html#v042-2023-09-10","changelog.html#changed-1","changelog.html#fixed-1","changelog.html#security-1","changelog.html#v041-2023-08-22","changelog.html#fixed-2","changelog.html#v040-2023-08-17","changelog.html#added-1","changelog.html#changed-2","changelog.html#fixed-3","changelog.html#v039-2023-08-02","changelog.html#fixed-4","changelog.html#v038-2023-02-21","changelog.html#changed-3","changelog.html#v037-2023-02-14","changelog.html#fixed-5","changelog.html#v036-2023-01-16","changelog.html#added-2","changelog.html#fixed-6","changelog.html#v035-2022-10-13","changelog.html#changed-4","changelog.html#v034-2022-10-13","changelog.html#fixed-7","changelog.html#v033-2022-10-12","changelog.html#changed-5","changelog.html#fixed-8","changelog.html#v032-2022-10-12","changelog.html#added-3","changelog.html#v031-2022-09-18","changelog.html#added-4","changelog.html#changed-6","changelog.html#removed-1","changelog.html#v030-2022-03-19","changelog.html#added-5","changelog.html#changed-7","changelog.html#deprecated-1","changelog.html#removed-2","changelog.html#v022-2022-03-07","changelog.html#fixed-9","changelog.html#v021-2022-03-05","changelog.html#changed-8","changelog.html#fixed-10","changelog.html#v020-2022-02-20","changelog.html#added-6","changelog.html#changed-9","changelog.html#removed-3","changelog.html#fixed-11","changelog.html#v010-2021-08-09","changelog.html#added-7"],"index":{"documentStore":{"docInfo":{"0":{"body":11,"breadcrumbs":2,"title":1},"1":{"body":53,"breadcrumbs":2,"title":1},"10":{"body":79,"breadcrumbs":3,"title":2},"100":{"body":62,"breadcrumbs":4,"title":1},"101":{"body":0,"breadcrumbs":5,"title":2},"102":{"body":99,"breadcrumbs":4,"title":1},"103":{"body":42,"breadcrumbs":4,"title":1},"104":{"body":2,"breadcrumbs":5,"title":2},"105":{"body":0,"breadcrumbs":5,"title":2},"106":{"body":0,"breadcrumbs":5,"title":2},"107":{"body":43,"breadcrumbs":6,"title":3},"108":{"body":2,"breadcrumbs":5,"title":2},"109":{"body":24,"breadcrumbs":6,"title":3},"11":{"body":36,"breadcrumbs":3,"title":2},"110":{"body":143,"breadcrumbs":4,"title":1},"111":{"body":41,"breadcrumbs":4,"title":1},"112":{"body":44,"breadcrumbs":4,"title":1},"113":{"body":0,"breadcrumbs":4,"title":1},"114":{"body":4,"breadcrumbs":1,"title":1},"115":{"body":0,"breadcrumbs":9,"title":5},"116":{"body":153,"breadcrumbs":5,"title":1},"117":{"body":120,"breadcrumbs":5,"title":1},"118":{"body":12,"breadcrumbs":9,"title":5},"119":{"body":47,"breadcrumbs":8,"title":4},"12":{"body":12,"breadcrumbs":3,"title":2},"120":{"body":0,"breadcrumbs":6,"title":3},"121":{"body":0,"breadcrumbs":2,"title":1},"122":{"body":0,"breadcrumbs":2,"title":1},"123":{"body":0,"breadcrumbs":2,"title":1},"124":{"body":0,"breadcrumbs":2,"title":1},"125":{"body":0,"breadcrumbs":2,"title":1},"126":{"body":0,"breadcrumbs":2,"title":1},"127":{"body":0,"breadcrumbs":2,"title":1},"128":{"body":0,"breadcrumbs":2,"title":1},"129":{"body":0,"breadcrumbs":5,"title":4},"13":{"body":33,"breadcrumbs":3,"title":2},"130":{"body":8,"breadcrumbs":2,"title":1},"131":{"body":9,"breadcrumbs":2,"title":1},"132":{"body":0,"breadcrumbs":2,"title":1},"133":{"body":0,"breadcrumbs":5,"title":4},"134":{"body":11,"breadcrumbs":2,"title":1},"135":{"body":0,"breadcrumbs":5,"title":4},"136":{"body":21,"breadcrumbs":2,"title":1},"137":{"body":16,"breadcrumbs":2,"title":1},"138":{"body":21,"breadcrumbs":2,"title":1},"139":{"body":0,"breadcrumbs":5,"title":4},"14":{"body":21,"breadcrumbs":3,"title":2},"140":{"body":29,"breadcrumbs":2,"title":1},"141":{"body":0,"breadcrumbs":5,"title":4},"142":{"body":8,"breadcrumbs":2,"title":1},"143":{"body":0,"breadcrumbs":5,"title":4},"144":{"body":9,"breadcrumbs":2,"title":1},"145":{"body":0,"breadcrumbs":5,"title":4},"146":{"body":6,"breadcrumbs":2,"title":1},"147":{"body":8,"breadcrumbs":2,"title":1},"148":{"body":0,"breadcrumbs":5,"title":4},"149":{"body":16,"breadcrumbs":2,"title":1},"15":{"body":26,"breadcrumbs":3,"title":2},"150":{"body":0,"breadcrumbs":5,"title":4},"151":{"body":10,"breadcrumbs":2,"title":1},"152":{"body":0,"breadcrumbs":5,"title":4},"153":{"body":13,"breadcrumbs":2,"title":1},"154":{"body":15,"breadcrumbs":2,"title":1},"155":{"body":0,"breadcrumbs":5,"title":4},"156":{"body":2,"breadcrumbs":2,"title":1},"157":{"body":0,"breadcrumbs":5,"title":4},"158":{"body":29,"breadcrumbs":2,"title":1},"159":{"body":20,"breadcrumbs":2,"title":1},"16":{"body":21,"breadcrumbs":2,"title":1},"160":{"body":16,"breadcrumbs":2,"title":1},"161":{"body":0,"breadcrumbs":5,"title":4},"162":{"body":6,"breadcrumbs":2,"title":1},"163":{"body":17,"breadcrumbs":2,"title":1},"164":{"body":15,"breadcrumbs":2,"title":1},"165":{"body":11,"breadcrumbs":2,"title":1},"166":{"body":0,"breadcrumbs":5,"title":4},"167":{"body":36,"breadcrumbs":2,"title":1},"168":{"body":0,"breadcrumbs":5,"title":4},"169":{"body":15,"breadcrumbs":2,"title":1},"17":{"body":4,"breadcrumbs":3,"title":2},"170":{"body":12,"breadcrumbs":2,"title":1},"171":{"body":0,"breadcrumbs":5,"title":4},"172":{"body":186,"breadcrumbs":2,"title":1},"173":{"body":52,"breadcrumbs":2,"title":1},"174":{"body":6,"breadcrumbs":2,"title":1},"175":{"body":54,"breadcrumbs":2,"title":1},"176":{"body":2,"breadcrumbs":5,"title":4},"177":{"body":39,"breadcrumbs":2,"title":1},"18":{"body":21,"breadcrumbs":2,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"2":{"body":65,"breadcrumbs":2,"title":1},"20":{"body":21,"breadcrumbs":5,"title":2},"21":{"body":38,"breadcrumbs":4,"title":1},"22":{"body":29,"breadcrumbs":4,"title":1},"23":{"body":38,"breadcrumbs":4,"title":1},"24":{"body":11,"breadcrumbs":6,"title":3},"25":{"body":16,"breadcrumbs":5,"title":3},"26":{"body":65,"breadcrumbs":3,"title":1},"27":{"body":65,"breadcrumbs":3,"title":1},"28":{"body":98,"breadcrumbs":3,"title":1},"29":{"body":2,"breadcrumbs":3,"title":1},"3":{"body":88,"breadcrumbs":2,"title":1},"30":{"body":156,"breadcrumbs":3,"title":1},"31":{"body":61,"breadcrumbs":4,"title":2},"32":{"body":25,"breadcrumbs":3,"title":1},"33":{"body":28,"breadcrumbs":3,"title":1},"34":{"body":0,"breadcrumbs":6,"title":2},"35":{"body":10,"breadcrumbs":6,"title":2},"36":{"body":33,"breadcrumbs":5,"title":1},"37":{"body":3,"breadcrumbs":5,"title":1},"38":{"body":278,"breadcrumbs":5,"title":1},"39":{"body":68,"breadcrumbs":6,"title":2},"4":{"body":2,"breadcrumbs":2,"title":1},"40":{"body":1,"breadcrumbs":6,"title":2},"41":{"body":25,"breadcrumbs":5,"title":1},"42":{"body":10,"breadcrumbs":6,"title":2},"43":{"body":31,"breadcrumbs":6,"title":2},"44":{"body":24,"breadcrumbs":5,"title":1},"45":{"body":16,"breadcrumbs":6,"title":2},"46":{"body":0,"breadcrumbs":6,"title":2},"47":{"body":83,"breadcrumbs":5,"title":1},"48":{"body":4,"breadcrumbs":6,"title":2},"49":{"body":58,"breadcrumbs":5,"title":1},"5":{"body":21,"breadcrumbs":3,"title":1},"50":{"body":0,"breadcrumbs":4,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":13,"breadcrumbs":5,"title":2},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":0,"breadcrumbs":5,"title":2},"55":{"body":4,"breadcrumbs":4,"title":1},"56":{"body":0,"breadcrumbs":5,"title":2},"57":{"body":4,"breadcrumbs":4,"title":1},"58":{"body":0,"breadcrumbs":5,"title":2},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":93,"breadcrumbs":5,"title":3},"60":{"body":0,"breadcrumbs":5,"title":2},"61":{"body":4,"breadcrumbs":4,"title":1},"62":{"body":13,"breadcrumbs":5,"title":2},"63":{"body":4,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":0,"breadcrumbs":4,"title":1},"66":{"body":6,"breadcrumbs":4,"title":1},"67":{"body":9,"breadcrumbs":4,"title":1},"68":{"body":2,"breadcrumbs":4,"title":1},"69":{"body":9,"breadcrumbs":4,"title":1},"7":{"body":22,"breadcrumbs":2,"title":1},"70":{"body":5,"breadcrumbs":4,"title":1},"71":{"body":2,"breadcrumbs":5,"title":2},"72":{"body":9,"breadcrumbs":4,"title":1},"73":{"body":8,"breadcrumbs":4,"title":1},"74":{"body":2,"breadcrumbs":4,"title":1},"75":{"body":9,"breadcrumbs":4,"title":1},"76":{"body":5,"breadcrumbs":4,"title":1},"77":{"body":2,"breadcrumbs":4,"title":1},"78":{"body":9,"breadcrumbs":4,"title":1},"79":{"body":5,"breadcrumbs":4,"title":1},"8":{"body":45,"breadcrumbs":2,"title":1},"80":{"body":4,"breadcrumbs":4,"title":1},"81":{"body":0,"breadcrumbs":4,"title":1},"82":{"body":9,"breadcrumbs":4,"title":1},"83":{"body":5,"breadcrumbs":4,"title":1},"84":{"body":0,"breadcrumbs":5,"title":2},"85":{"body":9,"breadcrumbs":4,"title":1},"86":{"body":8,"breadcrumbs":4,"title":1},"87":{"body":0,"breadcrumbs":5,"title":2},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":9,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":3,"title":2},"90":{"body":0,"breadcrumbs":5,"title":2},"91":{"body":9,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":3,"breadcrumbs":5,"title":2},"94":{"body":9,"breadcrumbs":4,"title":1},"95":{"body":7,"breadcrumbs":4,"title":2},"96":{"body":46,"breadcrumbs":3,"title":1},"97":{"body":28,"breadcrumbs":3,"title":1},"98":{"body":9,"breadcrumbs":4,"title":1},"99":{"body":258,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"At this stage, the focus of this project is driven by the internal use of members from Steve Blackburn 's lab. If you are a member of the lab, you know what to do if you encounter any issue, and you can ignore the below. If you are a member of the public, please kindly note that the project is open-source and documented on a \"good-faith\" basis. We might not have the time to consider your features requests. Please don't be offended if we ignore these. Having said that, you are very welcomed to use it, and we will be very pleased if this helps anyone. In particular, we are grateful if you report bugs you found with steps to reproduce it.","breadcrumbs":"Introduction » Disclaimer","id":"1","title":"Disclaimer"},"10":{"body":"In this guide, we assume you use mmtk-openjdk . Please follow its build guide. I assume you produced two different builds you want to compare. Add the following to two_builds.yml. runtimes: build1: type: OpenJDK release: 11 home: \"/path/to/build1/jdk\" # make sure /path/to/build1/jdk/bin/java exists build2: type: OpenJDK release: 11 home: \"/path/to/build2/jdk\" # make sure /path/to/build2/jdk/bin/java exists This defines two builds of runtimes . I recommend that you use absolute paths for the builds, although relative paths will work, and will be relative to where you run running. I strongly recommend you rename the builds (both the name in the configuration file and the folder name) to something more sensible, preferably with the commit hash for easy troubleshooting and performance debugging later.","breadcrumbs":"Quickstart » Prepare Your Builds","id":"10","title":"Prepare Your Builds"},"100":{"body":"invocations: see above. minheap_multiplier: see above. heap_range: the heap size relative to the minheap when n = N. spread_factor: changes how 0, 1, ..., and N are spread out. When spread_factor is zero, the differences between 0, 1, ..., and N are the same. The larger the spread_factor is, the coarser the spacing is at the end relative to start. Please do NOT change this unless you understand how it works. remote_host: the remote host to rsync the results to. The exact absolute path of LOG_DIR is used on both the local and the remote machine. plugins (preview ⚠️): plugins of this command. Must be a dictionary, similar to how modifiers are declared.","breadcrumbs":"Command References » runbms » Keys","id":"100","title":"Keys"},"101":{"body":"","breadcrumbs":"Command References » runbms » Plugins (preview ⚠️)","id":"101","title":"Plugins (preview ⚠️)"},"102":{"body":"Zulip integration for notifying when experiments start or end. No message will be sent if it'a dry run. Here is an example. plugins: zulip: type: Zulip request: type: private to: [\"your user id here\"] Keys request: please follow the Zulip API documentation . Note that you don't need to put in content here. Please contact the administrators of your organization for your user ID. If you use a bot user and want to post to a channel, please subscribe the bot user to the channel so that messages can be edited . config_file: an optional string to the path of config file. If not specified, the default is ~/.zuliprc. Please make sure that this file can only be accessed by you (e.g., chmod 600 ~/.zuliprc). If you are a moma user, please create this file on squirrel, and it will then be synced to other machines. Please follow the Zulip documentation for the syntax of the config file and for obtaining an API key . If you can't create a new bot, please contact the administrators of your organization.","breadcrumbs":"Command References » runbms » Zulip","id":"102","title":"Zulip"},"103":{"body":"Copying files from the working directory. Here is an example. plugins: dacapo_latency: type: CopyFile patterns: - \"scratch/dacapo-latency-*.csv\" Keys patterns: a list of patterns following the Python 3 pathlib.Path.glob syntax . Files matched the patterns will be copied to LOG_DIR where different subfolders will be created for each invocation. skip_failed: don't copy files from failed runs. The default value is true.","breadcrumbs":"Command References » runbms » CopyFile","id":"103","title":"CopyFile"},"104":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Interpreting the Outputs","id":"104","title":"Interpreting the Outputs"},"105":{"body":"","breadcrumbs":"Command References » runbms » Console Outputs","id":"105","title":"Console Outputs"},"106":{"body":"","breadcrumbs":"Command References » runbms » Log directory","id":"106","title":"Log directory"},"107":{"body":"Please refer to the source code like here and here for the actual algorithm. But the basic idea is as follow. First, we start with the ends and the middle and gradually fill the gap. This is to make sure you can see the big picture trend. Second, the difference between sizes are smaller for smaller sizes and larger for large sizes, because the performance is much more sensitive to the change in heap sizes when the heap is small.","breadcrumbs":"Command References » runbms » Heap Size Calculations","id":"107","title":"Heap Size Calculations"},"108":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Best Practices","id":"108","title":"Best Practices"},"109":{"body":"The results are rsynced to remote_host once all invocations for a benchmark at a heap size are finished. You shouldn't log into the experiment machine so not to disturb the experiments. You should log into the remote host and check the LOG_DIR there and see the new results that came in.","breadcrumbs":"Command References » runbms » Continuously Monitor Your Experiments","id":"109","title":"Continuously Monitor Your Experiments"},"11":{"body":"Please clone probes , and run make. Add the following to two_builds.yml. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" This defines two modifiers , which will be used later to modify the JVM command line arguments. Please only use absolute paths for all the above.","breadcrumbs":"Quickstart » Prepare Probes","id":"11","title":"Prepare Probes"},"110":{"body":"This subcommand runs benchmarks with different configs while varying heap sizes in a binary search fashion in order to determine the minimum heap required to run each benchmark. The result is stored in a YAML file. The dictionary keys are encoded config strings. For each config, there is one dictionary per benchmark suite, where the minimum heap size for each benchmark is stored. An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1: dacapochopin-69a704e: avrora: 7 batik: 189\ntemurin-17.openjdk_common.hotspot_gc-Parallel: dacapochopin-69a704e: avrora: 5 batik: 235 At the end of each run, minheap will print out the configuration that achieves the smallest minheap size for most benchmarks. The minheap values for that configuration will be printed out, which can then be used to populate the minheap values a benchmark suite, such as a DaCapo benchmark suite . An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1 obtained the most number of smallest minheap sizes: 8\nMinheap configuration to be copied to runbms config files\ndacapochopin-69a704e: avrora: 7 batik: 189 biojava: 95 eclipse: 411 fop: 15 graphchi: 255 h2: 773 jme: 29 jython: 25 luindex: 42 lusearch: 21 pmd: 156 sunflow: 29 tomcat: 21 tradebeans: 131 tradesoap: 103 xalan: 8 zxing: 97","breadcrumbs":"Command References » minheap » minheap","id":"110","title":"minheap"},"111":{"body":"minheap [-h] [-a|--attempts ATTEMPTS] CONFIG RESULT -h: print help message. -a (preview ⚠️): set the number of attempts. Overrides attempts in the config file. CONFIG: the path to the configuration file. This is required. RESULT: where to store the results. This file contains both the interim results and the final result. An interrupted execution can be resumed by using the same RESULT path. This is required.","breadcrumbs":"Command References » minheap » Usage","id":"111","title":"Usage"},"112":{"body":"maxheap: the upper bound of the search. attempts (preview ⚠️): for a particular heap size, if an invocation passes or fails with OOM (timeout treated as OOM), the binary search will continue with the next appropriate heap size. If an invocation crashes and if the total number of invocations has not exceeded ATTEMPTS, the same heap size will be repeated. If all ATTEMPTS invocations crash, the binary search for this config will stop, and minheap will report inf.","breadcrumbs":"Command References » minheap » Keys","id":"112","title":"Keys"},"113":{"body":"","breadcrumbs":"Command References » fillin » fillin","id":"113","title":"fillin"},"114":{"body":"Here are some recipes for common tasks.","breadcrumbs":"Cookbook","id":"114","title":"Cookbook"},"115":{"body":"","breadcrumbs":"Cookbook » Performance Event Monitoring » Whole-Process Performance Event Monitoring","id":"115","title":"Whole-Process Performance Event Monitoring"},"116":{"body":"Please clone and build probes , and then build distillation . You might need to change the paths referred in the Makefiles to match your environment. Under the distillation folder, you will find a JVMTI agent, libperf_statistics.so. You can check the source code here . To use the agent, there are four things you need to do. First, you will need to tell the dynamic linker to load the shared library before the VM boots. This ensures that the inherit flag of perf_event_attr works properly and all child threads subsequently spawned are included in the results. modifiers: jvmti_env: type: EnvVar var: \"LD_PRELOAD\" val: \"/path/to/distillation/libperf_statistics.so\" Second, you need to specify a list of events you want to measure. modifiers: perf: type: EnvVar var: \"PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_LL:MISS,PERF_COUNT_HW_CACHE_L1D:MISS,PERF_COUNT_HW_CACHE_DTLB:MISS\" If you want to get a full list of events you can use on a particular machine, you can clone and build libpfm4 and run the showevtinfo program . Third, you need to tell the JVM to load the agent. Note that you need to specify the absolute path. modifiers: jvmti: type: JVMArg val: \"-agentpath:/path/to/distillation/libperf_statistics.so\" Finally, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. We will reuse the RustMMTk probe here, as the callback functions in the JVMTI agent are also called harness_begin and harness_end. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Now, putting it all together, you can define a set of modifiers, and use that set in your config strings. modifiers: jvmti_common: type: ModifierSet val: \"probes|probes_cp|jvmti|jvmti_env|perf\"","breadcrumbs":"Cookbook » Performance Event Monitoring » JVMTI","id":"116","title":"JVMTI"},"117":{"body":"Please clone and build probes . You will need to build mmtk-core with the perf_counter feature. First, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Then, you can specify a list of events you want to measure. modifiers: mmtk_perf: type: EnvVar var: \"MMTK_PHASE_PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,0,-1;PERF_COUNT_HW_INSTRUCTIONS,0,-1;PERF_COUNT_HW_CACHE_LL:MISS,0,-1;PERF_COUNT_HW_CACHE_L1D:MISS,0,-1;PERF_COUNT_HW_CACHE_DTLB:MISS,0,-1\" Note that the list is semicolon-separated. Each entry consists of three parts, separated by commas. The first part is the name of the event. Please refer to the previous section for details. The second part and the third part are pid and cpu, per man perf_event_open. In most cases, you want to use 0,-1, that is measuring the calling thread (the results will be combined later through the inherit flag) on any CPU. For some events, such as RAPL, only package-wide measurement is supported, and you will have to adjust the values accordingly. Note that you might have to increase the value of MAX_PHASES in crate::util::statistics::stats to a larger value, e.g., 1 << 14, so that the array storing the per-phase value will not overflow.","breadcrumbs":"Cookbook » Performance Event Monitoring » MMTk","id":"117","title":"MMTk"},"118":{"body":"It's similar to the whole-process performance event monitoring for MMTk. Just use MMTK_WORK_PERF_EVENTS instead of MMTK_PHASE_PERF_EVENTS.","breadcrumbs":"Cookbook » Performance Event Monitoring » Work-Packet Performance Event Monitoring","id":"118","title":"Work-Packet Performance Event Monitoring"},"119":{"body":"On Xeon D-1540 Broadwell, the PERF_COUNT_HW_CACHE_LL:MISS event is always zero. perf stat -e LLC-load-misses,cycles /bin/ls Performance counter stats for '/bin/ls': 0 LLC-load-misses 1,729,786 cycles 0.001135511 seconds time elapsed 0.001180000 seconds user 0.000000000 seconds sys On AMD machines, the PERF_COUNT_HW_CACHE_LL:MISS event fails to open. perf_event_open syscall fails with No such file or directory.","breadcrumbs":"Cookbook » Performance Event Monitoring » Machine-Specific Known Problems","id":"119","title":"Machine-Specific Known Problems"},"12":{"body":"Finally, add he following to two_builds.yml. configs: - \"build1|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" - \"build2|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" The syntax is described here .","breadcrumbs":"Quickstart » Prepare Configs","id":"12","title":"Prepare Configs"},"120":{"body":"","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"120","title":"Frequently Asked Questions"},"121":{"body":"","breadcrumbs":"Changelog » Changelog","id":"121","title":"Changelog"},"122":{"body":"","breadcrumbs":"Changelog » Unreleased","id":"122","title":"Unreleased"},"123":{"body":"","breadcrumbs":"Changelog » Added","id":"123","title":"Added"},"124":{"body":"","breadcrumbs":"Changelog » Changed","id":"124","title":"Changed"},"125":{"body":"","breadcrumbs":"Changelog » Deprecated","id":"125","title":"Deprecated"},"126":{"body":"","breadcrumbs":"Changelog » Removed","id":"126","title":"Removed"},"127":{"body":"","breadcrumbs":"Changelog » Fixed","id":"127","title":"Fixed"},"128":{"body":"","breadcrumbs":"Changelog » Security","id":"128","title":"Security"},"129":{"body":"","breadcrumbs":"Changelog » v0.4.2 (2023-09-10)","id":"129","title":"v0.4.2 (2023-09-10)"},"13":{"body":"The basic form of usage looks like this. running runbms /path/to/log two_builds.yml 8 That is, run the experiments as specified by two_builds.yml, store the results in /path/to/log, and explore eight different heap sizes (with careful arrangement of which size to run first and which to run later). See here for a complete reference of runbms.","breadcrumbs":"Quickstart » Sanity Checks","id":"13","title":"Sanity Checks"},"130":{"body":"All Modifier instances now supports includes for only attaching them to certain benchmarks","breadcrumbs":"Changelog » Changed","id":"130","title":"Changed"},"131":{"body":"Runtimes D8 now detects new JavaScript OOM error pattern.","breadcrumbs":"Changelog » Fixed","id":"131","title":"Fixed"},"132":{"body":"","breadcrumbs":"Changelog » Security","id":"132","title":"Security"},"133":{"body":"","breadcrumbs":"Changelog » v0.4.1 (2023-08-22)","id":"133","title":"v0.4.1 (2023-08-22)"},"134":{"body":"Commands runbms: apply modifiers in the config file. minheap: apply modifiers in the config file.","breadcrumbs":"Changelog » Fixed","id":"134","title":"Fixed"},"135":{"body":"","breadcrumbs":"Changelog » v0.4.0 (2023-08-17)","id":"135","title":"v0.4.0 (2023-08-17)"},"136":{"body":"Modifiers JuliaArg Runtimes JuliaMMTK JuliaStock Benchmark Suites JuliaGCBenchmarks Commands runbms gains an extra argument, --skip-log-compression, to skip compressing log files with gzip.","breadcrumbs":"Changelog » Added","id":"136","title":"Added"},"137":{"body":"Base Configurations runbms: don't sync to squirrel.moma for the default runbms.yml. moma machine users should use runbms-anu.yml for the old behaviour.","breadcrumbs":"Changelog » Changed","id":"137","title":"Changed"},"138":{"body":"Gracifully handle empty modifiers strings in configs, such as openjdk7||foobar. Benchmark Suites DaCapo specific workarounds are now handled by the DaCapo class rather than the JavaBenchmark class to avoid confusions.","breadcrumbs":"Changelog » Fixed","id":"138","title":"Fixed"},"139":{"body":"","breadcrumbs":"Changelog » v0.3.9 (2023-08-02)","id":"139","title":"v0.3.9 (2023-08-02)"},"14":{"body":"A dry run (by supplying -d to running NOT runbms) allows you to see the commands to be executed. running -d runbms /path/to/log two_builds.yml 8 -i 1 Make sure it looks like what you want.","breadcrumbs":"Quickstart » Dry run","id":"14","title":"Dry run"},"140":{"body":"Benchmark Suites DaCapo: don't explicitly pass -s default to DaCapo unless the user requests so by setting the size key of DaCapo or overriding the sizes for individual benchmarks using the benchmark specification syntax . This is so that users can override the size via ProgramArg.","breadcrumbs":"Changelog » Fixed","id":"140","title":"Fixed"},"141":{"body":"","breadcrumbs":"Changelog » v0.3.8 (2023-02-21)","id":"141","title":"v0.3.8 (2023-02-21)"},"142":{"body":"Commands runbms: companion programs are now expected to self-terminate.","breadcrumbs":"Changelog » Changed","id":"142","title":"Changed"},"143":{"body":"","breadcrumbs":"Changelog » v0.3.7 (2023-02-14)","id":"143","title":"v0.3.7 (2023-02-14)"},"144":{"body":"Commands runbms: better heuristics to detect whether a host is in the moma subnet.","breadcrumbs":"Changelog » Fixed","id":"144","title":"Fixed"},"145":{"body":"","breadcrumbs":"Changelog » v0.3.6 (2023-01-16)","id":"145","title":"v0.3.6 (2023-01-16)"},"146":{"body":"Base Configurations DaCapo Chopin Snapshot-6e411f33","breadcrumbs":"Changelog » Added","id":"146","title":"Added"},"147":{"body":"Fixed type annotations in untyped functions and make Optionals explicit.","breadcrumbs":"Changelog » Fixed","id":"147","title":"Fixed"},"148":{"body":"","breadcrumbs":"Changelog » v0.3.5 (2022-10-13)","id":"148","title":"v0.3.5 (2022-10-13)"},"149":{"body":"Commands runbms: when a companion program exits with a non-zero code, a warning is generated instead of an exception to prevent stopping the entire experiment.","breadcrumbs":"Changelog » Changed","id":"149","title":"Changed"},"15":{"body":"Now, actually run the experiment, but only for one invocation (by supplying -i 1 to runbms). running runbms /path/to/log two_builds.yml 8 -i 1 This allows you to see any issue before wasting several days only realizing that something didn't work.","breadcrumbs":"Quickstart » Single Invocation","id":"15","title":"Single Invocation"},"150":{"body":"","breadcrumbs":"Changelog » v0.3.4 (2022-10-13)","id":"150","title":"v0.3.4 (2022-10-13)"},"151":{"body":"Commands runbms: fix the file descriptor leak when running benchmarks with companion programs.","breadcrumbs":"Changelog » Fixed","id":"151","title":"Fixed"},"152":{"body":"","breadcrumbs":"Changelog » v0.3.3 (2022-10-12)","id":"152","title":"v0.3.3 (2022-10-12)"},"153":{"body":"Commands runbms prints out the logged in users when emitting warnings when the machine has more than one logged in users.","breadcrumbs":"Changelog » Changed","id":"153","title":"Changed"},"154":{"body":"Modifiers Companion: skip value options expansion if no value option is provided to avoid interpreting bpftrace syntax as replacement fields.","breadcrumbs":"Changelog » Fixed","id":"154","title":"Fixed"},"155":{"body":"","breadcrumbs":"Changelog » v0.3.2 (2022-10-12)","id":"155","title":"v0.3.2 (2022-10-12)"},"156":{"body":"Modifiers Companion","breadcrumbs":"Changelog » Added","id":"156","title":"Added"},"157":{"body":"","breadcrumbs":"Changelog » v0.3.1 (2022-09-18)","id":"157","title":"v0.3.1 (2022-09-18)"},"158":{"body":"Base Syntax Use the $RUNNING_NG_PACKAGE_DATA environment variable to refer to base configurations shipped with running-ng, such as $RUNNING_NG_PACKAGE_DATA/base/runbms.yml, regardless how you installed runnin-ng. Benchmark Suites DaCapo gains an extra key companion to facilitate eBPF tracing programs.","breadcrumbs":"Changelog » Added","id":"158","title":"Added"},"159":{"body":"Overhauled Python packaging with PEP 517 zulip is now an optional Python dependency. Use pip install running-ng[zulip] if you want to use the Zulip runbms plugin.","breadcrumbs":"Changelog » Changed","id":"159","title":"Changed"},"16":{"body":"Once you are happy with everything, run the experiments. running runbms /path/to/log two_builds.yml 8 -p \"two_builds\" Don't forget to give the results folder a prefix so that you can later tell what the experiment was for.","breadcrumbs":"Quickstart » Run It","id":"16","title":"Run It"},"160":{"body":"Dropping Python 3.6 support for users. Base Configurations Removing AdoptOpenJDK from the base configuration files. AdoptOpenJDK is now replaced by Temurin.","breadcrumbs":"Changelog » Removed","id":"160","title":"Removed"},"161":{"body":"","breadcrumbs":"Changelog » v0.3.0 (2022-03-19)","id":"161","title":"v0.3.0 (2022-03-19)"},"162":{"body":"Modifiers JVMClasspathAppend JVMClasspathPrepend Benchmark Suites SPECjvm98","breadcrumbs":"Changelog » Added","id":"162","title":"Added"},"163":{"body":"Modifiers JVMClasspath is now an alias of JVMClasspathAppend. This is backward compatible. Commands runbms prints out the version number of running-ng in log files.","breadcrumbs":"Changelog » Changed","id":"163","title":"Changed"},"164":{"body":"Deprecating Python 3.6 support for users. Python 3.6 will NOT be supported once moma machines are upgraded to the latest Ubuntu LTS.","breadcrumbs":"Changelog » Deprecated","id":"164","title":"Deprecated"},"165":{"body":"Dropping Python 3.6 support for developers (NOT users). pytest 7.1+ requires at least Python 3.7.","breadcrumbs":"Changelog » Removed","id":"165","title":"Removed"},"166":{"body":"","breadcrumbs":"Changelog » v0.2.2 (2022-03-07)","id":"166","title":"v0.2.2 (2022-03-07)"},"167":{"body":"Benchmark Suites JavaBenchmarkSuite: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports.","breadcrumbs":"Changelog » Fixed","id":"167","title":"Fixed"},"168":{"body":"","breadcrumbs":"Changelog » v0.2.1 (2022-03-05)","id":"168","title":"v0.2.1 (2022-03-05)"},"169":{"body":"Commands runbms now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.","breadcrumbs":"Changelog » Changed","id":"169","title":"Changed"},"17":{"body":"This is outside the scope of this quickstart guide.","breadcrumbs":"Quickstart » Analysing Results","id":"17","title":"Analysing Results"},"170":{"body":"Benchmark Suites BinaryBenchmarkSuite: fixes missing parameter when constructing BinaryBenchmark due to a bug in previous refactoring","breadcrumbs":"Changelog » Fixed","id":"170","title":"Fixed"},"171":{"body":"","breadcrumbs":"Changelog » v0.2.0 (2022-02-20)","id":"171","title":"v0.2.0 (2022-02-20)"},"172":{"body":"Base Configurations AdoptOpenJDK 16 DaCapo Chopin Snapshot-29a657f, Chopin Snapshot-f480064 Temurin 8, 11, 17 SPECjbb 2015, 1.03 Commands minheap gains an extra key attempts (can be overridden by --attempts) so that crashes don't cause bogus minheap measurements. minheap stores results in a YAML file, which is also used to resume an interrupted execution. minheap prints the minheap values of the best config at the ends. runbms gains an extra argument, --resume, to resume an interrupted execution from a log folder. runbms gains an extra argument, --workdir, to override the default working directory. runbms adds more information of the environment to the log file, including the date, logged in users, system load, and top processes. runbms gains a callback-based plugin system, and an extra key plugins is added. runbms gains a plugin CopyFile to copy files from the working directory. runbms gains a plugin Zulip, which sends messages about the progress of the experiments, and warns about reservation expiration on moma machines. runbms outputs a warning message if more than one users are logged in. runbms uses uppercase letters if there are more than 26 configs. Modifiers ModifierSet Wrapper JSArg Runtimes D8 SpiderMonkey JavaScriptCore JVM now detects OOM generated in the form of Rust panic from mmtk-core. Benchmark Suites DaCapo gains an extra key size, which is used to specify the size of the input. DaCapo now allows individual benchmark to override the timing iteration, input size, and timeout of the suite. SPECjbb2015: basic support for running SPECjbb 2015 in composite mode. Octane: basic support for running Octane using Wenyu's wrapper script.","breadcrumbs":"Changelog » Added","id":"172","title":"Added"},"173":{"body":"Benchmark Suites The minheap key of DaCapo changes from a dictionary to a string. The string is used to look up minheap_values, which are collections of minheap values. This makes it easier to store multiple sets of minheap values for the same benchmark suite measured using different runtimes. Base Syntax Whitespaces can be used in config strings for visual alignment. They are ignored when parsed. Commands The --slice argument of runbms now accepts multiple comma-separated floating point numbers.","breadcrumbs":"Changelog » Changed","id":"173","title":"Changed"},"174":{"body":"Base Configurations DaCapo Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Removed","id":"174","title":"Removed"},"175":{"body":"Commands Resolving relative paths of runtimes before running. Otherwise, they would be resolved relative to the runbms working directory. Use the BinaryIO interface of file IO and interprocess communication to avoid invalid UTF-8 characters from crashing the script. Subprocesses now inherit environment variables from the the parent process. minheap now runs in a temporary working directory to avoid file-based conflicts between concurrent executions. Note that network-port-based conflicts can still happen.","breadcrumbs":"Changelog » Fixed","id":"175","title":"Fixed"},"176":{"body":"Initial release.","breadcrumbs":"Changelog » v0.1.0 (2021-08-09)","id":"176","title":"v0.1.0 (2021-08-09)"},"177":{"body":"Commands fillin minheap runbms Modifiers JVMArg JVMClasspath EnvVar ProgramArg Runtimes NativeExecutable OpenJDK JikesRVM Benchmark Suites BinaryBenchmarkSuite DaCapo Base Configurations AdoptOpenJDK 8, 11, 12, 13, 14, 15 DaCapo 2006, 9.12 (Bach), 9.12 MR1, 9.12 MR1 for Java 6, Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Added","id":"177","title":"Added"},"18":{"body":"Briefly talk about how basic concepts fit together here... Before diving into the details, please read the design principles to help you better understand why things are organized in such way.","breadcrumbs":"Basics » Basics","id":"18","title":"Basics"},"19":{"body":"","breadcrumbs":"Basics » Design Principles » Design Principles","id":"19","title":"Design Principles"},"2":{"body":"The syntax (of configuration files and command line arguments) of running-ng is not stabilized yet. When you use it, expect breaking changes, although we will try to minimize this where possible. running-ng has been tested by few people, and we think it is stable enough to use for your experiments. However, there are probably few wrinkles to be ironed out. Please file any bug or feature request on the issue tracker . You are also welcome to implement new features and/or fix bugs by opening pull requests . But before you do so, please discuss with Steve first for major design changes. For non-user-facing changes, please discuss with the maintainers first.","breadcrumbs":"Introduction » ⚠️ Warning","id":"2","title":"⚠️ Warning"},"20":{"body":"Sound methodology is crucial for the type of performance analysis work we do. Please see the documentation for each of the command for details. We also try to include sensible default values in the base configuration files.","breadcrumbs":"Basics » Design Principles » Sound methodology","id":"20","title":"Sound methodology"},"21":{"body":"It should be easy to reproduce a set of experiments. To this end, various commands will save as much metadata with the results. For example, runbms saves the flattened configuration file and command line arguments in the results folder. For each log, basic information about the execution environment, such as uname, the model name of the CPU, and frequencies of CPU cores, is saved as well.","breadcrumbs":"Basics » Design Principles » Reproducibility","id":"21","title":"Reproducibility"},"22":{"body":"Broadly, the project consists of two parts: the core and the commands. The core provides abstractions for core concepts, such as benchmarks and execution environments, and can be extended through class inheritance. The commands are the user-facing parts that uses the core to provide concrete functionalities.","breadcrumbs":"Basics » Design Principles » Extensibility","id":"22","title":"Extensibility"},"23":{"body":"The configuration files can be easily reused through the includes and overrides mechanisms. For example, people might want to run multiple sets of experiments with minor tweaks, and being able to share a common base configuration file is ergonomic. This is also crucial to the first point that people can get a set of sensible default values by including base configuration files shipped with the project.","breadcrumbs":"Basics » Design Principles » Reusability","id":"23","title":"Reusability"},"24":{"body":"We use YAML as the format for the configuration files. Please read the syntax reference for more details.","breadcrumbs":"Basics » Design Principles » Human-readable syntax","id":"24","title":"Human-readable syntax"},"25":{"body":"The configuration file is in YAML format. You can find a good YAML tutorial here . Below is the documentation for all the top-level keys that are common to all commands.","breadcrumbs":"Core References » Configuration File Syntax","id":"25","title":"Configuration File Syntax"},"26":{"body":"A YAML list of benchmarks to run in each specified benchmark suite . For example: benchmarks: dacapo2006: - eclipse dacapobach: - avrora - fop specifies running to run the eclipse benchmark from the dacapo2006 benchmark suite; and the avrora and fop benchmarks from the dacapobach benchmark suite. These benchmark suites have to be defined previously (usually through an includes key ). Note that each benchmark of a benchmark suite can either be a string or a suite-specific dictionary. For example, for the DaCapo benchmark suite, the following two snippets are equivalent. benchmarks: dacapo2006: - eclipse benchmarks: dacapo2006: - {name: eclipse, bm_name: eclipse, size: default}","breadcrumbs":"Core References » benchmarks","id":"26","title":"benchmarks"},"27":{"body":"A YAML list of configuration strings to be used to run the benchmarks. These are specified as a runtime followed by a '|' separated list of modifiers , i.e. \"||...|\". For example: configs: - \"openjdk11|ms|s|c2\" - \"openjdk15|ms|s\" specifies running to use the openjdk11 runtime with ms, s, and c2 modifiers; and the openjdk15 runtime with the ms, and s modifiers. In the example above, we assume that both the runtimes and modifiers have been previously defined (in either the current configuration file or in an includes file ). Each segment in the configuration strings can have whitespaces in them, so that it's easier for multi-line editing. For example: configs: - \"openjdk8 |foo-1 |bar|buzz\" - \"openjdk15|foo-16| |buzz\"","breadcrumbs":"Core References » configs","id":"27","title":"configs"},"28":{"body":"A YAML list of paths to YAML files that are to be included into the current configuration file for definitions of some keys. This is primarily used to provide re-usability and extensibility of configuration files. A pre-processor step in running takes care of including all the specified files. A flattened version of the final configuration file is also generated and placed in the results folder for reproducibility. The paths can be either absolute or relative. Relative paths are solved relative to the current file. For example, if $HOME/configs/foo.yml has an include line ../bar.yml, the line is interpreted as $HOME/bar.yml. Similarly, includes: - \"./base/suites.yml\" - \"./base/modifiers.yml\" includes the suites.yml and modifiers.yml files located at ./base respectively. Any environment variable in the paths are also resolved before any further processing. This include a special environment variable $RUNNING_NG_PACKAGE_DATA that allows you to refer to various configuration files shipping with running-ng, regardless how you installed running-ng. For example, in a global pip installation, $RUNNING_NG_PACKAGE_DATA will look like /usr/local/lib/python3.10/dist-packages/running/config.","breadcrumbs":"Core References » includes","id":"28","title":"includes"},"29":{"body":"Under construction 🚧.","breadcrumbs":"Core References » overrides","id":"29","title":"overrides"},"3":{"body":"The predecessor of running-ng is running, a set of scripts written in Perl, dating back to 2005. However, the type of workloads we are evaluation has changed a bit, and we want a new set of scripts that fit our needs better. Two major sources of inspiration are mu-perf-benchmarks and menthol . mu-perf-benchmarks is a performance regression framework built for The Mu Micro Virtual Machine . Zixian coauthored the framework with John Zhang in 2017. It features a web frontend for displaying results. You can see the live instance here . menthol is a benchmarking framework built for running benchmarks in high-performance computing (HPC) settings. Zixian built it for his research project about evaluating Chapel's performance in 2018. The framework can run benchmarks in different languages on either single node or on a cluster through PBS job scheduler.","breadcrumbs":"Introduction » History","id":"3","title":"History"},"30":{"body":"A YAML dictionary of program arguments or environment variables that are to be used with config strings . Cannot use - in the key for a modifier. Each modifier requires a type key with other keys being specific to that type. For more information regarding the different types of modifiers, please refer to this page . Warning preview feature ⚠️ . We can exclude certain benchmarks from using a specific modifier by using an excludes key along with a YAML list of benchmarks to be excluded from each benchmark suite. For example: modifiers: s: type: JVMArg val: \"-server\" c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" excludes: dacapo2006: - eclipse specifies two modifiers, s and c2, both of type JVMArg with their respective values. Here, the eclipse benchmark from the dacapo2006 benchmark suite has been excluded from the c2 modifier. Warning preview feature ⚠️ . Similarly, we can attach the modifier only to specific benchmarks by using an includes key. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite. excludes has a higher priority than includes. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse - fop excludes: dacapo2006: - fop The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite, no other benchmark will run with this modifier (not even fop even though it appears in the includes).","breadcrumbs":"Core References » modifiers","id":"30","title":"modifiers"},"31":{"body":"These are special modifiers whose values can be specified through their use in a configuration string . Concrete values are specified as - separated values after the modifier's name in a configuration string. These values will be indexed by the modifier through syntax similar to Python format strings. This is best understood via an example: modifiers: env_var: type: EnvVar var: \"FOO{0}\" val: \"{1}\" [...] configs: - \"openjdk11|env_var-42-43\" specifies to run the openjdk11 runtime with the environment variable FOO42 set to 43. Note that value options are not limited only to environment variables, and can be used for all modifier types.","breadcrumbs":"Core References » Value Options","id":"31","title":"Value Options"},"32":{"body":"A YAML dictionary of runtime definitions that are to be used with config strings . Each runtime requires a type key with other keys being specific to that type. For more information regarding the different types of runtimes, please refer to this page .","breadcrumbs":"Core References » runtimes","id":"32","title":"runtimes"},"33":{"body":"A YAML dictionary of benchmark suite definitions that are to be used as keys of benchmarks. Each benchmark suite requires a type key with other keys being specific to that type. For more information regarding the different types of benchmark suites, please refer to this page .","breadcrumbs":"Core References » suites","id":"33","title":"suites"},"34":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Benchmark Suite","id":"34","title":"Benchmark Suite"},"35":{"body":"A BinaryBenchmarkSuite is a suite of programs which can be used to run binary benchmarks such as for C/C++ benchmarking.","breadcrumbs":"Core References » Benchmark Suite » BinaryBenchmarkSuite (preview ⚠️)","id":"35","title":"BinaryBenchmarkSuite (preview ⚠️)"},"36":{"body":"programs: A yaml list of benchmarks in the format: programs: : path: /full/path/to/benchmark/binary_1 args: \"Any arguments to binary_1\" : path: /full/path/to/benchmark/binary_2 args: \"Any arguments to binary_2\" [...] A possible use-case could use wrapper shell scripts around the benchmark to output timing and other information in a tab-separated table.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"36","title":"Keys"},"37":{"body":"DaCapo benchmark suite .","breadcrumbs":"Core References » Benchmark Suite » DaCapo","id":"37","title":"DaCapo"},"38":{"body":"release: one of the possible values [\"2006\", \"9.12\", \"evaluation\"]. The value is required. path: path to the DaCapo jar. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering OutOfMemoryError. Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: adoptopenjdk-15-G1: avrora: 7 batik: 253 temurin-17-G1: avrora: 7 batik: 189 timing_iteration: specifying the timing iteration. It can either be a number, which is passed to DaCapo as -n, or a string converge. The default value is 3. callback: the class (possibly within some packages) for the DaCapo callback. The value is passed to DaCapo as -c. The default value is null. timeout: timeout for one invocation of a benchmark in seconds. The default value is null. wrapper (preview ⚠️): specifying a wrapper (i.e., extra stuff on the command line before java) when running benchmarks. The default value is null, a no-op. There are two possible ways to specify wrapper. First, a single string with shell-like syntax . Multiple arguments are space separated. This wrapper is used for all benchmarks in the benchmark suite. Second, a dictionary of strings with shell-like syntax to specify possibly different wrappers for different benchmarks. If a benchmark doesn't have a wrapper in the dictionary, it is treated as null. companion (preview ⚠️): the syntax is similar to wrapper. The companion program will start before the main program. The main program will start two seconds after the companion program to make sure the companion is fully initialized. Once the main program finishes, we will wait for the companion program to finish. Therefore, companion programs should have appropriate timeouts or detect when main program finishes. Here is an example of using companion to launch bpftrace in the background to count the system calls. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" overrides: \"suites.dacapo2006.timing_iteration\": 1 \"suites.dacapo2006.companion\": \"sudo bpftrace -e 'tracepoint:raw_syscalls:sys_enter { @syscall[args->id] = count(); @process[comm] = count();} interval:s:10 { printf(\\\"Goodbye world!\\\\n\\\"); exit(); }'\" \"invocations\": 1 benchmarks: dacapo2006: - fop configs: - \"temurin-17\" In the log file, the output from the main program and the output from the companion program is separated by *****. size: specifying the size of input data. Note that the names of the sizes are subject to change depending on the DaCapo releases. The default value is null, which means DaCapo will use the default size unless you override that for individual benchmarks.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"38","title":"Keys"},"39":{"body":"Some of the suite-wide keys can be overridden in a per-benchmark-basis. The keys currently supported are timing_iteration, size, and timeout. Note that, within a suite, your choice of name should uniquely identify a particular way of running a benchmark of name bm_name. The name is used to get the minheap value, etc., which can depend of the size of input data and/or the timing iteration. Therefore, it is highly recommended that you give a name different from the bm_name. Note that, you might need to adjust various other values, including but not limit to the minheap value dictionary and the modifier exclusion dictionary. The following is an example. benchmarks: dacapo2006: - {name: eclipse_large, bm_name: eclipse, size: large}","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"39","title":"Benchmark Specification"},"4":{"body":"Zixian Cai","breadcrumbs":"Introduction » Maintainers","id":"4","title":"Maintainers"},"40":{"body":"SPECjbb2015 .","breadcrumbs":"Core References » Benchmark Suite » SPECjbb2015 (preview ⚠️)","id":"40","title":"SPECjbb2015 (preview ⚠️)"},"41":{"body":"release: one of the possible values [\"1.03\"]. The value is required. path: path to the jar. The value is required. Note that the property file should reside in path/../config/specjbb2015.props per the standard folder structure of the ISO image provided by SPEC.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"41","title":"Keys"},"42":{"body":"Only strings are allowed, which should correspond to the the mode of the SPECjbb2015 controller. Right now, only \"composite\" is supported.","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"42","title":"Benchmark Specification"},"43":{"body":"SPECjvm98 . Note that you will need to prepend probes to the classpaths, so that the modified SpecApplication can be used. Here is an example configuration file. includes: - \"/home/zixianc/running-ng/src/running/config/base/runbms.yml\" modifiers: probes_cp: type: JVMClasspathPrepend val: \"/home/zixianc/MMTk-Dev/evaluation/probes /home/zixianc/MMTk-Dev/evaluation/probes/probes.jar\" benchmarks: specjvm98: - _213_javac configs: - \"adoptopenjdk-8|probes_cp\"","breadcrumbs":"Core References » Benchmark Suite » SPECjvm98 (preview ⚠️)","id":"43","title":"SPECjvm98 (preview ⚠️)"},"44":{"body":"release: one of the possible values [\"1.03_05\"]. The value is required. path: path to the SPECjvm98 folder, where you can find SpecApplication.class. The value is required. timing_iteration: specifying the timing iteration. It can only be a number, which is passed to SpecApplication as -i. The value is required.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"44","title":"Keys"},"45":{"body":"Only strings are allowed, which should correspond to benchmark program of SPECjvm98. The following are the benchmarks: _200_check _201_compress _202_jess _209_db _213_javac _222_mpegaudio _227_mtrt _228_jack","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"45","title":"Benchmark Specification"},"46":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Octane (preview ⚠️)","id":"46","title":"Octane (preview ⚠️)"},"47":{"body":"path: path to the Octane benchmark folder. The value is required. wrapper: path to the Octane wrapper written by Wenyu Zhao. The value is required. timing_iteration: specifying the timing iteration using an integer. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Fatal javascript OOM in .... Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: d8: octane: box2d: 5 codeload: 159 crypto: 3","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"47","title":"Keys"},"48":{"body":"GC benchmarks for Julia: https://github.com/JuliaCI/GCBenchmarks","breadcrumbs":"Core References » Benchmark Suite » JuliaGCBenchmarks (preview ⚠️)","id":"48","title":"JuliaGCBenchmarks (preview ⚠️)"},"49":{"body":"path: path to the GCBenchmarks folder. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Out of Memory!. An example looks like this: minheap_values: julia-mmtk-immix: multithreaded/binary_tree/tree_immutable: 225 multithreaded/binary_tree/tree_mutable: 384 multithreaded/bigarrays/objarray: 9225 serial/TimeZones: 5960 serial/append: 1563 serial/bigint/pollard: 198 serial/linked/list: 4325 serial/linked/tree: 216 serial/strings/strings: 2510 slow/bigint/pidigits: 198 slow/rb_tree/rb_tree: 8640","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"49","title":"Keys"},"5":{"body":"pip3 install --user -U running-ng The base configuration files can be usually be found in paths like ~/.local/lib/python3.6/site-packages/running/config/base. The exact path might differ depending on your Python version, etc.","breadcrumbs":"Introduction » Installation » Installation","id":"5","title":"Installation"},"50":{"body":"","breadcrumbs":"Core References » Runtime » Runtime","id":"50","title":"Runtime"},"51":{"body":"","breadcrumbs":"Core References » Runtime » JikesRVM","id":"51","title":"JikesRVM"},"52":{"body":"A NativeExecutable type specifies runbms to directly run the benchmarks on native hardware. This is supposed to be used in tandem with BinaryBenchmarkSuite .","breadcrumbs":"Core References » Runtime » NativeExecutable (preview ⚠️)","id":"52","title":"NativeExecutable (preview ⚠️)"},"53":{"body":"","breadcrumbs":"Core References » Runtime » OpenJDK","id":"53","title":"OpenJDK"},"54":{"body":"","breadcrumbs":"Core References » Runtime » D8 (preview ⚠️)","id":"54","title":"D8 (preview ⚠️)"},"55":{"body":"executable: path to the d8 executable.","breadcrumbs":"Core References » Runtime » Keys","id":"55","title":"Keys"},"56":{"body":"","breadcrumbs":"Core References » Runtime » SpiderMonkey (preview ⚠️)","id":"56","title":"SpiderMonkey (preview ⚠️)"},"57":{"body":"executable: path to the js executable.","breadcrumbs":"Core References » Runtime » Keys","id":"57","title":"Keys"},"58":{"body":"","breadcrumbs":"Core References » Runtime » JavaScriptCore (preview ⚠️)","id":"58","title":"JavaScriptCore (preview ⚠️)"},"59":{"body":"executable: path to the jsc executable.","breadcrumbs":"Core References » Runtime » Keys","id":"59","title":"Keys"},"6":{"body":"You will need to add the folder where running is installed to your PATH. On a typical Linux installation, running is installed to ~/.local/bin. You will need to refer to the documentation of the shell you are using. Here is an example for bash. # Add the following to ~/.bashrc\nPATH=$PATH:$HOME/.local/bin You don't need to use export. Generally, $PATH already exists and is exported to child processes. Please check whether your ~/.bash_profile or ~/.profile sources ~/.bashrc. If not, when you use a login shell (e.g., in the case of tmux), the content of ~/.bashrc might not be applied. To ensure ~/.bashrc is always sourced, you can add the following to ~/.bash_profile. if [ -f ~/.bashrc ]; then . ~/.bashrc\nfi If you are a moma user, please change these dotfiles on squirrel.moma, and then run sudo /moma-admin/config/update_self.fish. Note that you should run this command using a SSH session on a standard terminal instead of using the integrated terminal in VSCode Remote. Please check here for how to setup a UNIX password for sudo.","breadcrumbs":"Introduction » Installation » Adding running to PATH","id":"6","title":"Adding running to PATH"},"60":{"body":"","breadcrumbs":"Core References » Runtime » JuliaMMTK (preview ⚠️)","id":"60","title":"JuliaMMTK (preview ⚠️)"},"61":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"61","title":"Keys"},"62":{"body":"Julia with the stock GC. It does not allow setting a heap size, and will not throw OOM unless killed by the operating system.","breadcrumbs":"Core References » Runtime » JuliaStock (preview ⚠️)","id":"62","title":"JuliaStock (preview ⚠️)"},"63":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"63","title":"Keys"},"64":{"body":"","breadcrumbs":"Core References » Modifier » Modifier","id":"64","title":"Modifier"},"65":{"body":"","breadcrumbs":"Core References » Modifier » EnvVar","id":"65","title":"EnvVar"},"66":{"body":"var: name of the variable. val: value of the variable.","breadcrumbs":"Core References » Modifier » Keys","id":"66","title":"Keys"},"67":{"body":"Set an environment variable. Might override an environment variable inherited from the parent process.","breadcrumbs":"Core References » Modifier » Description","id":"67","title":"Description"},"68":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMArg","id":"68","title":"JVMArg"},"69":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"69","title":"Keys"},"7":{"body":"This guide will show you how to use running-ng to compare two different builds of JVMs. Note that for each occurrence in the form /path/to/*, you need to replace it with the real path of the respective item in the filesystem.","breadcrumbs":"Quickstart » Quickstart","id":"7","title":"Quickstart"},"70":{"body":"Specify arguments to a JVM, as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"70","title":"Description"},"71":{"body":"JavaScriptRuntime specific.","breadcrumbs":"Core References » Modifier » JSArg (preview ⚠️)","id":"71","title":"JSArg (preview ⚠️)"},"72":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"72","title":"Keys"},"73":{"body":"Specify arguments to a JavaScript runtime (e.g., d8), as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"73","title":"Description"},"74":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathAppend","id":"74","title":"JVMClasspathAppend"},"75":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"75","title":"Keys"},"76":{"body":"Append a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"76","title":"Description"},"77":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathPrepend","id":"77","title":"JVMClasspathPrepend"},"78":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"78","title":"Keys"},"79":{"body":"Prepend a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"79","title":"Description"},"8":{"body":"Please follow the installation guide to install running-ng. You will need Python 3.6+. Then, create a file two_builds.yml with the following content. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" The YAML file represents a dictionary (key-value pairs) that defines the experiments you are running. The includes directive here will populate the dictionary with some default values shipped with running-ng. If you use moma machines, please substitute runbms.yml with runbms-anu.yml.","breadcrumbs":"Quickstart » Installation","id":"8","title":"Installation"},"80":{"body":"A backward-compatibility alias of JVMClasspathAppend.","breadcrumbs":"Core References » Modifier » JVMClasspath","id":"80","title":"JVMClasspath"},"81":{"body":"","breadcrumbs":"Core References » Modifier » ProgramArg","id":"81","title":"ProgramArg"},"82":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"82","title":"Keys"},"83":{"body":"Specify arguments to a program, as opposed to the runtime.","breadcrumbs":"Core References » Modifier » Description","id":"83","title":"Description"},"84":{"body":"","breadcrumbs":"Core References » Modifier » ModifierSet (preview ⚠️)","id":"84","title":"ModifierSet (preview ⚠️)"},"85":{"body":"val: | separated values, with possible value options. See here for details.","breadcrumbs":"Core References » Modifier » Keys","id":"85","title":"Keys"},"86":{"body":"Specify a set of modifiers, including other ModifierSets. That is, you can use ModifierSet recursively.","breadcrumbs":"Core References » Modifier » Description","id":"86","title":"Description"},"87":{"body":"","breadcrumbs":"Core References » Modifier » Wrapper (preview ⚠️)","id":"87","title":"Wrapper (preview ⚠️)"},"88":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"88","title":"Keys"},"89":{"body":"Specify a wrapper. If a wrapper also exist for the benchmark suite you use, this wrapper will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"89","title":"Description"},"9":{"body":"Add the following to two_builds.yml. benchmarks: dacapochopin-29a657f: - avrora - batik - biojava - cassandra - eclipse - fop - graphchi - h2 - h2o - jme - jython - luindex - lusearch - pmd - sunflow - tradebeans - tradesoap - tomcat - xalan - zxing This specify a list of benchmarks used in this experiment from the benchmark suite dacapochopin-29a657f. The benchmark suite is defined in $RUNNING_NG_PACKAGE_DATA/base/dacapo.yml. By default, the minimum heap sizes of dacapochopin-29a657f benchmarks are measured with AdoptOpenJDK 15 using G1 GC. If you are using OpenJDK 11 or 17, you can override the value of suites.dacapochopin-29a657f.minheap to temurin-17-G1 or temurin-11-G1. That is, you can, for example, add \"suites.dacapochopin-29a657f.minheap\": \"temurin-17-G1\" to overrides. Then, add the following to two_builds.yml. overrides: \"suites.dacapochopin-29a657f.timing_iteration\": 5 \"suites.dacapochopin-29a657f.callback\": \"probe.DacapoChopinCallback\" That is, we want to run five iterations for each invocation, and use DacapoChopinCallback because it is the appropriate callback for this release of DaCapo.","breadcrumbs":"Quickstart » Prepare Benchmarks","id":"9","title":"Prepare Benchmarks"},"90":{"body":"","breadcrumbs":"Core References » Modifier » Companion (preview ⚠️)","id":"90","title":"Companion (preview ⚠️)"},"91":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"91","title":"Keys"},"92":{"body":"Specify a companion program. If a companion program also exist for the benchmark suite you use, this companion program will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"92","title":"Description"},"93":{"body":"JuliaMMTk and JuliaStock specific.","breadcrumbs":"Core References » Modifier » JuliaArg (preview ⚠️)","id":"93","title":"JuliaArg (preview ⚠️)"},"94":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"94","title":"Keys"},"95":{"body":"Please see the sections in this chapter for the references for each of the subcommands.","breadcrumbs":"Command References » Command References","id":"95","title":"Command References"},"96":{"body":"running [-h|--help] [-v|--verbose] [-d|--dry-run] [--version] subcommand -h: print help message. -v: use DEBUG for logging level. The default logging level is INFO. -d: enable dry run. Each of the subcommands that respect is flag will print out the commands to be executed in a child process instead of actually executing them. --version: print the version number of running-ng.","breadcrumbs":"Command References » Usage","id":"96","title":"Usage"},"97":{"body":"For each subcommand, the documentation can roughly be divided into two parts, the command line usage and the keys in the config file. Unless otherwise specified, the keys specified here are common to all subcommands, with the keys specific to each subcommand documented in their respective documentation.","breadcrumbs":"Command References » Convention","id":"97","title":"Convention"},"98":{"body":"This subcommand runs benchmarks with different configs, possibly with varying heap sizes.","breadcrumbs":"Command References » runbms » runbms","id":"98","title":"runbms"},"99":{"body":"runbms [-h|--help] [-i|--invocations INVOCATIONS] [-s|--slice SLICE] [-p|--id-prefix ID_PREFIX] [-m|--minheap-multiplier MINHEAP_MULTIPLIER] [--skip-oom SKIP_OOM] [--skip-timeout SKIP_TIMEOUT] [--resume RESUME] [--workdir WORKDIR] [--skip-log-compression] LOG_DIR CONFIG [N] [n ...] -h: print help message. -i: set the number of invocations. Overrides invocations in the config file. -s: only use the specified heap sizes. This is a comma-separated string of integers or floating point numbers. For each slice s in SLICE, we run benchmarks at s * minheap. N and ns are ignored. -p: add a prefix to the folder names where the results are stored. By default, the folder that stores the result is named using the host name and the timestamp. However, you can add a prefix to the folder name to signify which experiments the results belong to. -m (preview ⚠️): multiple the minheap value for each benchmark by MINHEAP_MULTIPLIER. Do NOT use this unless you know what you are doing. Override minheap_multiplier in the config file. --skip-oom (preview ⚠️): skip the remaining invocations if a benchmark under a config has run out of memory more than SKIP_OOM times. --skip-timeout (preview ⚠️): skip the remaining invocations if a benchmark under a config has timed out more than SKIP_TIMEOUT times. --resume (preview ⚠️): resume a previous run under LOG_DIR/RESUME. If a .log.gz already exists for a group of invocations, they will be skipped. Remember to clean up the partial *.log files before resuming. --workdir (preview ⚠️): use the specified directory as the working directory for benchmarks. If not specified, a temporary directory will be created under an OS-dependent location with a runbms- prefix. --skip-log-compression: skip compressing log file as gzip. LOG_DIR: where to store the results. This is required. CONFIG: the path to the configuration file. This is required. N: the number of different heap sizes to explore. Must be powers of two. Explore heap sizes denoted by 0, 1, ..., and N (N + 1 different sizes in total). The heap size 0 represents 1.0 * minheap, and the heap size N represents heap_range * minheap (by default, 6.0 * minheap). If N is omitted, then the script will run benchmarks without explicit explicitly setting heap sizes, unless you specify -s or use a modifier that sets the heap size. n: the heap sizes to explore. Instead of exploring 0, 1, ..., and N, only explore the ns specified.","breadcrumbs":"Command References » runbms » Usage","id":"99","title":"Usage"}},"length":178,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.0},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.0},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.0}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.0}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.4142135623730951},"177":{"tf":1.0},"6":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":5,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":40,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.7416573867739413},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":26,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":16,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.0},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.6457513110645907},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.0}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.0}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.0}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":14,"docs":{"100":{"tf":1.0},"110":{"tf":2.6457513110645907},"111":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.7416573867739413},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.0}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":27,"docs":{"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.0},"50":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"110":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"2":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"8":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"9":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.4142135623730951},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"2":{"df":9,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":7,"docs":{"129":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"3":{"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":10,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":44,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.872983346207417},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":3.3166247903554},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.6457513110645907},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.6457513110645907},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":57,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.7320508075688772},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":74,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":16,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":2.0},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":2.0},"6":{"tf":2.0},"8":{"tf":2.0}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.23606797749979}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":14,"docs":{"100":{"tf":1.0},"110":{"tf":3.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":51,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.872983346207417},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"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.4142135623730951},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":96,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.7320508075688772},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":37,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":26,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.449489742783178},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":33,"docs":{"110":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.6457513110645907},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.6457513110645907},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"title":{"root":{"0":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"2":{"df":2,"docs":{"152":{"tf":1.0},"155":{"tf":1.0}}},"3":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"135":{"tf":1.0}}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"9":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"141":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"d":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"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":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"x":{"df":12,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"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":{"104":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":23,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":17,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":1,"docs":{"95":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"119":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"111":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}
\ No newline at end of file
+{"doc_urls":["intro.html#introduction","intro.html#disclaimer","intro.html#-warning","intro.html#history","intro.html#maintainers","install.html#installation","install.html#adding-running-to-path","quickstart.html#quickstart","quickstart.html#installation","quickstart.html#prepare-benchmarks","quickstart.html#prepare-your-builds","quickstart.html#prepare-probes","quickstart.html#prepare-configs","quickstart.html#sanity-checks","quickstart.html#dry-run","quickstart.html#single-invocation","quickstart.html#run-it","quickstart.html#analysing-results","basics/index.html#basics","basics/design.html#design-principles","basics/design.html#sound-methodology","basics/design.html#reproducibility","basics/design.html#extensibility","basics/design.html#reusability","basics/design.html#human-readable-syntax","references/index.html#configuration-file-syntax","references/index.html#benchmarks","references/index.html#configs","references/index.html#includes","references/index.html#overrides","references/index.html#modifiers","references/index.html#value-options","references/index.html#runtimes","references/index.html#suites","references/suite.html#benchmark-suite","references/suite.html#binarybenchmarksuite--preview-","references/suite.html#keys","references/suite.html#dacapo","references/suite.html#keys-1","references/suite.html#benchmark-specification","references/suite.html#specjbb2015-preview-","references/suite.html#keys-2","references/suite.html#benchmark-specification-1","references/suite.html#specjvm98-preview-","references/suite.html#keys-3","references/suite.html#benchmark-specification-2","references/suite.html#octane-preview-","references/suite.html#keys-4","references/suite.html#juliagcbenchmarks-preview-","references/suite.html#keys-5","references/runtime.html#runtime","references/runtime.html#jikesrvm","references/runtime.html#nativeexecutable-preview-","references/runtime.html#openjdk","references/runtime.html#d8-preview-","references/runtime.html#keys","references/runtime.html#spidermonkey-preview-","references/runtime.html#keys-1","references/runtime.html#javascriptcore-preview-","references/runtime.html#keys-2","references/runtime.html#juliammtk-preview-","references/runtime.html#keys-3","references/runtime.html#juliastock-preview-","references/runtime.html#keys-4","references/modifier.html#modifier","references/modifier.html#envvar","references/modifier.html#keys","references/modifier.html#description","references/modifier.html#jvmarg","references/modifier.html#keys-1","references/modifier.html#description-1","references/modifier.html#jsarg-preview-","references/modifier.html#keys-2","references/modifier.html#description-2","references/modifier.html#jvmclasspathappend","references/modifier.html#keys-3","references/modifier.html#description-3","references/modifier.html#jvmclasspathprepend","references/modifier.html#keys-4","references/modifier.html#description-4","references/modifier.html#jvmclasspath","references/modifier.html#programarg","references/modifier.html#keys-5","references/modifier.html#description-5","references/modifier.html#modifierset-preview-","references/modifier.html#keys-6","references/modifier.html#description-6","references/modifier.html#wrapper-preview-","references/modifier.html#keys-7","references/modifier.html#description-7","references/modifier.html#companion-preview-","references/modifier.html#keys-8","references/modifier.html#description-8","references/modifier.html#juliaarg-preview-","references/modifier.html#keys-9","commands/index.html#command-references","commands/index.html#usage","commands/index.html#convention","commands/runbms.html#runbms","commands/runbms.html#usage","commands/runbms.html#keys","commands/runbms.html#plugins-preview-","commands/runbms.html#zulip","commands/runbms.html#copyfile","commands/runbms.html#interpreting-the-outputs","commands/runbms.html#console-outputs","commands/runbms.html#log-directory","commands/runbms.html#heap-size-calculations","commands/runbms.html#best-practices","commands/runbms.html#continuously-monitor-your-experiments","commands/minheap.html#minheap","commands/minheap.html#usage","commands/minheap.html#keys","commands/fillin.html#fillin","cookbook/index.html","cookbook/perf_events.html#whole-process-performance-event-monitoring","cookbook/perf_events.html#jvmti","cookbook/perf_events.html#mmtk","cookbook/perf_events.html#work-packet-performance-event-monitoring","cookbook/perf_events.html#machine-specific-known-problems","faq.html#frequently-asked-questions","changelog.html#changelog","changelog.html#unreleased","changelog.html#added","changelog.html#changed","changelog.html#deprecated","changelog.html#removed","changelog.html#fixed","changelog.html#security","changelog.html#v042-2023-09-10","changelog.html#changed-1","changelog.html#fixed-1","changelog.html#security-1","changelog.html#v041-2023-08-22","changelog.html#fixed-2","changelog.html#v040-2023-08-17","changelog.html#added-1","changelog.html#changed-2","changelog.html#fixed-3","changelog.html#v039-2023-08-02","changelog.html#fixed-4","changelog.html#v038-2023-02-21","changelog.html#changed-3","changelog.html#v037-2023-02-14","changelog.html#fixed-5","changelog.html#v036-2023-01-16","changelog.html#added-2","changelog.html#fixed-6","changelog.html#v035-2022-10-13","changelog.html#changed-4","changelog.html#v034-2022-10-13","changelog.html#fixed-7","changelog.html#v033-2022-10-12","changelog.html#changed-5","changelog.html#fixed-8","changelog.html#v032-2022-10-12","changelog.html#added-3","changelog.html#v031-2022-09-18","changelog.html#added-4","changelog.html#changed-6","changelog.html#removed-1","changelog.html#v030-2022-03-19","changelog.html#added-5","changelog.html#changed-7","changelog.html#deprecated-1","changelog.html#removed-2","changelog.html#v022-2022-03-07","changelog.html#fixed-9","changelog.html#v021-2022-03-05","changelog.html#changed-8","changelog.html#fixed-10","changelog.html#v020-2022-02-20","changelog.html#added-6","changelog.html#changed-9","changelog.html#removed-3","changelog.html#fixed-11","changelog.html#v010-2021-08-09","changelog.html#added-7"],"index":{"documentStore":{"docInfo":{"0":{"body":11,"breadcrumbs":2,"title":1},"1":{"body":53,"breadcrumbs":2,"title":1},"10":{"body":79,"breadcrumbs":3,"title":2},"100":{"body":62,"breadcrumbs":4,"title":1},"101":{"body":0,"breadcrumbs":5,"title":2},"102":{"body":99,"breadcrumbs":4,"title":1},"103":{"body":42,"breadcrumbs":4,"title":1},"104":{"body":2,"breadcrumbs":5,"title":2},"105":{"body":0,"breadcrumbs":5,"title":2},"106":{"body":0,"breadcrumbs":5,"title":2},"107":{"body":43,"breadcrumbs":6,"title":3},"108":{"body":2,"breadcrumbs":5,"title":2},"109":{"body":24,"breadcrumbs":6,"title":3},"11":{"body":36,"breadcrumbs":3,"title":2},"110":{"body":143,"breadcrumbs":4,"title":1},"111":{"body":41,"breadcrumbs":4,"title":1},"112":{"body":44,"breadcrumbs":4,"title":1},"113":{"body":0,"breadcrumbs":4,"title":1},"114":{"body":4,"breadcrumbs":1,"title":1},"115":{"body":0,"breadcrumbs":9,"title":5},"116":{"body":153,"breadcrumbs":5,"title":1},"117":{"body":120,"breadcrumbs":5,"title":1},"118":{"body":12,"breadcrumbs":9,"title":5},"119":{"body":47,"breadcrumbs":8,"title":4},"12":{"body":12,"breadcrumbs":3,"title":2},"120":{"body":0,"breadcrumbs":6,"title":3},"121":{"body":0,"breadcrumbs":2,"title":1},"122":{"body":0,"breadcrumbs":2,"title":1},"123":{"body":9,"breadcrumbs":2,"title":1},"124":{"body":0,"breadcrumbs":2,"title":1},"125":{"body":0,"breadcrumbs":2,"title":1},"126":{"body":0,"breadcrumbs":2,"title":1},"127":{"body":0,"breadcrumbs":2,"title":1},"128":{"body":0,"breadcrumbs":2,"title":1},"129":{"body":0,"breadcrumbs":5,"title":4},"13":{"body":33,"breadcrumbs":3,"title":2},"130":{"body":8,"breadcrumbs":2,"title":1},"131":{"body":9,"breadcrumbs":2,"title":1},"132":{"body":0,"breadcrumbs":2,"title":1},"133":{"body":0,"breadcrumbs":5,"title":4},"134":{"body":11,"breadcrumbs":2,"title":1},"135":{"body":0,"breadcrumbs":5,"title":4},"136":{"body":21,"breadcrumbs":2,"title":1},"137":{"body":16,"breadcrumbs":2,"title":1},"138":{"body":21,"breadcrumbs":2,"title":1},"139":{"body":0,"breadcrumbs":5,"title":4},"14":{"body":21,"breadcrumbs":3,"title":2},"140":{"body":29,"breadcrumbs":2,"title":1},"141":{"body":0,"breadcrumbs":5,"title":4},"142":{"body":8,"breadcrumbs":2,"title":1},"143":{"body":0,"breadcrumbs":5,"title":4},"144":{"body":9,"breadcrumbs":2,"title":1},"145":{"body":0,"breadcrumbs":5,"title":4},"146":{"body":6,"breadcrumbs":2,"title":1},"147":{"body":8,"breadcrumbs":2,"title":1},"148":{"body":0,"breadcrumbs":5,"title":4},"149":{"body":16,"breadcrumbs":2,"title":1},"15":{"body":26,"breadcrumbs":3,"title":2},"150":{"body":0,"breadcrumbs":5,"title":4},"151":{"body":10,"breadcrumbs":2,"title":1},"152":{"body":0,"breadcrumbs":5,"title":4},"153":{"body":13,"breadcrumbs":2,"title":1},"154":{"body":15,"breadcrumbs":2,"title":1},"155":{"body":0,"breadcrumbs":5,"title":4},"156":{"body":2,"breadcrumbs":2,"title":1},"157":{"body":0,"breadcrumbs":5,"title":4},"158":{"body":29,"breadcrumbs":2,"title":1},"159":{"body":20,"breadcrumbs":2,"title":1},"16":{"body":21,"breadcrumbs":2,"title":1},"160":{"body":16,"breadcrumbs":2,"title":1},"161":{"body":0,"breadcrumbs":5,"title":4},"162":{"body":6,"breadcrumbs":2,"title":1},"163":{"body":17,"breadcrumbs":2,"title":1},"164":{"body":15,"breadcrumbs":2,"title":1},"165":{"body":11,"breadcrumbs":2,"title":1},"166":{"body":0,"breadcrumbs":5,"title":4},"167":{"body":36,"breadcrumbs":2,"title":1},"168":{"body":0,"breadcrumbs":5,"title":4},"169":{"body":15,"breadcrumbs":2,"title":1},"17":{"body":4,"breadcrumbs":3,"title":2},"170":{"body":12,"breadcrumbs":2,"title":1},"171":{"body":0,"breadcrumbs":5,"title":4},"172":{"body":186,"breadcrumbs":2,"title":1},"173":{"body":52,"breadcrumbs":2,"title":1},"174":{"body":6,"breadcrumbs":2,"title":1},"175":{"body":54,"breadcrumbs":2,"title":1},"176":{"body":2,"breadcrumbs":5,"title":4},"177":{"body":39,"breadcrumbs":2,"title":1},"18":{"body":21,"breadcrumbs":2,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"2":{"body":65,"breadcrumbs":2,"title":1},"20":{"body":21,"breadcrumbs":5,"title":2},"21":{"body":38,"breadcrumbs":4,"title":1},"22":{"body":29,"breadcrumbs":4,"title":1},"23":{"body":38,"breadcrumbs":4,"title":1},"24":{"body":11,"breadcrumbs":6,"title":3},"25":{"body":16,"breadcrumbs":5,"title":3},"26":{"body":65,"breadcrumbs":3,"title":1},"27":{"body":65,"breadcrumbs":3,"title":1},"28":{"body":98,"breadcrumbs":3,"title":1},"29":{"body":2,"breadcrumbs":3,"title":1},"3":{"body":88,"breadcrumbs":2,"title":1},"30":{"body":156,"breadcrumbs":3,"title":1},"31":{"body":61,"breadcrumbs":4,"title":2},"32":{"body":25,"breadcrumbs":3,"title":1},"33":{"body":28,"breadcrumbs":3,"title":1},"34":{"body":0,"breadcrumbs":6,"title":2},"35":{"body":10,"breadcrumbs":6,"title":2},"36":{"body":33,"breadcrumbs":5,"title":1},"37":{"body":3,"breadcrumbs":5,"title":1},"38":{"body":278,"breadcrumbs":5,"title":1},"39":{"body":68,"breadcrumbs":6,"title":2},"4":{"body":2,"breadcrumbs":2,"title":1},"40":{"body":1,"breadcrumbs":6,"title":2},"41":{"body":25,"breadcrumbs":5,"title":1},"42":{"body":10,"breadcrumbs":6,"title":2},"43":{"body":31,"breadcrumbs":6,"title":2},"44":{"body":24,"breadcrumbs":5,"title":1},"45":{"body":16,"breadcrumbs":6,"title":2},"46":{"body":0,"breadcrumbs":6,"title":2},"47":{"body":83,"breadcrumbs":5,"title":1},"48":{"body":4,"breadcrumbs":6,"title":2},"49":{"body":58,"breadcrumbs":5,"title":1},"5":{"body":21,"breadcrumbs":3,"title":1},"50":{"body":0,"breadcrumbs":4,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":13,"breadcrumbs":5,"title":2},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":0,"breadcrumbs":5,"title":2},"55":{"body":4,"breadcrumbs":4,"title":1},"56":{"body":0,"breadcrumbs":5,"title":2},"57":{"body":4,"breadcrumbs":4,"title":1},"58":{"body":0,"breadcrumbs":5,"title":2},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":93,"breadcrumbs":5,"title":3},"60":{"body":0,"breadcrumbs":5,"title":2},"61":{"body":4,"breadcrumbs":4,"title":1},"62":{"body":13,"breadcrumbs":5,"title":2},"63":{"body":4,"breadcrumbs":4,"title":1},"64":{"body":0,"breadcrumbs":4,"title":1},"65":{"body":0,"breadcrumbs":4,"title":1},"66":{"body":6,"breadcrumbs":4,"title":1},"67":{"body":9,"breadcrumbs":4,"title":1},"68":{"body":2,"breadcrumbs":4,"title":1},"69":{"body":9,"breadcrumbs":4,"title":1},"7":{"body":22,"breadcrumbs":2,"title":1},"70":{"body":5,"breadcrumbs":4,"title":1},"71":{"body":2,"breadcrumbs":5,"title":2},"72":{"body":9,"breadcrumbs":4,"title":1},"73":{"body":8,"breadcrumbs":4,"title":1},"74":{"body":2,"breadcrumbs":4,"title":1},"75":{"body":9,"breadcrumbs":4,"title":1},"76":{"body":5,"breadcrumbs":4,"title":1},"77":{"body":2,"breadcrumbs":4,"title":1},"78":{"body":9,"breadcrumbs":4,"title":1},"79":{"body":5,"breadcrumbs":4,"title":1},"8":{"body":45,"breadcrumbs":2,"title":1},"80":{"body":4,"breadcrumbs":4,"title":1},"81":{"body":0,"breadcrumbs":4,"title":1},"82":{"body":9,"breadcrumbs":4,"title":1},"83":{"body":5,"breadcrumbs":4,"title":1},"84":{"body":0,"breadcrumbs":5,"title":2},"85":{"body":9,"breadcrumbs":4,"title":1},"86":{"body":8,"breadcrumbs":4,"title":1},"87":{"body":0,"breadcrumbs":5,"title":2},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":9,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":3,"title":2},"90":{"body":0,"breadcrumbs":5,"title":2},"91":{"body":9,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":3,"breadcrumbs":5,"title":2},"94":{"body":9,"breadcrumbs":4,"title":1},"95":{"body":7,"breadcrumbs":4,"title":2},"96":{"body":46,"breadcrumbs":3,"title":1},"97":{"body":28,"breadcrumbs":3,"title":1},"98":{"body":9,"breadcrumbs":4,"title":1},"99":{"body":258,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"running-ng is a collection of scripts that help people run workloads in a methodologically sound settings.","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"At this stage, the focus of this project is driven by the internal use of members from Steve Blackburn 's lab. If you are a member of the lab, you know what to do if you encounter any issue, and you can ignore the below. If you are a member of the public, please kindly note that the project is open-source and documented on a \"good-faith\" basis. We might not have the time to consider your features requests. Please don't be offended if we ignore these. Having said that, you are very welcomed to use it, and we will be very pleased if this helps anyone. In particular, we are grateful if you report bugs you found with steps to reproduce it.","breadcrumbs":"Introduction » Disclaimer","id":"1","title":"Disclaimer"},"10":{"body":"In this guide, we assume you use mmtk-openjdk . Please follow its build guide. I assume you produced two different builds you want to compare. Add the following to two_builds.yml. runtimes: build1: type: OpenJDK release: 11 home: \"/path/to/build1/jdk\" # make sure /path/to/build1/jdk/bin/java exists build2: type: OpenJDK release: 11 home: \"/path/to/build2/jdk\" # make sure /path/to/build2/jdk/bin/java exists This defines two builds of runtimes . I recommend that you use absolute paths for the builds, although relative paths will work, and will be relative to where you run running. I strongly recommend you rename the builds (both the name in the configuration file and the folder name) to something more sensible, preferably with the commit hash for easy troubleshooting and performance debugging later.","breadcrumbs":"Quickstart » Prepare Your Builds","id":"10","title":"Prepare Your Builds"},"100":{"body":"invocations: see above. minheap_multiplier: see above. heap_range: the heap size relative to the minheap when n = N. spread_factor: changes how 0, 1, ..., and N are spread out. When spread_factor is zero, the differences between 0, 1, ..., and N are the same. The larger the spread_factor is, the coarser the spacing is at the end relative to start. Please do NOT change this unless you understand how it works. remote_host: the remote host to rsync the results to. The exact absolute path of LOG_DIR is used on both the local and the remote machine. plugins (preview ⚠️): plugins of this command. Must be a dictionary, similar to how modifiers are declared.","breadcrumbs":"Command References » runbms » Keys","id":"100","title":"Keys"},"101":{"body":"","breadcrumbs":"Command References » runbms » Plugins (preview ⚠️)","id":"101","title":"Plugins (preview ⚠️)"},"102":{"body":"Zulip integration for notifying when experiments start or end. No message will be sent if it'a dry run. Here is an example. plugins: zulip: type: Zulip request: type: private to: [\"your user id here\"] Keys request: please follow the Zulip API documentation . Note that you don't need to put in content here. Please contact the administrators of your organization for your user ID. If you use a bot user and want to post to a channel, please subscribe the bot user to the channel so that messages can be edited . config_file: an optional string to the path of config file. If not specified, the default is ~/.zuliprc. Please make sure that this file can only be accessed by you (e.g., chmod 600 ~/.zuliprc). If you are a moma user, please create this file on squirrel, and it will then be synced to other machines. Please follow the Zulip documentation for the syntax of the config file and for obtaining an API key . If you can't create a new bot, please contact the administrators of your organization.","breadcrumbs":"Command References » runbms » Zulip","id":"102","title":"Zulip"},"103":{"body":"Copying files from the working directory. Here is an example. plugins: dacapo_latency: type: CopyFile patterns: - \"scratch/dacapo-latency-*.csv\" Keys patterns: a list of patterns following the Python 3 pathlib.Path.glob syntax . Files matched the patterns will be copied to LOG_DIR where different subfolders will be created for each invocation. skip_failed: don't copy files from failed runs. The default value is true.","breadcrumbs":"Command References » runbms » CopyFile","id":"103","title":"CopyFile"},"104":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Interpreting the Outputs","id":"104","title":"Interpreting the Outputs"},"105":{"body":"","breadcrumbs":"Command References » runbms » Console Outputs","id":"105","title":"Console Outputs"},"106":{"body":"","breadcrumbs":"Command References » runbms » Log directory","id":"106","title":"Log directory"},"107":{"body":"Please refer to the source code like here and here for the actual algorithm. But the basic idea is as follow. First, we start with the ends and the middle and gradually fill the gap. This is to make sure you can see the big picture trend. Second, the difference between sizes are smaller for smaller sizes and larger for large sizes, because the performance is much more sensitive to the change in heap sizes when the heap is small.","breadcrumbs":"Command References » runbms » Heap Size Calculations","id":"107","title":"Heap Size Calculations"},"108":{"body":"Under construction 🚧.","breadcrumbs":"Command References » runbms » Best Practices","id":"108","title":"Best Practices"},"109":{"body":"The results are rsynced to remote_host once all invocations for a benchmark at a heap size are finished. You shouldn't log into the experiment machine so not to disturb the experiments. You should log into the remote host and check the LOG_DIR there and see the new results that came in.","breadcrumbs":"Command References » runbms » Continuously Monitor Your Experiments","id":"109","title":"Continuously Monitor Your Experiments"},"11":{"body":"Please clone probes , and run make. Add the following to two_builds.yml. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" This defines two modifiers , which will be used later to modify the JVM command line arguments. Please only use absolute paths for all the above.","breadcrumbs":"Quickstart » Prepare Probes","id":"11","title":"Prepare Probes"},"110":{"body":"This subcommand runs benchmarks with different configs while varying heap sizes in a binary search fashion in order to determine the minimum heap required to run each benchmark. The result is stored in a YAML file. The dictionary keys are encoded config strings. For each config, there is one dictionary per benchmark suite, where the minimum heap size for each benchmark is stored. An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1: dacapochopin-69a704e: avrora: 7 batik: 189\ntemurin-17.openjdk_common.hotspot_gc-Parallel: dacapochopin-69a704e: avrora: 5 batik: 235 At the end of each run, minheap will print out the configuration that achieves the smallest minheap size for most benchmarks. The minheap values for that configuration will be printed out, which can then be used to populate the minheap values a benchmark suite, such as a DaCapo benchmark suite . An example is as follows. temurin-17.openjdk_common.hotspot_gc-G1 obtained the most number of smallest minheap sizes: 8\nMinheap configuration to be copied to runbms config files\ndacapochopin-69a704e: avrora: 7 batik: 189 biojava: 95 eclipse: 411 fop: 15 graphchi: 255 h2: 773 jme: 29 jython: 25 luindex: 42 lusearch: 21 pmd: 156 sunflow: 29 tomcat: 21 tradebeans: 131 tradesoap: 103 xalan: 8 zxing: 97","breadcrumbs":"Command References » minheap » minheap","id":"110","title":"minheap"},"111":{"body":"minheap [-h] [-a|--attempts ATTEMPTS] CONFIG RESULT -h: print help message. -a (preview ⚠️): set the number of attempts. Overrides attempts in the config file. CONFIG: the path to the configuration file. This is required. RESULT: where to store the results. This file contains both the interim results and the final result. An interrupted execution can be resumed by using the same RESULT path. This is required.","breadcrumbs":"Command References » minheap » Usage","id":"111","title":"Usage"},"112":{"body":"maxheap: the upper bound of the search. attempts (preview ⚠️): for a particular heap size, if an invocation passes or fails with OOM (timeout treated as OOM), the binary search will continue with the next appropriate heap size. If an invocation crashes and if the total number of invocations has not exceeded ATTEMPTS, the same heap size will be repeated. If all ATTEMPTS invocations crash, the binary search for this config will stop, and minheap will report inf.","breadcrumbs":"Command References » minheap » Keys","id":"112","title":"Keys"},"113":{"body":"","breadcrumbs":"Command References » fillin » fillin","id":"113","title":"fillin"},"114":{"body":"Here are some recipes for common tasks.","breadcrumbs":"Cookbook","id":"114","title":"Cookbook"},"115":{"body":"","breadcrumbs":"Cookbook » Performance Event Monitoring » Whole-Process Performance Event Monitoring","id":"115","title":"Whole-Process Performance Event Monitoring"},"116":{"body":"Please clone and build probes , and then build distillation . You might need to change the paths referred in the Makefiles to match your environment. Under the distillation folder, you will find a JVMTI agent, libperf_statistics.so. You can check the source code here . To use the agent, there are four things you need to do. First, you will need to tell the dynamic linker to load the shared library before the VM boots. This ensures that the inherit flag of perf_event_attr works properly and all child threads subsequently spawned are included in the results. modifiers: jvmti_env: type: EnvVar var: \"LD_PRELOAD\" val: \"/path/to/distillation/libperf_statistics.so\" Second, you need to specify a list of events you want to measure. modifiers: perf: type: EnvVar var: \"PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_LL:MISS,PERF_COUNT_HW_CACHE_L1D:MISS,PERF_COUNT_HW_CACHE_DTLB:MISS\" If you want to get a full list of events you can use on a particular machine, you can clone and build libpfm4 and run the showevtinfo program . Third, you need to tell the JVM to load the agent. Note that you need to specify the absolute path. modifiers: jvmti: type: JVMArg val: \"-agentpath:/path/to/distillation/libperf_statistics.so\" Finally, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. We will reuse the RustMMTk probe here, as the callback functions in the JVMTI agent are also called harness_begin and harness_end. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Now, putting it all together, you can define a set of modifiers, and use that set in your config strings. modifiers: jvmti_common: type: ModifierSet val: \"probes|probes_cp|jvmti|jvmti_env|perf\"","breadcrumbs":"Cookbook » Performance Event Monitoring » JVMTI","id":"116","title":"JVMTI"},"117":{"body":"Please clone and build probes . You will need to build mmtk-core with the perf_counter feature. First, you need to let the DaCapo benchmark inform the start and the end of a benchmark iteration. modifiers: probes_cp: type: JVMClasspath val: \"/path/to/probes/out /path/to/probes/out/probes.jar\" probes: type: JVMArg val: \"-Djava.library.path=/path/to/probes/out -Dprobes=RustMMTk\" Then, you can specify a list of events you want to measure. modifiers: mmtk_perf: type: EnvVar var: \"MMTK_PHASE_PERF_EVENTS\" val: \"PERF_COUNT_HW_CPU_CYCLES,0,-1;PERF_COUNT_HW_INSTRUCTIONS,0,-1;PERF_COUNT_HW_CACHE_LL:MISS,0,-1;PERF_COUNT_HW_CACHE_L1D:MISS,0,-1;PERF_COUNT_HW_CACHE_DTLB:MISS,0,-1\" Note that the list is semicolon-separated. Each entry consists of three parts, separated by commas. The first part is the name of the event. Please refer to the previous section for details. The second part and the third part are pid and cpu, per man perf_event_open. In most cases, you want to use 0,-1, that is measuring the calling thread (the results will be combined later through the inherit flag) on any CPU. For some events, such as RAPL, only package-wide measurement is supported, and you will have to adjust the values accordingly. Note that you might have to increase the value of MAX_PHASES in crate::util::statistics::stats to a larger value, e.g., 1 << 14, so that the array storing the per-phase value will not overflow.","breadcrumbs":"Cookbook » Performance Event Monitoring » MMTk","id":"117","title":"MMTk"},"118":{"body":"It's similar to the whole-process performance event monitoring for MMTk. Just use MMTK_WORK_PERF_EVENTS instead of MMTK_PHASE_PERF_EVENTS.","breadcrumbs":"Cookbook » Performance Event Monitoring » Work-Packet Performance Event Monitoring","id":"118","title":"Work-Packet Performance Event Monitoring"},"119":{"body":"On Xeon D-1540 Broadwell, the PERF_COUNT_HW_CACHE_LL:MISS event is always zero. perf stat -e LLC-load-misses,cycles /bin/ls Performance counter stats for '/bin/ls': 0 LLC-load-misses 1,729,786 cycles 0.001135511 seconds time elapsed 0.001180000 seconds user 0.000000000 seconds sys On AMD machines, the PERF_COUNT_HW_CACHE_LL:MISS event fails to open. perf_event_open syscall fails with No such file or directory.","breadcrumbs":"Cookbook » Performance Event Monitoring » Machine-Specific Known Problems","id":"119","title":"Machine-Specific Known Problems"},"12":{"body":"Finally, add he following to two_builds.yml. configs: - \"build1|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" - \"build2|ms|s|c2|mmtk_gc-SemiSpace|tph|probes_cp|probes\" The syntax is described here .","breadcrumbs":"Quickstart » Prepare Configs","id":"12","title":"Prepare Configs"},"120":{"body":"","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"120","title":"Frequently Asked Questions"},"121":{"body":"","breadcrumbs":"Changelog » Changelog","id":"121","title":"Changelog"},"122":{"body":"","breadcrumbs":"Changelog » Unreleased","id":"122","title":"Unreleased"},"123":{"body":"Benchmark Suites DaCapo: add 23.11-Chopin release and minheap values.","breadcrumbs":"Changelog » Added","id":"123","title":"Added"},"124":{"body":"","breadcrumbs":"Changelog » Changed","id":"124","title":"Changed"},"125":{"body":"","breadcrumbs":"Changelog » Deprecated","id":"125","title":"Deprecated"},"126":{"body":"","breadcrumbs":"Changelog » Removed","id":"126","title":"Removed"},"127":{"body":"","breadcrumbs":"Changelog » Fixed","id":"127","title":"Fixed"},"128":{"body":"","breadcrumbs":"Changelog » Security","id":"128","title":"Security"},"129":{"body":"","breadcrumbs":"Changelog » v0.4.2 (2023-09-10)","id":"129","title":"v0.4.2 (2023-09-10)"},"13":{"body":"The basic form of usage looks like this. running runbms /path/to/log two_builds.yml 8 That is, run the experiments as specified by two_builds.yml, store the results in /path/to/log, and explore eight different heap sizes (with careful arrangement of which size to run first and which to run later). See here for a complete reference of runbms.","breadcrumbs":"Quickstart » Sanity Checks","id":"13","title":"Sanity Checks"},"130":{"body":"All Modifier instances now supports includes for only attaching them to certain benchmarks","breadcrumbs":"Changelog » Changed","id":"130","title":"Changed"},"131":{"body":"Runtimes D8 now detects new JavaScript OOM error pattern.","breadcrumbs":"Changelog » Fixed","id":"131","title":"Fixed"},"132":{"body":"","breadcrumbs":"Changelog » Security","id":"132","title":"Security"},"133":{"body":"","breadcrumbs":"Changelog » v0.4.1 (2023-08-22)","id":"133","title":"v0.4.1 (2023-08-22)"},"134":{"body":"Commands runbms: apply modifiers in the config file. minheap: apply modifiers in the config file.","breadcrumbs":"Changelog » Fixed","id":"134","title":"Fixed"},"135":{"body":"","breadcrumbs":"Changelog » v0.4.0 (2023-08-17)","id":"135","title":"v0.4.0 (2023-08-17)"},"136":{"body":"Modifiers JuliaArg Runtimes JuliaMMTK JuliaStock Benchmark Suites JuliaGCBenchmarks Commands runbms gains an extra argument, --skip-log-compression, to skip compressing log files with gzip.","breadcrumbs":"Changelog » Added","id":"136","title":"Added"},"137":{"body":"Base Configurations runbms: don't sync to squirrel.moma for the default runbms.yml. moma machine users should use runbms-anu.yml for the old behaviour.","breadcrumbs":"Changelog » Changed","id":"137","title":"Changed"},"138":{"body":"Gracifully handle empty modifiers strings in configs, such as openjdk7||foobar. Benchmark Suites DaCapo specific workarounds are now handled by the DaCapo class rather than the JavaBenchmark class to avoid confusions.","breadcrumbs":"Changelog » Fixed","id":"138","title":"Fixed"},"139":{"body":"","breadcrumbs":"Changelog » v0.3.9 (2023-08-02)","id":"139","title":"v0.3.9 (2023-08-02)"},"14":{"body":"A dry run (by supplying -d to running NOT runbms) allows you to see the commands to be executed. running -d runbms /path/to/log two_builds.yml 8 -i 1 Make sure it looks like what you want.","breadcrumbs":"Quickstart » Dry run","id":"14","title":"Dry run"},"140":{"body":"Benchmark Suites DaCapo: don't explicitly pass -s default to DaCapo unless the user requests so by setting the size key of DaCapo or overriding the sizes for individual benchmarks using the benchmark specification syntax . This is so that users can override the size via ProgramArg.","breadcrumbs":"Changelog » Fixed","id":"140","title":"Fixed"},"141":{"body":"","breadcrumbs":"Changelog » v0.3.8 (2023-02-21)","id":"141","title":"v0.3.8 (2023-02-21)"},"142":{"body":"Commands runbms: companion programs are now expected to self-terminate.","breadcrumbs":"Changelog » Changed","id":"142","title":"Changed"},"143":{"body":"","breadcrumbs":"Changelog » v0.3.7 (2023-02-14)","id":"143","title":"v0.3.7 (2023-02-14)"},"144":{"body":"Commands runbms: better heuristics to detect whether a host is in the moma subnet.","breadcrumbs":"Changelog » Fixed","id":"144","title":"Fixed"},"145":{"body":"","breadcrumbs":"Changelog » v0.3.6 (2023-01-16)","id":"145","title":"v0.3.6 (2023-01-16)"},"146":{"body":"Base Configurations DaCapo Chopin Snapshot-6e411f33","breadcrumbs":"Changelog » Added","id":"146","title":"Added"},"147":{"body":"Fixed type annotations in untyped functions and make Optionals explicit.","breadcrumbs":"Changelog » Fixed","id":"147","title":"Fixed"},"148":{"body":"","breadcrumbs":"Changelog » v0.3.5 (2022-10-13)","id":"148","title":"v0.3.5 (2022-10-13)"},"149":{"body":"Commands runbms: when a companion program exits with a non-zero code, a warning is generated instead of an exception to prevent stopping the entire experiment.","breadcrumbs":"Changelog » Changed","id":"149","title":"Changed"},"15":{"body":"Now, actually run the experiment, but only for one invocation (by supplying -i 1 to runbms). running runbms /path/to/log two_builds.yml 8 -i 1 This allows you to see any issue before wasting several days only realizing that something didn't work.","breadcrumbs":"Quickstart » Single Invocation","id":"15","title":"Single Invocation"},"150":{"body":"","breadcrumbs":"Changelog » v0.3.4 (2022-10-13)","id":"150","title":"v0.3.4 (2022-10-13)"},"151":{"body":"Commands runbms: fix the file descriptor leak when running benchmarks with companion programs.","breadcrumbs":"Changelog » Fixed","id":"151","title":"Fixed"},"152":{"body":"","breadcrumbs":"Changelog » v0.3.3 (2022-10-12)","id":"152","title":"v0.3.3 (2022-10-12)"},"153":{"body":"Commands runbms prints out the logged in users when emitting warnings when the machine has more than one logged in users.","breadcrumbs":"Changelog » Changed","id":"153","title":"Changed"},"154":{"body":"Modifiers Companion: skip value options expansion if no value option is provided to avoid interpreting bpftrace syntax as replacement fields.","breadcrumbs":"Changelog » Fixed","id":"154","title":"Fixed"},"155":{"body":"","breadcrumbs":"Changelog » v0.3.2 (2022-10-12)","id":"155","title":"v0.3.2 (2022-10-12)"},"156":{"body":"Modifiers Companion","breadcrumbs":"Changelog » Added","id":"156","title":"Added"},"157":{"body":"","breadcrumbs":"Changelog » v0.3.1 (2022-09-18)","id":"157","title":"v0.3.1 (2022-09-18)"},"158":{"body":"Base Syntax Use the $RUNNING_NG_PACKAGE_DATA environment variable to refer to base configurations shipped with running-ng, such as $RUNNING_NG_PACKAGE_DATA/base/runbms.yml, regardless how you installed runnin-ng. Benchmark Suites DaCapo gains an extra key companion to facilitate eBPF tracing programs.","breadcrumbs":"Changelog » Added","id":"158","title":"Added"},"159":{"body":"Overhauled Python packaging with PEP 517 zulip is now an optional Python dependency. Use pip install running-ng[zulip] if you want to use the Zulip runbms plugin.","breadcrumbs":"Changelog » Changed","id":"159","title":"Changed"},"16":{"body":"Once you are happy with everything, run the experiments. running runbms /path/to/log two_builds.yml 8 -p \"two_builds\" Don't forget to give the results folder a prefix so that you can later tell what the experiment was for.","breadcrumbs":"Quickstart » Run It","id":"16","title":"Run It"},"160":{"body":"Dropping Python 3.6 support for users. Base Configurations Removing AdoptOpenJDK from the base configuration files. AdoptOpenJDK is now replaced by Temurin.","breadcrumbs":"Changelog » Removed","id":"160","title":"Removed"},"161":{"body":"","breadcrumbs":"Changelog » v0.3.0 (2022-03-19)","id":"161","title":"v0.3.0 (2022-03-19)"},"162":{"body":"Modifiers JVMClasspathAppend JVMClasspathPrepend Benchmark Suites SPECjvm98","breadcrumbs":"Changelog » Added","id":"162","title":"Added"},"163":{"body":"Modifiers JVMClasspath is now an alias of JVMClasspathAppend. This is backward compatible. Commands runbms prints out the version number of running-ng in log files.","breadcrumbs":"Changelog » Changed","id":"163","title":"Changed"},"164":{"body":"Deprecating Python 3.6 support for users. Python 3.6 will NOT be supported once moma machines are upgraded to the latest Ubuntu LTS.","breadcrumbs":"Changelog » Deprecated","id":"164","title":"Deprecated"},"165":{"body":"Dropping Python 3.6 support for developers (NOT users). pytest 7.1+ requires at least Python 3.7.","breadcrumbs":"Changelog » Removed","id":"165","title":"Removed"},"166":{"body":"","breadcrumbs":"Changelog » v0.2.2 (2022-03-07)","id":"166","title":"v0.2.2 (2022-03-07)"},"167":{"body":"Benchmark Suites JavaBenchmarkSuite: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports.","breadcrumbs":"Changelog » Fixed","id":"167","title":"Fixed"},"168":{"body":"","breadcrumbs":"Changelog » v0.2.1 (2022-03-05)","id":"168","title":"v0.2.1 (2022-03-05)"},"169":{"body":"Commands runbms now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.","breadcrumbs":"Changelog » Changed","id":"169","title":"Changed"},"17":{"body":"This is outside the scope of this quickstart guide.","breadcrumbs":"Quickstart » Analysing Results","id":"17","title":"Analysing Results"},"170":{"body":"Benchmark Suites BinaryBenchmarkSuite: fixes missing parameter when constructing BinaryBenchmark due to a bug in previous refactoring","breadcrumbs":"Changelog » Fixed","id":"170","title":"Fixed"},"171":{"body":"","breadcrumbs":"Changelog » v0.2.0 (2022-02-20)","id":"171","title":"v0.2.0 (2022-02-20)"},"172":{"body":"Base Configurations AdoptOpenJDK 16 DaCapo Chopin Snapshot-29a657f, Chopin Snapshot-f480064 Temurin 8, 11, 17 SPECjbb 2015, 1.03 Commands minheap gains an extra key attempts (can be overridden by --attempts) so that crashes don't cause bogus minheap measurements. minheap stores results in a YAML file, which is also used to resume an interrupted execution. minheap prints the minheap values of the best config at the ends. runbms gains an extra argument, --resume, to resume an interrupted execution from a log folder. runbms gains an extra argument, --workdir, to override the default working directory. runbms adds more information of the environment to the log file, including the date, logged in users, system load, and top processes. runbms gains a callback-based plugin system, and an extra key plugins is added. runbms gains a plugin CopyFile to copy files from the working directory. runbms gains a plugin Zulip, which sends messages about the progress of the experiments, and warns about reservation expiration on moma machines. runbms outputs a warning message if more than one users are logged in. runbms uses uppercase letters if there are more than 26 configs. Modifiers ModifierSet Wrapper JSArg Runtimes D8 SpiderMonkey JavaScriptCore JVM now detects OOM generated in the form of Rust panic from mmtk-core. Benchmark Suites DaCapo gains an extra key size, which is used to specify the size of the input. DaCapo now allows individual benchmark to override the timing iteration, input size, and timeout of the suite. SPECjbb2015: basic support for running SPECjbb 2015 in composite mode. Octane: basic support for running Octane using Wenyu's wrapper script.","breadcrumbs":"Changelog » Added","id":"172","title":"Added"},"173":{"body":"Benchmark Suites The minheap key of DaCapo changes from a dictionary to a string. The string is used to look up minheap_values, which are collections of minheap values. This makes it easier to store multiple sets of minheap values for the same benchmark suite measured using different runtimes. Base Syntax Whitespaces can be used in config strings for visual alignment. They are ignored when parsed. Commands The --slice argument of runbms now accepts multiple comma-separated floating point numbers.","breadcrumbs":"Changelog » Changed","id":"173","title":"Changed"},"174":{"body":"Base Configurations DaCapo Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Removed","id":"174","title":"Removed"},"175":{"body":"Commands Resolving relative paths of runtimes before running. Otherwise, they would be resolved relative to the runbms working directory. Use the BinaryIO interface of file IO and interprocess communication to avoid invalid UTF-8 characters from crashing the script. Subprocesses now inherit environment variables from the the parent process. minheap now runs in a temporary working directory to avoid file-based conflicts between concurrent executions. Note that network-port-based conflicts can still happen.","breadcrumbs":"Changelog » Fixed","id":"175","title":"Fixed"},"176":{"body":"Initial release.","breadcrumbs":"Changelog » v0.1.0 (2021-08-09)","id":"176","title":"v0.1.0 (2021-08-09)"},"177":{"body":"Commands fillin minheap runbms Modifiers JVMArg JVMClasspath EnvVar ProgramArg Runtimes NativeExecutable OpenJDK JikesRVM Benchmark Suites BinaryBenchmarkSuite DaCapo Base Configurations AdoptOpenJDK 8, 11, 12, 13, 14, 15 DaCapo 2006, 9.12 (Bach), 9.12 MR1, 9.12 MR1 for Java 6, Chopin Snapshot-69a704e","breadcrumbs":"Changelog » Added","id":"177","title":"Added"},"18":{"body":"Briefly talk about how basic concepts fit together here... Before diving into the details, please read the design principles to help you better understand why things are organized in such way.","breadcrumbs":"Basics » Basics","id":"18","title":"Basics"},"19":{"body":"","breadcrumbs":"Basics » Design Principles » Design Principles","id":"19","title":"Design Principles"},"2":{"body":"The syntax (of configuration files and command line arguments) of running-ng is not stabilized yet. When you use it, expect breaking changes, although we will try to minimize this where possible. running-ng has been tested by few people, and we think it is stable enough to use for your experiments. However, there are probably few wrinkles to be ironed out. Please file any bug or feature request on the issue tracker . You are also welcome to implement new features and/or fix bugs by opening pull requests . But before you do so, please discuss with Steve first for major design changes. For non-user-facing changes, please discuss with the maintainers first.","breadcrumbs":"Introduction » ⚠️ Warning","id":"2","title":"⚠️ Warning"},"20":{"body":"Sound methodology is crucial for the type of performance analysis work we do. Please see the documentation for each of the command for details. We also try to include sensible default values in the base configuration files.","breadcrumbs":"Basics » Design Principles » Sound methodology","id":"20","title":"Sound methodology"},"21":{"body":"It should be easy to reproduce a set of experiments. To this end, various commands will save as much metadata with the results. For example, runbms saves the flattened configuration file and command line arguments in the results folder. For each log, basic information about the execution environment, such as uname, the model name of the CPU, and frequencies of CPU cores, is saved as well.","breadcrumbs":"Basics » Design Principles » Reproducibility","id":"21","title":"Reproducibility"},"22":{"body":"Broadly, the project consists of two parts: the core and the commands. The core provides abstractions for core concepts, such as benchmarks and execution environments, and can be extended through class inheritance. The commands are the user-facing parts that uses the core to provide concrete functionalities.","breadcrumbs":"Basics » Design Principles » Extensibility","id":"22","title":"Extensibility"},"23":{"body":"The configuration files can be easily reused through the includes and overrides mechanisms. For example, people might want to run multiple sets of experiments with minor tweaks, and being able to share a common base configuration file is ergonomic. This is also crucial to the first point that people can get a set of sensible default values by including base configuration files shipped with the project.","breadcrumbs":"Basics » Design Principles » Reusability","id":"23","title":"Reusability"},"24":{"body":"We use YAML as the format for the configuration files. Please read the syntax reference for more details.","breadcrumbs":"Basics » Design Principles » Human-readable syntax","id":"24","title":"Human-readable syntax"},"25":{"body":"The configuration file is in YAML format. You can find a good YAML tutorial here . Below is the documentation for all the top-level keys that are common to all commands.","breadcrumbs":"Core References » Configuration File Syntax","id":"25","title":"Configuration File Syntax"},"26":{"body":"A YAML list of benchmarks to run in each specified benchmark suite . For example: benchmarks: dacapo2006: - eclipse dacapobach: - avrora - fop specifies running to run the eclipse benchmark from the dacapo2006 benchmark suite; and the avrora and fop benchmarks from the dacapobach benchmark suite. These benchmark suites have to be defined previously (usually through an includes key ). Note that each benchmark of a benchmark suite can either be a string or a suite-specific dictionary. For example, for the DaCapo benchmark suite, the following two snippets are equivalent. benchmarks: dacapo2006: - eclipse benchmarks: dacapo2006: - {name: eclipse, bm_name: eclipse, size: default}","breadcrumbs":"Core References » benchmarks","id":"26","title":"benchmarks"},"27":{"body":"A YAML list of configuration strings to be used to run the benchmarks. These are specified as a runtime followed by a '|' separated list of modifiers , i.e. \"||...|\". For example: configs: - \"openjdk11|ms|s|c2\" - \"openjdk15|ms|s\" specifies running to use the openjdk11 runtime with ms, s, and c2 modifiers; and the openjdk15 runtime with the ms, and s modifiers. In the example above, we assume that both the runtimes and modifiers have been previously defined (in either the current configuration file or in an includes file ). Each segment in the configuration strings can have whitespaces in them, so that it's easier for multi-line editing. For example: configs: - \"openjdk8 |foo-1 |bar|buzz\" - \"openjdk15|foo-16| |buzz\"","breadcrumbs":"Core References » configs","id":"27","title":"configs"},"28":{"body":"A YAML list of paths to YAML files that are to be included into the current configuration file for definitions of some keys. This is primarily used to provide re-usability and extensibility of configuration files. A pre-processor step in running takes care of including all the specified files. A flattened version of the final configuration file is also generated and placed in the results folder for reproducibility. The paths can be either absolute or relative. Relative paths are solved relative to the current file. For example, if $HOME/configs/foo.yml has an include line ../bar.yml, the line is interpreted as $HOME/bar.yml. Similarly, includes: - \"./base/suites.yml\" - \"./base/modifiers.yml\" includes the suites.yml and modifiers.yml files located at ./base respectively. Any environment variable in the paths are also resolved before any further processing. This include a special environment variable $RUNNING_NG_PACKAGE_DATA that allows you to refer to various configuration files shipping with running-ng, regardless how you installed running-ng. For example, in a global pip installation, $RUNNING_NG_PACKAGE_DATA will look like /usr/local/lib/python3.10/dist-packages/running/config.","breadcrumbs":"Core References » includes","id":"28","title":"includes"},"29":{"body":"Under construction 🚧.","breadcrumbs":"Core References » overrides","id":"29","title":"overrides"},"3":{"body":"The predecessor of running-ng is running, a set of scripts written in Perl, dating back to 2005. However, the type of workloads we are evaluation has changed a bit, and we want a new set of scripts that fit our needs better. Two major sources of inspiration are mu-perf-benchmarks and menthol . mu-perf-benchmarks is a performance regression framework built for The Mu Micro Virtual Machine . Zixian coauthored the framework with John Zhang in 2017. It features a web frontend for displaying results. You can see the live instance here . menthol is a benchmarking framework built for running benchmarks in high-performance computing (HPC) settings. Zixian built it for his research project about evaluating Chapel's performance in 2018. The framework can run benchmarks in different languages on either single node or on a cluster through PBS job scheduler.","breadcrumbs":"Introduction » History","id":"3","title":"History"},"30":{"body":"A YAML dictionary of program arguments or environment variables that are to be used with config strings . Cannot use - in the key for a modifier. Each modifier requires a type key with other keys being specific to that type. For more information regarding the different types of modifiers, please refer to this page . Warning preview feature ⚠️ . We can exclude certain benchmarks from using a specific modifier by using an excludes key along with a YAML list of benchmarks to be excluded from each benchmark suite. For example: modifiers: s: type: JVMArg val: \"-server\" c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" excludes: dacapo2006: - eclipse specifies two modifiers, s and c2, both of type JVMArg with their respective values. Here, the eclipse benchmark from the dacapo2006 benchmark suite has been excluded from the c2 modifier. Warning preview feature ⚠️ . Similarly, we can attach the modifier only to specific benchmarks by using an includes key. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite. excludes has a higher priority than includes. For example: modifiers: c2: type: JVMArg val: \"-XX:-TieredCompilation -Xcomp\" includes: dacapo2006: - eclipse - fop excludes: dacapo2006: - fop The c2 modifier will only be attached when running the eclipse benchmark from the dacapo2006 benchmark suite, no other benchmark will run with this modifier (not even fop even though it appears in the includes).","breadcrumbs":"Core References » modifiers","id":"30","title":"modifiers"},"31":{"body":"These are special modifiers whose values can be specified through their use in a configuration string . Concrete values are specified as - separated values after the modifier's name in a configuration string. These values will be indexed by the modifier through syntax similar to Python format strings. This is best understood via an example: modifiers: env_var: type: EnvVar var: \"FOO{0}\" val: \"{1}\" [...] configs: - \"openjdk11|env_var-42-43\" specifies to run the openjdk11 runtime with the environment variable FOO42 set to 43. Note that value options are not limited only to environment variables, and can be used for all modifier types.","breadcrumbs":"Core References » Value Options","id":"31","title":"Value Options"},"32":{"body":"A YAML dictionary of runtime definitions that are to be used with config strings . Each runtime requires a type key with other keys being specific to that type. For more information regarding the different types of runtimes, please refer to this page .","breadcrumbs":"Core References » runtimes","id":"32","title":"runtimes"},"33":{"body":"A YAML dictionary of benchmark suite definitions that are to be used as keys of benchmarks. Each benchmark suite requires a type key with other keys being specific to that type. For more information regarding the different types of benchmark suites, please refer to this page .","breadcrumbs":"Core References » suites","id":"33","title":"suites"},"34":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Benchmark Suite","id":"34","title":"Benchmark Suite"},"35":{"body":"A BinaryBenchmarkSuite is a suite of programs which can be used to run binary benchmarks such as for C/C++ benchmarking.","breadcrumbs":"Core References » Benchmark Suite » BinaryBenchmarkSuite (preview ⚠️)","id":"35","title":"BinaryBenchmarkSuite (preview ⚠️)"},"36":{"body":"programs: A yaml list of benchmarks in the format: programs: : path: /full/path/to/benchmark/binary_1 args: \"Any arguments to binary_1\" : path: /full/path/to/benchmark/binary_2 args: \"Any arguments to binary_2\" [...] A possible use-case could use wrapper shell scripts around the benchmark to output timing and other information in a tab-separated table.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"36","title":"Keys"},"37":{"body":"DaCapo benchmark suite .","breadcrumbs":"Core References » Benchmark Suite » DaCapo","id":"37","title":"DaCapo"},"38":{"body":"release: one of the possible values [\"2006\", \"9.12\", \"evaluation\"]. The value is required. path: path to the DaCapo jar. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering OutOfMemoryError. Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: adoptopenjdk-15-G1: avrora: 7 batik: 253 temurin-17-G1: avrora: 7 batik: 189 timing_iteration: specifying the timing iteration. It can either be a number, which is passed to DaCapo as -n, or a string converge. The default value is 3. callback: the class (possibly within some packages) for the DaCapo callback. The value is passed to DaCapo as -c. The default value is null. timeout: timeout for one invocation of a benchmark in seconds. The default value is null. wrapper (preview ⚠️): specifying a wrapper (i.e., extra stuff on the command line before java) when running benchmarks. The default value is null, a no-op. There are two possible ways to specify wrapper. First, a single string with shell-like syntax . Multiple arguments are space separated. This wrapper is used for all benchmarks in the benchmark suite. Second, a dictionary of strings with shell-like syntax to specify possibly different wrappers for different benchmarks. If a benchmark doesn't have a wrapper in the dictionary, it is treated as null. companion (preview ⚠️): the syntax is similar to wrapper. The companion program will start before the main program. The main program will start two seconds after the companion program to make sure the companion is fully initialized. Once the main program finishes, we will wait for the companion program to finish. Therefore, companion programs should have appropriate timeouts or detect when main program finishes. Here is an example of using companion to launch bpftrace in the background to count the system calls. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" overrides: \"suites.dacapo2006.timing_iteration\": 1 \"suites.dacapo2006.companion\": \"sudo bpftrace -e 'tracepoint:raw_syscalls:sys_enter { @syscall[args->id] = count(); @process[comm] = count();} interval:s:10 { printf(\\\"Goodbye world!\\\\n\\\"); exit(); }'\" \"invocations\": 1 benchmarks: dacapo2006: - fop configs: - \"temurin-17\" In the log file, the output from the main program and the output from the companion program is separated by *****. size: specifying the size of input data. Note that the names of the sizes are subject to change depending on the DaCapo releases. The default value is null, which means DaCapo will use the default size unless you override that for individual benchmarks.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"38","title":"Keys"},"39":{"body":"Some of the suite-wide keys can be overridden in a per-benchmark-basis. The keys currently supported are timing_iteration, size, and timeout. Note that, within a suite, your choice of name should uniquely identify a particular way of running a benchmark of name bm_name. The name is used to get the minheap value, etc., which can depend of the size of input data and/or the timing iteration. Therefore, it is highly recommended that you give a name different from the bm_name. Note that, you might need to adjust various other values, including but not limit to the minheap value dictionary and the modifier exclusion dictionary. The following is an example. benchmarks: dacapo2006: - {name: eclipse_large, bm_name: eclipse, size: large}","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"39","title":"Benchmark Specification"},"4":{"body":"Zixian Cai","breadcrumbs":"Introduction » Maintainers","id":"4","title":"Maintainers"},"40":{"body":"SPECjbb2015 .","breadcrumbs":"Core References » Benchmark Suite » SPECjbb2015 (preview ⚠️)","id":"40","title":"SPECjbb2015 (preview ⚠️)"},"41":{"body":"release: one of the possible values [\"1.03\"]. The value is required. path: path to the jar. The value is required. Note that the property file should reside in path/../config/specjbb2015.props per the standard folder structure of the ISO image provided by SPEC.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"41","title":"Keys"},"42":{"body":"Only strings are allowed, which should correspond to the the mode of the SPECjbb2015 controller. Right now, only \"composite\" is supported.","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"42","title":"Benchmark Specification"},"43":{"body":"SPECjvm98 . Note that you will need to prepend probes to the classpaths, so that the modified SpecApplication can be used. Here is an example configuration file. includes: - \"/home/zixianc/running-ng/src/running/config/base/runbms.yml\" modifiers: probes_cp: type: JVMClasspathPrepend val: \"/home/zixianc/MMTk-Dev/evaluation/probes /home/zixianc/MMTk-Dev/evaluation/probes/probes.jar\" benchmarks: specjvm98: - _213_javac configs: - \"adoptopenjdk-8|probes_cp\"","breadcrumbs":"Core References » Benchmark Suite » SPECjvm98 (preview ⚠️)","id":"43","title":"SPECjvm98 (preview ⚠️)"},"44":{"body":"release: one of the possible values [\"1.03_05\"]. The value is required. path: path to the SPECjvm98 folder, where you can find SpecApplication.class. The value is required. timing_iteration: specifying the timing iteration. It can only be a number, which is passed to SpecApplication as -i. The value is required.","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"44","title":"Keys"},"45":{"body":"Only strings are allowed, which should correspond to benchmark program of SPECjvm98. The following are the benchmarks: _200_check _201_compress _202_jess _209_db _213_javac _222_mpegaudio _227_mtrt _228_jack","breadcrumbs":"Core References » Benchmark Suite » Benchmark Specification","id":"45","title":"Benchmark Specification"},"46":{"body":"","breadcrumbs":"Core References » Benchmark Suite » Octane (preview ⚠️)","id":"46","title":"Octane (preview ⚠️)"},"47":{"body":"path: path to the Octane benchmark folder. The value is required. wrapper: path to the Octane wrapper written by Wenyu Zhao. The value is required. timing_iteration: specifying the timing iteration using an integer. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Fatal javascript OOM in .... Each size is measured in MiB. The default value is an empty dictionary. The minheap values are used only when running runbms with a valid N value. If the minheap value for a benchmark is not specified, a default of 4096 is used. An example looks like this. minheap_values: d8: octane: box2d: 5 codeload: 159 crypto: 3","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"47","title":"Keys"},"48":{"body":"GC benchmarks for Julia: https://github.com/JuliaCI/GCBenchmarks","breadcrumbs":"Core References » Benchmark Suite » JuliaGCBenchmarks (preview ⚠️)","id":"48","title":"JuliaGCBenchmarks (preview ⚠️)"},"49":{"body":"path: path to the GCBenchmarks folder. The value is required. minheap: a string that selects one of the minheap_values sets to use. minheap_values: a dictionary containing multiple named sets of minimal heap sizes that is enough for a benchmark from the suite to run without triggering Out of Memory!. An example looks like this: minheap_values: julia-mmtk-immix: multithreaded/binary_tree/tree_immutable: 225 multithreaded/binary_tree/tree_mutable: 384 multithreaded/bigarrays/objarray: 9225 serial/TimeZones: 5960 serial/append: 1563 serial/bigint/pollard: 198 serial/linked/list: 4325 serial/linked/tree: 216 serial/strings/strings: 2510 slow/bigint/pidigits: 198 slow/rb_tree/rb_tree: 8640","breadcrumbs":"Core References » Benchmark Suite » Keys","id":"49","title":"Keys"},"5":{"body":"pip3 install --user -U running-ng The base configuration files can be usually be found in paths like ~/.local/lib/python3.6/site-packages/running/config/base. The exact path might differ depending on your Python version, etc.","breadcrumbs":"Introduction » Installation » Installation","id":"5","title":"Installation"},"50":{"body":"","breadcrumbs":"Core References » Runtime » Runtime","id":"50","title":"Runtime"},"51":{"body":"","breadcrumbs":"Core References » Runtime » JikesRVM","id":"51","title":"JikesRVM"},"52":{"body":"A NativeExecutable type specifies runbms to directly run the benchmarks on native hardware. This is supposed to be used in tandem with BinaryBenchmarkSuite .","breadcrumbs":"Core References » Runtime » NativeExecutable (preview ⚠️)","id":"52","title":"NativeExecutable (preview ⚠️)"},"53":{"body":"","breadcrumbs":"Core References » Runtime » OpenJDK","id":"53","title":"OpenJDK"},"54":{"body":"","breadcrumbs":"Core References » Runtime » D8 (preview ⚠️)","id":"54","title":"D8 (preview ⚠️)"},"55":{"body":"executable: path to the d8 executable.","breadcrumbs":"Core References » Runtime » Keys","id":"55","title":"Keys"},"56":{"body":"","breadcrumbs":"Core References » Runtime » SpiderMonkey (preview ⚠️)","id":"56","title":"SpiderMonkey (preview ⚠️)"},"57":{"body":"executable: path to the js executable.","breadcrumbs":"Core References » Runtime » Keys","id":"57","title":"Keys"},"58":{"body":"","breadcrumbs":"Core References » Runtime » JavaScriptCore (preview ⚠️)","id":"58","title":"JavaScriptCore (preview ⚠️)"},"59":{"body":"executable: path to the jsc executable.","breadcrumbs":"Core References » Runtime » Keys","id":"59","title":"Keys"},"6":{"body":"You will need to add the folder where running is installed to your PATH. On a typical Linux installation, running is installed to ~/.local/bin. You will need to refer to the documentation of the shell you are using. Here is an example for bash. # Add the following to ~/.bashrc\nPATH=$PATH:$HOME/.local/bin You don't need to use export. Generally, $PATH already exists and is exported to child processes. Please check whether your ~/.bash_profile or ~/.profile sources ~/.bashrc. If not, when you use a login shell (e.g., in the case of tmux), the content of ~/.bashrc might not be applied. To ensure ~/.bashrc is always sourced, you can add the following to ~/.bash_profile. if [ -f ~/.bashrc ]; then . ~/.bashrc\nfi If you are a moma user, please change these dotfiles on squirrel.moma, and then run sudo /moma-admin/config/update_self.fish. Note that you should run this command using a SSH session on a standard terminal instead of using the integrated terminal in VSCode Remote. Please check here for how to setup a UNIX password for sudo.","breadcrumbs":"Introduction » Installation » Adding running to PATH","id":"6","title":"Adding running to PATH"},"60":{"body":"","breadcrumbs":"Core References » Runtime » JuliaMMTK (preview ⚠️)","id":"60","title":"JuliaMMTK (preview ⚠️)"},"61":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"61","title":"Keys"},"62":{"body":"Julia with the stock GC. It does not allow setting a heap size, and will not throw OOM unless killed by the operating system.","breadcrumbs":"Core References » Runtime » JuliaStock (preview ⚠️)","id":"62","title":"JuliaStock (preview ⚠️)"},"63":{"body":"executable: path to the julia executable.","breadcrumbs":"Core References » Runtime » Keys","id":"63","title":"Keys"},"64":{"body":"","breadcrumbs":"Core References » Modifier » Modifier","id":"64","title":"Modifier"},"65":{"body":"","breadcrumbs":"Core References » Modifier » EnvVar","id":"65","title":"EnvVar"},"66":{"body":"var: name of the variable. val: value of the variable.","breadcrumbs":"Core References » Modifier » Keys","id":"66","title":"Keys"},"67":{"body":"Set an environment variable. Might override an environment variable inherited from the parent process.","breadcrumbs":"Core References » Modifier » Description","id":"67","title":"Description"},"68":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMArg","id":"68","title":"JVMArg"},"69":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"69","title":"Keys"},"7":{"body":"This guide will show you how to use running-ng to compare two different builds of JVMs. Note that for each occurrence in the form /path/to/*, you need to replace it with the real path of the respective item in the filesystem.","breadcrumbs":"Quickstart » Quickstart","id":"7","title":"Quickstart"},"70":{"body":"Specify arguments to a JVM, as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"70","title":"Description"},"71":{"body":"JavaScriptRuntime specific.","breadcrumbs":"Core References » Modifier » JSArg (preview ⚠️)","id":"71","title":"JSArg (preview ⚠️)"},"72":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"72","title":"Keys"},"73":{"body":"Specify arguments to a JavaScript runtime (e.g., d8), as opposed to the program.","breadcrumbs":"Core References » Modifier » Description","id":"73","title":"Description"},"74":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathAppend","id":"74","title":"JVMClasspathAppend"},"75":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"75","title":"Keys"},"76":{"body":"Append a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"76","title":"Description"},"77":{"body":"JVM specific.","breadcrumbs":"Core References » Modifier » JVMClasspathPrepend","id":"77","title":"JVMClasspathPrepend"},"78":{"body":"val: a single string with shell-like syntax . Multiple classpaths are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"78","title":"Keys"},"79":{"body":"Prepend a list of classpaths to the existing classpaths.","breadcrumbs":"Core References » Modifier » Description","id":"79","title":"Description"},"8":{"body":"Please follow the installation guide to install running-ng. You will need Python 3.6+. Then, create a file two_builds.yml with the following content. includes: - \"$RUNNING_NG_PACKAGE_DATA/base/runbms.yml\" The YAML file represents a dictionary (key-value pairs) that defines the experiments you are running. The includes directive here will populate the dictionary with some default values shipped with running-ng. If you use moma machines, please substitute runbms.yml with runbms-anu.yml.","breadcrumbs":"Quickstart » Installation","id":"8","title":"Installation"},"80":{"body":"A backward-compatibility alias of JVMClasspathAppend.","breadcrumbs":"Core References » Modifier » JVMClasspath","id":"80","title":"JVMClasspath"},"81":{"body":"","breadcrumbs":"Core References » Modifier » ProgramArg","id":"81","title":"ProgramArg"},"82":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"82","title":"Keys"},"83":{"body":"Specify arguments to a program, as opposed to the runtime.","breadcrumbs":"Core References » Modifier » Description","id":"83","title":"Description"},"84":{"body":"","breadcrumbs":"Core References » Modifier » ModifierSet (preview ⚠️)","id":"84","title":"ModifierSet (preview ⚠️)"},"85":{"body":"val: | separated values, with possible value options. See here for details.","breadcrumbs":"Core References » Modifier » Keys","id":"85","title":"Keys"},"86":{"body":"Specify a set of modifiers, including other ModifierSets. That is, you can use ModifierSet recursively.","breadcrumbs":"Core References » Modifier » Description","id":"86","title":"Description"},"87":{"body":"","breadcrumbs":"Core References » Modifier » Wrapper (preview ⚠️)","id":"87","title":"Wrapper (preview ⚠️)"},"88":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"88","title":"Keys"},"89":{"body":"Specify a wrapper. If a wrapper also exist for the benchmark suite you use, this wrapper will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"89","title":"Description"},"9":{"body":"Add the following to two_builds.yml. benchmarks: dacapochopin-29a657f: - avrora - batik - biojava - cassandra - eclipse - fop - graphchi - h2 - h2o - jme - jython - luindex - lusearch - pmd - sunflow - tradebeans - tradesoap - tomcat - xalan - zxing This specify a list of benchmarks used in this experiment from the benchmark suite dacapochopin-29a657f. The benchmark suite is defined in $RUNNING_NG_PACKAGE_DATA/base/dacapo.yml. By default, the minimum heap sizes of dacapochopin-29a657f benchmarks are measured with AdoptOpenJDK 15 using G1 GC. If you are using OpenJDK 11 or 17, you can override the value of suites.dacapochopin-29a657f.minheap to temurin-17-G1 or temurin-11-G1. That is, you can, for example, add \"suites.dacapochopin-29a657f.minheap\": \"temurin-17-G1\" to overrides. Then, add the following to two_builds.yml. overrides: \"suites.dacapochopin-29a657f.timing_iteration\": 5 \"suites.dacapochopin-29a657f.callback\": \"probe.DacapoChopinCallback\" That is, we want to run five iterations for each invocation, and use DacapoChopinCallback because it is the appropriate callback for this release of DaCapo.","breadcrumbs":"Quickstart » Prepare Benchmarks","id":"9","title":"Prepare Benchmarks"},"90":{"body":"","breadcrumbs":"Core References » Modifier » Companion (preview ⚠️)","id":"90","title":"Companion (preview ⚠️)"},"91":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"91","title":"Keys"},"92":{"body":"Specify a companion program. If a companion program also exist for the benchmark suite you use, this companion program will follow that.","breadcrumbs":"Core References » Modifier » Description","id":"92","title":"Description"},"93":{"body":"JuliaMMTk and JuliaStock specific.","breadcrumbs":"Core References » Modifier » JuliaArg (preview ⚠️)","id":"93","title":"JuliaArg (preview ⚠️)"},"94":{"body":"val: a single string with shell-like syntax . Multiple arguments are space separated.","breadcrumbs":"Core References » Modifier » Keys","id":"94","title":"Keys"},"95":{"body":"Please see the sections in this chapter for the references for each of the subcommands.","breadcrumbs":"Command References » Command References","id":"95","title":"Command References"},"96":{"body":"running [-h|--help] [-v|--verbose] [-d|--dry-run] [--version] subcommand -h: print help message. -v: use DEBUG for logging level. The default logging level is INFO. -d: enable dry run. Each of the subcommands that respect is flag will print out the commands to be executed in a child process instead of actually executing them. --version: print the version number of running-ng.","breadcrumbs":"Command References » Usage","id":"96","title":"Usage"},"97":{"body":"For each subcommand, the documentation can roughly be divided into two parts, the command line usage and the keys in the config file. Unless otherwise specified, the keys specified here are common to all subcommands, with the keys specific to each subcommand documented in their respective documentation.","breadcrumbs":"Command References » Convention","id":"97","title":"Convention"},"98":{"body":"This subcommand runs benchmarks with different configs, possibly with varying heap sizes.","breadcrumbs":"Command References » runbms » runbms","id":"98","title":"runbms"},"99":{"body":"runbms [-h|--help] [-i|--invocations INVOCATIONS] [-s|--slice SLICE] [-p|--id-prefix ID_PREFIX] [-m|--minheap-multiplier MINHEAP_MULTIPLIER] [--skip-oom SKIP_OOM] [--skip-timeout SKIP_TIMEOUT] [--resume RESUME] [--workdir WORKDIR] [--skip-log-compression] LOG_DIR CONFIG [N] [n ...] -h: print help message. -i: set the number of invocations. Overrides invocations in the config file. -s: only use the specified heap sizes. This is a comma-separated string of integers or floating point numbers. For each slice s in SLICE, we run benchmarks at s * minheap. N and ns are ignored. -p: add a prefix to the folder names where the results are stored. By default, the folder that stores the result is named using the host name and the timestamp. However, you can add a prefix to the folder name to signify which experiments the results belong to. -m (preview ⚠️): multiple the minheap value for each benchmark by MINHEAP_MULTIPLIER. Do NOT use this unless you know what you are doing. Override minheap_multiplier in the config file. --skip-oom (preview ⚠️): skip the remaining invocations if a benchmark under a config has run out of memory more than SKIP_OOM times. --skip-timeout (preview ⚠️): skip the remaining invocations if a benchmark under a config has timed out more than SKIP_TIMEOUT times. --resume (preview ⚠️): resume a previous run under LOG_DIR/RESUME. If a .log.gz already exists for a group of invocations, they will be skipped. Remember to clean up the partial *.log files before resuming. --workdir (preview ⚠️): use the specified directory as the working directory for benchmarks. If not specified, a temporary directory will be created under an OS-dependent location with a runbms- prefix. --skip-log-compression: skip compressing log file as gzip. LOG_DIR: where to store the results. This is required. CONFIG: the path to the configuration file. This is required. N: the number of different heap sizes to explore. Must be powers of two. Explore heap sizes denoted by 0, 1, ..., and N (N + 1 different sizes in total). The heap size 0 represents 1.0 * minheap, and the heap size N represents heap_range * minheap (by default, 6.0 * minheap). If N is omitted, then the script will run benchmarks without explicit explicitly setting heap sizes, unless you specify -s or use a modifier that sets the heap size. n: the heap sizes to explore. Instead of exploring 0, 1, ..., and N, only explore the ns specified.","breadcrumbs":"Command References » runbms » Usage","id":"99","title":"Usage"}},"length":178,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.0},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.0},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.0}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.0}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.0}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}}},"3":{".":{"1":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.4142135623730951},"177":{"tf":1.0},"6":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":5,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":41,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.7416573867739413},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.449489742783178},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.449489742783178},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":26,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":17,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":1.7320508075688772},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.0},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.4142135623730951},"175":{"tf":1.0},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.6457513110645907},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.0}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.0}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.0}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"110":{"tf":2.6457513110645907},"111":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":22,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.7416573867739413},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.0}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"123":{"tf":1.0},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":27,"docs":{"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":13,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.0},"50":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":25,"docs":{"110":{"tf":1.7320508075688772},"123":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":22,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"123":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"3":{"5":{"5":{"1":{"1":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"2":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"8":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"9":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951}}},"df":4,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"1":{",":{"7":{"2":{"9":{",":{"7":{"8":{"6":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"3":{"_":{"0":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"41":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":5,"docs":{"129":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951}}},"1":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"2":{"df":3,"docs":{"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":3,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"4":{"df":3,"docs":{"117":{"tf":1.0},"143":{"tf":1.4142135623730951},"177":{"tf":1.0}}},"5":{"4":{"0":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"9":{"df":1,"docs":{"47":{"tf":1.0}}},"df":4,"docs":{"110":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}},"6":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"172":{"tf":1.0},"27":{"tf":1.0}}},"7":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"135":{"tf":1.4142135623730951},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}},"8":{"9":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"9":{"8":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}},";":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"b":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"1":{"d":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"100":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"2":{"0":{"0":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"6":{"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"3":{"tf":1.0}}},"8":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"2":{"df":9,"docs":{"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}},"3":{"df":7,"docs":{"129":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951}}},"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"3":{".":{"1":{"1":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"38":{"tf":1.0}}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"6":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"a":{"6":{"5":{"7":{"df":0,"docs":{},"f":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{".":{"6":{"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"8":{"tf":1.0}}},"7":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"4":{"0":{"9":{"6":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"110":{"tf":1.0},"31":{"tf":1.0}}},"3":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"1":{"7":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"110":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}},"6":{".":{"0":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"9":{"a":{"7":{"0":{"4":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"174":{"tf":1.0},"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"177":{"tf":1.0}},"e":{"4":{"1":{"1":{"df":0,"docs":{},"f":{"3":{"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{".":{"1":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"7":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"8":{"6":{"4":{"0":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0}},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"9":{".":{"1":{"2":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":1,"docs":{"110":{"tf":1.0}}},"7":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"0":{"0":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"9":{"_":{"d":{"b":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"3":{"_":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"c":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"8":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"28":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":9,"docs":{"123":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":6,"docs":{"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":2.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"i":{"a":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"6":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"119":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"38":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"36":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"13":{"tf":1.0}}}},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":2.0},"112":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"138":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":4,"docs":{"110":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"k":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"|":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"177":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"5":{"tf":1.0}}},"h":{"_":{"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":{"6":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"6":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"6":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"i":{"c":{"df":10,"docs":{"107":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}},"df":2,"docs":{"1":{"tf":1.0},"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"137":{"tf":1.0},"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"w":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":45,"docs":{"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"123":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":3.872983346207417},"27":{"tf":1.0},"3":{"tf":2.23606797749979},"30":{"tf":3.3166247903554},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":3.3166247903554},"39":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.6457513110645907},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"172":{"tf":1.0},"31":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"170":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.7320508075688772}},"h":{"df":5,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"2":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"1":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"1":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"2":{"df":1,"docs":{"10":{"tf":1.0}},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"g":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"10":{"tf":2.6457513110645907},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"/":{"c":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":2,"docs":{"27":{"tf":1.0},"30":{"tf":2.6457513110645907}}},"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":57,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"116":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"138":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"22":{"tf":1.0},"38":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"43":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"149":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"38":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772}}}}}},"r":{"df":2,"docs":{"10":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":2,"docs":{"163":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"22":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"31":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":19,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"r":{"df":22,"docs":{"10":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"28":{"tf":2.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"22":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"170":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"110":{"tf":1.0},"172":{"tf":1.0}}},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.7320508075688772},"172":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":74,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"167":{"tf":1.0}},"u":{"df":3,"docs":{"117":{"tf":1.4142135623730951},"169":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"v":{"df":1,"docs":{"103":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"8":{"df":6,"docs":{"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"73":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{"df":4,"docs":{"26":{"tf":2.0},"30":{"tf":2.6457513110645907},"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.7320508075688772},"9":{"tf":1.7320508075688772}}}}}}}},"df":17,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"26":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":3,"docs":{"119":{"tf":1.0},"14":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"38":{"tf":2.8284271247461903},"47":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":9,"docs":{"67":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":8,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"169":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"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":{"b":{"df":1,"docs":{"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"i":{"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":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"173":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"119":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"14":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.0},"117":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":18,"docs":{"103":{"tf":1.0},"110":{"tf":2.0},"117":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":1,"docs":{"158":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":2.23606797749979},"30":{"tf":2.449489742783178},"39":{"tf":1.0},"9":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"27":{"tf":1.0}}}}},"df":2,"docs":{"119":{"tf":1.0},"38":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"138":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"d":{"df":8,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}}}}},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"116":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"c":{"df":2,"docs":{"39":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"30":{"tf":2.6457513110645907}}},"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":2,"docs":{"149":{"tf":1.0},"38":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"109":{"tf":2.0},"13":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"r":{"a":{"df":5,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"4":{"8":{"0":{"0":{"6":{"4":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"22":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":28,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"119":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":2.8284271247461903},"38":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"107":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.7320508075688772},"177":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}},"d":{"df":3,"docs":{"116":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"109":{"tf":1.0},"38":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0}}}}},"t":{"df":2,"docs":{"18":{"tf":1.0},"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"x":{"df":13,"docs":{"127":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"2":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"21":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"o":{"4":{"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}},"{":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"110":{"tf":1.0},"26":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"38":{"tf":1.0},"9":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"172":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"169":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"2":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"116":{"tf":1.0}},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"147":{"tf":1.0},"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}}},"g":{"1":{"df":3,"docs":{"110":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"9":{"tf":2.0}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":2.6457513110645907}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":3,"docs":{"48":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"149":{"tf":1.0},"172":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"39":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"1":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"136":{"tf":1.0},"99":{"tf":1.0}}}}}},"h":{"2":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":1,"docs":{"9":{"tf":1.0}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":3,"docs":{"111":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":13,"docs":{"100":{"tf":1.0},"107":{"tf":2.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"13":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"111":{"tf":1.0},"18":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":17,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"85":{"tf":1.0},"97":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"b":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"c":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"144":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"c":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"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":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{".":{"df":2,"docs":{"27":{"tf":1.0},"38":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"38":{"tf":1.0},"99":{"tf":1.0}},"e":{"a":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"173":{"tf":1.0},"99":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}}},"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":2,"docs":{"167":{"tf":1.0},"2":{"tf":1.0}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":14,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":2.8284271247461903},"30":{"tf":2.23606797749979},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":3,"docs":{"140":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"112":{"tf":1.0}},"o":{"df":1,"docs":{"96":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"176":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"5":{"tf":2.0},"6":{"tf":2.0},"8":{"tf":2.0}}},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"118":{"tf":1.0},"149":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"47":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"n":{"df":2,"docs":{"1":{"tf":1.0},"167":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"154":{"tf":1.0},"28":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"s":{":":{"1":{"0":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":8,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"15":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"df":0,"docs":{},"k":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"t":{"'":{"a":{"df":1,"docs":{"102":{"tf":1.0}}},"df":2,"docs":{"118":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}},"r":{"df":8,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0}}},"v":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"138":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"177":{"tf":1.0},"38":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"131":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"177":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}},"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"136":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"136":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"60":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"136":{"tf":1.0},"62":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"177":{"tf":1.0},"30":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"163":{"tf":1.0},"177":{"tf":1.0},"80":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"162":{"tf":1.0},"43":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":2.23606797749979}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":39,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"140":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"1":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"117":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"m":{"4":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"39":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"172":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"6":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"100":{"tf":1.0}}},"t":{"df":2,"docs":{"28":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"99":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":10,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"172":{"tf":2.0},"21":{"tf":1.0},"38":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"173":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.7320508075688772},"137":{"tf":1.0},"153":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"167":{"tf":1.0},"38":{"tf":2.23606797749979}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"n":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"9":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"49":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"111":{"tf":1.0},"172":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"3":{"tf":1.0}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"173":{"tf":1.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.0},"110":{"tf":3.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"123":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"2":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"119":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"117":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"117":{"tf":1.0},"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":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"172":{"tf":1.0},"49":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"42":{"tf":1.0}},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":51,"docs":{"100":{"tf":1.0},"11":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":3.872983346207417},"31":{"tf":2.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"172":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":7,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.7320508075688772},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"r":{"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"107":{"tf":1.0},"21":{"tf":1.0}}}},"df":1,"docs":{"3":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"173":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"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":{}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"10":{"tf":1.4142135623730951},"117":{"tf":1.0},"167":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"47":{"tf":1.0},"49":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":2.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"177":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":2.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.0},"99":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"d":{"df":9,"docs":{"102":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"3":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"w":{"df":5,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"131":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"[":{"df":0,"docs":{},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}},"df":11,"docs":{"0":{"tf":1.0},"158":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"2":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"3":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"149":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"175":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"w":{"df":15,"docs":{"116":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.23606797749979}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"n":{"c":{"df":4,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"38":{"tf":1.0}}},"df":9,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"172":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"2":{"tf":1.0}},"j":{"d":{"df":0,"docs":{},"k":{"1":{"1":{"df":2,"docs":{"27":{"tf":1.0},"31":{"tf":1.0}},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"c":{"2":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"5":{"df":1,"docs":{"27":{"tf":1.0}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}},"7":{"df":0,"docs":{},"|":{"df":0,"docs":{},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"8":{"df":1,"docs":{"27":{"tf":1.0}}},"df":4,"docs":{"10":{"tf":1.7320508075688772},"177":{"tf":1.0},"53":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"62":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"31":{"tf":1.7320508075688772},"85":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"18":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"110":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"117":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.0},"39":{"tf":1.0}}}}},"df":9,"docs":{"111":{"tf":1.0},"140":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"67":{"tf":1.0},"9":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"117":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":1,"docs":{"173":{"tf":1.0}}},"t":{"df":3,"docs":{"117":{"tf":2.0},"22":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"112":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.4142135623730951},"44":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"/":{".":{".":{"/":{"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":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"j":{"b":{"b":{"2":{"0":{"1":{"5":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"1":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"/":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"10":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"7":{"tf":1.0}}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":23,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":2.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"103":{"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":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":2.0},"131":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"159":{"tf":1.0}}},"r":{"df":4,"docs":{"110":{"tf":1.0},"117":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}},"f":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{",":{"0":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"3":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"20":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"p":{"3":{"df":1,"docs":{"5":{"tf":1.0}}},"df":2,"docs":{"159":{"tf":1.0},"28":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"1":{"tf":1.7320508075688772},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"107":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.7320508075688772},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":2.0}}}}}}},"m":{"d":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"173":{"tf":1.0},"23":{"tf":1.0},"99":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"2":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"99":{"tf":2.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"30":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"117":{"tf":1.0},"170":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":2,"docs":{"26":{"tf":1.0},"27":{"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":1,"docs":{"28":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":7,"docs":{"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"96":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"(":{"\\":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":2.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"43":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"|":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"[":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"140":{"tf":1.0},"177":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":3.1622776601683795},"45":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"154":{"tf":1.0},"22":{"tf":1.4142135623730951},"28":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":2,"docs":{"102":{"tf":1.0},"116":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"31":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"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.4142135623730951},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":1,"docs":{"28":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":96,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}}}}},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"123":{"tf":1.0},"176":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"6":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"v":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":3,"docs":{"154":{"tf":1.0},"160":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"112":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"1":{"tf":1.0},"21":{"tf":1.7320508075688772},"28":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"140":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"165":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"28":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"21":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":2.0}}}},"m":{"df":3,"docs":{"111":{"tf":1.0},"172":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":37,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.8284271247461903},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":40,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.449489742783178},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0},"96":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":2.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"158":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"158":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":26,"docs":{"10":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"e":{">":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"|":{".":{".":{".":{"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":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"142":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"|":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"|":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"10":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"117":{"tf":1.4142135623730951},"173":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":16,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"140":{"tf":1.0},"173":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"62":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"158":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"28":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"15":{"tf":1.4142135623730951},"3":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":17,"docs":{"100":{"tf":1.0},"107":{"tf":2.449489742783178},"109":{"tf":1.0},"110":{"tf":2.0},"112":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"26":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":3.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"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":{"99":{"tf":1.4142135623730951}}}}}}}}}},"df":4,"docs":{"136":{"tf":1.4142135623730951},"154":{"tf":1.0},"169":{"tf":1.0},"99":{"tf":3.1622776601683795}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"b":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}}}}},"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":4,"docs":{"146":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"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":{"26":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"10":{"tf":1.0},"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"20":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":10,"docs":{"100":{"tf":1.0},"38":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"41":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":16,"docs":{"119":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":23,"docs":{"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":3,"docs":{"172":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":4,"docs":{"162":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"172":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"137":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"41":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"1":{"tf":1.0},"28":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.0},"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"116":{"tf":1.0},"138":{"tf":1.0},"173":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"38":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"110":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"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":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":34,"docs":{"110":{"tf":1.7320508075688772},"123":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"26":{"tf":2.6457513110645907},"30":{"tf":2.0},"33":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"2":{"0":{"0":{"6":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":2.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":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"39":{"tf":1.0},"42":{"tf":1.0}}}},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"14":{"tf":1.0},"38":{"tf":1.0}}}}},"y":{"df":1,"docs":{"119":{"tf":1.0}},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"140":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}},"l":{"[":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"36":{"tf":1.0}},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"116":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"110":{"tf":1.7320508075688772},"160":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}},"k":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"117":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"i":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"172":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"116":{"tf":1.0},"18":{"tf":1.0}}}}}},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":2,"docs":{"172":{"tf":1.0},"25":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"158":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"2":{"tf":1.0},"20":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"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":{"10":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"16":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":10,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"147":{"tf":1.0},"20":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.8284271247461903},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":1,"docs":{"5":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"116":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"99":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"x":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"173":{"tf":1.0},"99":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":45,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.7320508075688772},"175":{"tf":1.0},"2":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":2.23606797749979},"7":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":2.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"102":{"tf":2.23606797749979},"119":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{".":{"1":{"0":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}},"4":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"6":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":2.449489742783178},"117":{"tf":1.7320508075688772},"30":{"tf":2.0},"31":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":22,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"117":{"tf":2.0},"123":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.6457513110645907},"38":{"tf":3.605551275463989},"39":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"44":{"tf":2.0},"47":{"tf":2.6457513110645907},"49":{"tf":1.0},"66":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":4,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"21":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":1,"docs":{"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"140":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"14":{"tf":1.0},"159":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"149":{"tf":1.0},"153":{"tf":1.0},"172":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"y":{"df":3,"docs":{"18":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"47":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"6":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"173":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"118":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"15":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"!":{"\\":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"47":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}},"x":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"100":{"tf":1.0},"119":{"tf":1.0},"149":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"102":{"tf":2.6457513110645907},"159":{"tf":1.4142135623730951},"172":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"title":{"root":{"0":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"2":{"df":4,"docs":{"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":3,"docs":{"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0}}},"5":{"df":1,"docs":{"168":{"tf":1.0}}},"7":{"df":1,"docs":{"166":{"tf":1.0}}},"8":{"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"176":{"tf":1.0}}},"9":{"df":3,"docs":{"129":{"tf":1.0},"157":{"tf":1.0},"176":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"df":5,"docs":{"129":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0}}},"2":{"df":2,"docs":{"152":{"tf":1.0},"155":{"tf":1.0}}},"3":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"135":{"tf":1.0}}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"9":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"2":{"1":{"df":1,"docs":{"176":{"tf":1.0}}},"2":{"df":9,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0}}},"3":{"df":7,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"141":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"d":{"df":9,"docs":{"123":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"26":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}},"d":{"8":{"df":1,"docs":{"54":{"tf":1.0}}},"a":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"125":{"tf":1.0},"164":{"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":9,"docs":{"67":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"x":{"df":12,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"5":{"tf":1.0},"8":{"tf":1.0}}}},"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":{"104":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"c":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"80":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":23,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"115":{"tf":1.0},"118":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":17,"docs":{"101":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"81":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":1,"docs":{"95":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"32":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"119":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0}}}},"j":{"b":{"b":{"2":{"0":{"1":{"5":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"9":{"8":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"111":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"1":{"df":1,"docs":{"168":{"tf":1.0}}},"2":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"161":{"tf":1.0}}},"1":{"df":1,"docs":{"157":{"tf":1.0}}},"2":{"df":1,"docs":{"155":{"tf":1.0}}},"3":{"df":1,"docs":{"152":{"tf":1.0}}},"4":{"df":1,"docs":{"150":{"tf":1.0}}},"5":{"df":1,"docs":{"148":{"tf":1.0}}},"6":{"df":1,"docs":{"145":{"tf":1.0}}},"7":{"df":1,"docs":{"143":{"tf":1.0}}},"8":{"df":1,"docs":{"141":{"tf":1.0}}},"9":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"135":{"tf":1.0}}},"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"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