From 6a61fc6ee2db2d3710778c710f35b05d85a99078 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 3 Jul 2023 17:25:47 -0700 Subject: [PATCH] configuration: simplify examples --- configuration.html | 23 +++++++++++++++++------ print.html | 23 +++++++++++++++++------ searchindex.js | 2 +- searchindex.json | 2 +- 4 files changed, 36 insertions(+), 14 deletions(-) diff --git a/configuration.html b/configuration.html index 268247a..47ba651 100644 --- a/configuration.html +++ b/configuration.html @@ -573,27 +573,38 @@

Grafts

trees: local-tree: - url: "https://git.example.com/repo.git" + url: https://git.example.com/repo.git variables: - value: "${graft::value}" + value: "local ${graft::value}" + +variables: + value: "global ${graft::value}" gardens: example: trees: - local-tree - graft::tree - - repos::example + - graft-repos::example -

The repos graft entry demonstrates how to use a custom root directory for +

The graft-repos graft entry demonstrates how to use a custom root directory for the trees provided by the grafted configuration.

-

The grafts.yaml file provides a tree called tree and a variable called value.

+

The grafts.yaml file provides a tree called tree and a variable called value. +We refer to them as graft::tree when specifying trees and ${graft::value} when +using variables.

+

graft.yaml contains the following:

# The grafted "graft.yaml" file.
 trees:
-  tree: "https://git.example.com/tree.git"
+  tree: https://git.example.com/tree.git
 
 variables:
   value: "grafted value"
 
+

Running garden eval '${graft::value}' will output grafted value.

+

Running garden eval '${value}' wil output global grafted value, as it evaluates at +global scope.

+

Running garden eval '${value}' local-tree will output local grafted value, as it +evaluates from local-tree's scope.

diff --git a/print.html b/print.html index b41afc4..17d8bba 100644 --- a/print.html +++ b/print.html @@ -1281,27 +1281,38 @@

Grafts

trees: local-tree: - url: "https://git.example.com/repo.git" + url: https://git.example.com/repo.git variables: - value: "${graft::value}" + value: "local ${graft::value}" + +variables: + value: "global ${graft::value}" gardens: example: trees: - local-tree - graft::tree - - repos::example + - graft-repos::example -

The repos graft entry demonstrates how to use a custom root directory for +

The graft-repos graft entry demonstrates how to use a custom root directory for the trees provided by the grafted configuration.

-

The grafts.yaml file provides a tree called tree and a variable called value.

+

The grafts.yaml file provides a tree called tree and a variable called value. +We refer to them as graft::tree when specifying trees and ${graft::value} when +using variables.

+

graft.yaml contains the following:

# The grafted "graft.yaml" file.
 trees:
-  tree: "https://git.example.com/tree.git"
+  tree: https://git.example.com/tree.git
 
 variables:
   value: "grafted value"
 
+

Running garden eval '${graft::value}' will output grafted value.

+

Running garden eval '${value}' wil output global grafted value, as it evaluates at +global scope.

+

Running garden eval '${value}' local-tree will output local grafted value, as it +evaluates from local-tree's scope.

Examples

These examples demonstrate how to setup and run real-world projects using garden.

Photo Restoration

diff --git a/searchindex.js b/searchindex.js index 4f78050..6c878bf 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["index.html#garden-user-guide","index.html#introduction","glossary.html#glossary","installation.html#installation","installation.html#rust-and-cargo","installation.html#cratesio","installation.html#latest-using-cargo","installation.html#install-using-homebrew","installation.html#install-on-netbsd","installation.html#build-and-install-from-source-for-development","installation.html#windows","setup-and-usage.html#setup-and-usage","setup-and-usage.html#setup","setup-and-usage.html#usage","tree-queries.html#tree-queries","tree-queries.html#resolving-trees-groups-or-gardens-only","tree-queries.html#tree-queries-resolve-to-multiple-trees","tree-queries.html#paths","tree-queries.html#wildcards","commands.html#commands","commands.html#command-line-conventions","commands.html#garden-init","commands.html#garden-plant","commands.html#garden--tree-query","commands.html#garden-grow","commands.html#garden-cmd","commands.html#garden-exec","commands.html#garden-eval","commands.html#garden-shell","commands.html#garden-prune","commands.html#enable-deletions","commands.html#limit-concurrency","commands.html#limit-filesystem-traversal-depth","commands.html#enable-scripted-usage-by-answering-yes-to-all-prompts","commands.html#garden-completion","configuration.html#configuration","configuration.html#garden-root","configuration.html#garden-shell","configuration.html#includes","configuration.html#variables","configuration.html#built-in-variables","configuration.html#environment-variables","configuration.html#gardens-groups-and-trees","configuration.html#templates","configuration.html#string-to-list-promotion","configuration.html#wildcards","configuration.html#symlinks","configuration.html#grafts","examples.html#examples","examples.html#photo-restoration","examples.html#git-cola-development","examples/photo-restoration.html#photo-restoration","examples/photo-restoration.html#setup","examples/photo-restoration.html#run-the-software","examples/photo-restoration.html#gardenyaml","examples/git-cola.html#git-cola-development","examples/git-cola.html#gardenyaml","examples/git-cola.html#pre-defined-custom-commands-and-ad-hoc-commands","examples/git-cola.html#self-contained-installation-demo","changelog.html#changelog","changelog.html#v080","changelog.html#v070","changelog.html#v060","changelog.html#v051","changelog.html#v050","changelog.html#v041","changelog.html#v040","changelog.html#v030","changelog.html#v020","changelog.html#v010"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":4,"title":3},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":50,"breadcrumbs":2,"title":1},"11":{"body":0,"breadcrumbs":4,"title":2},"12":{"body":105,"breadcrumbs":3,"title":1},"13":{"body":74,"breadcrumbs":3,"title":1},"14":{"body":50,"breadcrumbs":4,"title":2},"15":{"body":71,"breadcrumbs":6,"title":4},"16":{"body":27,"breadcrumbs":7,"title":5},"17":{"body":31,"breadcrumbs":3,"title":1},"18":{"body":40,"breadcrumbs":3,"title":1},"19":{"body":17,"breadcrumbs":2,"title":1},"2":{"body":108,"breadcrumbs":2,"title":1},"20":{"body":110,"breadcrumbs":4,"title":3},"21":{"body":68,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":2},"23":{"body":22,"breadcrumbs":4,"title":3},"24":{"body":455,"breadcrumbs":3,"title":2},"25":{"body":668,"breadcrumbs":3,"title":2},"26":{"body":37,"breadcrumbs":3,"title":2},"27":{"body":53,"breadcrumbs":3,"title":2},"28":{"body":55,"breadcrumbs":3,"title":2},"29":{"body":52,"breadcrumbs":3,"title":2},"3":{"body":34,"breadcrumbs":2,"title":1},"30":{"body":29,"breadcrumbs":3,"title":2},"31":{"body":19,"breadcrumbs":3,"title":2},"32":{"body":60,"breadcrumbs":5,"title":4},"33":{"body":79,"breadcrumbs":7,"title":6},"34":{"body":195,"breadcrumbs":3,"title":2},"35":{"body":455,"breadcrumbs":2,"title":1},"36":{"body":62,"breadcrumbs":3,"title":2},"37":{"body":33,"breadcrumbs":3,"title":2},"38":{"body":238,"breadcrumbs":2,"title":1},"39":{"body":92,"breadcrumbs":2,"title":1},"4":{"body":31,"breadcrumbs":3,"title":2},"40":{"body":29,"breadcrumbs":3,"title":2},"41":{"body":162,"breadcrumbs":3,"title":2},"42":{"body":54,"breadcrumbs":4,"title":3},"43":{"body":96,"breadcrumbs":2,"title":1},"44":{"body":94,"breadcrumbs":4,"title":3},"45":{"body":35,"breadcrumbs":2,"title":1},"46":{"body":37,"breadcrumbs":2,"title":1},"47":{"body":85,"breadcrumbs":2,"title":1},"48":{"body":9,"breadcrumbs":2,"title":1},"49":{"body":21,"breadcrumbs":3,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":15,"breadcrumbs":4,"title":3},"51":{"body":11,"breadcrumbs":5,"title":2},"52":{"body":75,"breadcrumbs":4,"title":1},"53":{"body":57,"breadcrumbs":5,"title":2},"54":{"body":157,"breadcrumbs":4,"title":1},"55":{"body":134,"breadcrumbs":6,"title":3},"56":{"body":402,"breadcrumbs":4,"title":1},"57":{"body":51,"breadcrumbs":10,"title":7},"58":{"body":77,"breadcrumbs":7,"title":4},"59":{"body":0,"breadcrumbs":2,"title":1},"6":{"body":27,"breadcrumbs":4,"title":3},"60":{"body":45,"breadcrumbs":2,"title":1},"61":{"body":84,"breadcrumbs":2,"title":1},"62":{"body":35,"breadcrumbs":2,"title":1},"63":{"body":22,"breadcrumbs":2,"title":1},"64":{"body":159,"breadcrumbs":2,"title":1},"65":{"body":29,"breadcrumbs":2,"title":1},"66":{"body":125,"breadcrumbs":2,"title":1},"67":{"body":13,"breadcrumbs":2,"title":1},"68":{"body":35,"breadcrumbs":2,"title":1},"69":{"body":37,"breadcrumbs":2,"title":1},"7":{"body":120,"breadcrumbs":4,"title":3},"8":{"body":21,"breadcrumbs":3,"title":2},"9":{"body":72,"breadcrumbs":5,"title":4}},"docs":{"0":{"body":"","breadcrumbs":"Garden » Garden User Guide","id":"0","title":"Garden User Guide"},"1":{"body":"Garden streamlines development workflows that involve a loosely-coupled set of multiple, independent Git trees. Garden allows you to define dynamic relationships and workflows between these repositories using a declarative YAML config file that can be shared and used as a bootstrapping mechanism for getting a auditable, from-source project cloned, built, installed and running with minimal effort for consumers of a Garden file. Garden sits above any individual project's build scripts and conventions. Garden is all about making it easy to remix and reuse libraries maintained in seperate Git repositories.","breadcrumbs":"Garden » Introduction","id":"1","title":"Introduction"},"10":{"body":"Garden is developed on Linux and supported on macOS and BSDs where Rust is available. Garden is not supported on Windows. Garden \"should\" work fine on Windows if you install a shell (eg. bash.exe or zsh.exe) in $PATH and patch a few details to deal with Windows-isms, but Garden is untested and not supported by the core team on Windows or WSL. Issues related to Windows will be closed. Pull requests related to these systems are welcome as long as they do not clutter the core or test suite with Windows-isms.","breadcrumbs":"Installation » Windows","id":"10","title":"Windows"},"11":{"body":"","breadcrumbs":"Setup and Usage » Setup and Usage","id":"11","title":"Setup and Usage"},"12":{"body":"A garden can be created in any directory. Run garden init to create an empty \"garden.yaml\" file for defining trees, groups and gardens. # Create an empty \"garden.yaml\" in the current directory.\ngarden init By default, the garden.yaml is configured to operate on trees in the current directory relative to the garden file. The garden command searches the current directory for a \"garden.yaml\" config file. If no \"garden.yaml\" could be found in the current directory then garden will attempt to load a \"global\" configuration file, typically located in ~/.config/garden/garden.yaml. The following garden init invocation creates an empty garden.yaml with a root directory of ~/src in the user's home configuration directory. This is typically ~/.config/garden/garden.yaml. garden init --global --root '~/src' This allows you to access the config irrespective of the current directory and perform garden operations without needing to cd into ~/src/ to do so. If multiple configuration files are made available in ~/.config/garden, then using garden -c alt.yaml ... from any directory (without specifying an absolute path) will use the alt.yaml garden file.","breadcrumbs":"Setup and Usage » Setup","id":"12","title":"Setup"},"13":{"body":"Now that we know how to create a garden.yaml we can start using garden to track our development repositories. When we have a ~/src/garden.yaml file with Git worktrees alongside it in the ~/src directory then we can start adding those trees to the garden file. Existing trees are added to a garden file using garden plant . Once we have a garden file with trees in it then we can use the garden file to recreate our setup using garden grow. The garden grow command brings trees into existence by cloning trees that have been configured in a garden file. Garden commands are used to operate over sets of trees once a configuration has been defined. See the Garden Commands Documentation for detailed information about the built-in garden commands.","breadcrumbs":"Setup and Usage » Usage","id":"13","title":"Usage"},"14":{"body":"Garden commands take arguments that specify which groups, gardens or trees to operate on. Tree queries are strings that resolve to a set of trees. Command arguments with garden, group or tree names, @tree references, %group references, :garden references and wildcards are all referred to as \"tree queries\". When a name is specified, garden will use the first matching garden, group or tree, in that order, when determining which trees to operate on. When a garden or group is matched, all of its associated trees are used.","breadcrumbs":"Tree Queries » Tree Queries","id":"14","title":"Tree Queries"},"15":{"body":"If you have groups, gardens, and trees with the same name then you can use the @tree, %group, and :garden syntax to disambiguate between them. @tree - values prefixed with @ resolve trees only %group - values prefixed with % resolve groups only :garden - values prefixed with : resolve gardens only garden grow @tree # grow the tree called \"tree\"\ngarden grow %group # grow the group called \"group\"\ngarden grow :garden # grow the garden called \"garden\" When no prefixes are specified then the names are resolved in the following order: gardens, groups and trees. Gardens have the highest priority, followed by groups and lastly trees. If your trees, groups and gardens are named uniquely then no prefixes are needed.","breadcrumbs":"Tree Queries » Resolving Trees, Groups or Gardens Only","id":"15","title":"Resolving Trees, Groups or Gardens Only"},"16":{"body":"In the following example, the \"cola\" garden is found in the example configuration. Each command is run over every tree in that garden. garden exec cola git status -s\ngarden status cola\ngarden cmd cola status build","breadcrumbs":"Tree Queries » Tree Queries Resolve to Multiple Trees","id":"16","title":"Tree Queries Resolve to Multiple Trees"},"17":{"body":"Paths can be specified as well, but the filesystem has the lowest priority relative to gardens, groups, and trees. When specifyiing paths they must resolve to a configured tree. For example, garden build . -- --verbose runs the build command on the tree in the current directory and passes the --verbose flag to the configured build command.","breadcrumbs":"Tree Queries » Paths","id":"17","title":"Paths"},"18":{"body":"Garden understands shell wildcards. Glob wildcards in tree queries allows operations to span over ad-hoc gardens, groups and trees. This following examples show how wildcards might be used: # Grow all all trees whose names start with \"git\" by cloning them.\ngarden grow '@git*' # Run \"pwd\" in all of the same trees.\ngarden exec '@git*' pwd","breadcrumbs":"Tree Queries » Wildcards","id":"18","title":"Wildcards"},"19":{"body":"Garden includes a set of built-in commands and can be flexibly extended with user-defined commands. User-defined commands are one Garden's most useful features.","breadcrumbs":"Commands » Commands","id":"19","title":"Commands"},"2":{"body":"garden.yaml -- a Garden file defines trees, groups and gardens. tree -- a Git worktree. A single repository clone. group -- a named collection of trees. The \"group\" block in the configuration file defines tree groups that are available for use by commands and gardens. garden -- a composite of trees and groups for defining project-level variables and commands. Gardens help create environments for working on libraries, and application that use the library, in tandem. tree query -- a shellexpand glob expression that matches against garden names, group names and tree names. Many garden commands accept tree queries as arguments. Gardens can be used for software projects composed of multiple repositories, or they can be used to provide an approachable way to explore a curated set of Git repositories for any purposes. Gardens allow you to define environment variables and workflow commands that are either available to any tree or scoped to specific gardens only. Groups are lighter-weight than a garden. They group trees together into named collections that can be referenced by gardens and commands.","breadcrumbs":"Glossary » Glossary","id":"2","title":"Glossary"},"20":{"body":"Run garden help to display usage information for garden commands. The usage information is where the command-line options are documented. garden help\ngarden help \ngarden --help Built-in commands use this basic syntax: garden [options] [command-options] [command-arguments]* The following options come before and are common to all commands. -C | --chdir chdir to the specified directory before searching for configuration. This is modeled after make -C ... or git -C .... -c | --config Specify a garden config file to use instead of searching for garden.yaml. The path can either be the path to an actual config file, or it can be the basename of a file in the configuration search path. -v | --verbose Enable verbose debugging output. -D | --define name=value Override a configured variable by passing a name=value string to the -D | --define option. The variable named name will be updated with the garden expression value. Multiple variables can be set by specifying the flag multiple times.","breadcrumbs":"Commands » Command-Line Conventions","id":"20","title":"Command-Line Conventions"},"21":{"body":"garden init [options] [] # create a local garden config rooted at the current directory\ngarden init --root '${GARDEN_CONFIG_DIR}' # create a global garden config rooted at ~/src\ngarden init --global --root '~/src' The init command will create an empty Garden YAML file with the minimal boilerplate to start using garden. If no is specified, garden.yaml in the current directory will be written. The Garden file is written to the user's ~/.config/garden/ global configuration directory when --global is specified. This command is typically run without specifying a filename. After garden init the following files are created. current-directory/\n└── garden.yaml","breadcrumbs":"Commands » garden init","id":"21","title":"garden init"},"22":{"body":"garden plant Add a pre-existing Git worktree to garden.yaml. The trees section in the garden.yaml file will be updated with details about the new tree. garden plant records the Git remotes associated with a repository. It is safe to re-run garden plant in order to add new remotes to an existing configuration. Repositories created using git worktree are supported by garden plant. Parent trees must be planted first before planting a child tree.","breadcrumbs":"Commands » garden plant","id":"22","title":"garden plant"},"23":{"body":"Garden commands accept tree query strings that are used to refer to sets of trees. Tree queries are glob string patterns that can be used to match the gardens, groups or trees defined in \"garden.yaml\".","breadcrumbs":"Commands » garden ... [tree-query]","id":"23","title":"garden ... [tree-query]"},"24":{"body":"garden grow # Example usage\ngarden grow cola If you have a garden.yaml file, either one that you authored yourself or one that was provided to you, then you will need to grow the Git trees into existence. The grow sub-command updates or creates the trees matched by the and places them into the paths defined by the garden file. It is safe to re-run the grow command and re-grow a tree. Existing trees will have their git configuration updated to match the configured remotes. Missing repositories are created by cloning the configured tree url. Branches The branch: tree variable is used to specify which branch should be cloned and checked out when the tree is grown. trees: example: branch: dev url: url garden grow example clones the repository using git clone --branch=dev. The branch setting is a tree variable and supports ${variable} expressions. Shallow Clones The depth: tree parameter is used to create shallow clones. trees: example: depth: 42 url: url garden grow example clones the repository using: git clone --depth=42 --no-single-branch Even though a shallow clone is created, all of the remote tracking branches (eg. origin/*) are available because we clone the repository using the --no-single-branch option. The single-branch: true tree parameter is used to create clones that contain a single branch only. This is useful if you want to limit the on-disk footprint of repositories by only having a single branch available. This paramter is typically used in conjunction with branch: and depth: 1 to create a 1-commit shallow clone with a single branch. trees: example: branch: dev depth: 1 single-branch: true url: url Wildcards Wildcards are supported in the trees queries supported by garden grow. garden grow 'glob*' grows the gardens, groups or trees that start with \"glob\". If garden.yaml contains gardens whose name matches the query then the trees associated with each garden are grown. If no gardens are found then garden will search for \"groups\" that match the query. If groups are found then the trees within each group will be grown. If no gardens and no groups are found then will garden search for trees and grow those whose names match the query string. Worktrees garden grow can be used to create worktrees that share their .git storage using git worktree . To create shared storage, define the primary worktree where the .git storage will reside and then define additional trees that reference the worktrees. trees: example/main: url example/dev: worktree: example/main branch: dev example/v2: worktree: example/main branch: v2 This example uses example/main tree for the shared storage and two additional worktrees. example/dev uses the dev branch and example/v2 uses the v2 branch. Upstream Branches Remote tracking branches can be configured by defining a branches block that maps local branch names (the key) to a remote branch name expression (the value). trees: example/branches: branch: local branches: local: origin/dev dev: origin/dev The above configuration creates local branches called local and dev and checks out the local branch when garden grow example/branches is run. Git Configuration Values The garden grow command will apply git configuration values that are specified using the gitconfig key. trees: foo: gitconfig: # Override the submodule URL for \"thirdparty/repo\". submodule.thirdparty/repo.url: \"git@private.example.com:thirdparty/repo.git\" Multi-valued git config --add values are also supported, for example the remote.$name.pushurl value can be set to multiple values. Use a list as the value for the key and multiple values will be added using git config --add $name $value . trees: foo: url: \"git@github.com:example/foo.git\" gitconfig: remote.origin.pushurl: # Push to multiple remotes when using \"git push origin\" - \"git@github.com:example/foo.git\" - \"git@private.example.com:example/foo.git\" Bare Repositories To clone bare repositories use bare: true in the tree configuration. trees: example: bare: true url: url Bare clones are created by default when the tree path ends in .git. For example, a tree called example.git will be bare: true by default. trees: example.git: url Setting bare: false overrides the name-based detection of bare repositories. trees: example.git: bare: false url: url","breadcrumbs":"Commands » garden grow","id":"24","title":"garden grow"},"25":{"body":"garden cmd []... [-- ..] # Example usage\ngarden cmd cola build test -- V=1 Run one or more user-defined commands over the gardens, groups or trees that match the specified tree query. The exapmle above runs the build and test commands in all of the trees that are part of the cola garden. Commands garden cmd and garden interact with custom commands that are configured in the commands section for templates, trees, gardens, and the top-level scope. # Example usage # Run the test\" command in the cola and vx trees\ngarden test cola vx # Use \"--\" to forward arguments to the custom commands\ngarden test cola vx -- V=1 Custom commands can be defined at either the tree or garden scope. Commands defined at the garden scope extend commands defined on a tree. If both a tree and the garden containing that tree defines a command called test then garden test will first run the tree's test command followed by the garden's test command. Commands are executed in a shell so that shell expressions can be used in commands. A POSIX-compatible shell must be installed in your $PATH. The garden.shell configuration value defaults to zsh but can be set to any shell that accepts -e and -c ' options (for example bash). If zsh is not installed then bash will be used by default instead. If neither zsh nor bash is installed then sh will be used by default instead. Each command runs under [\"zsh\", \"-e\", \"-c\", \"\"] with the resolved environment from the corresponding garden, group, or tree. Multi-line and multi-statement command strings will stop executing as soon as the first non-zero exit code is encountered due to the use of the -e shell option. Use the -n | --no-errexit option to inhibit the use of the -e errexit option. The --no-errexit option causes commands with multiple statements to run to completion even when a non-zero exit code is encountered. This is akin to a regular shell script. You can also opt-out of the errexit behavior on a per-command basis by adding set +e as the first line of a multi-line command. Additional command-line specified after a double-dash (--) end-of-options marker are forwarded to each command. \"$0\" in a custom command points to the current garden executable and can be used to rerun garden from within a garden command. Additional arguments are available to command strings by using the traditional \"$@\" shell syntax. When additional arguments are present \"$1\", \"$2\", and subsequent variables will be set according to each argument. # Commands can be defined in multiple ways.\n# Strings and lists of strings are both supported via \"String to List Promotion\".\n# The YAML reader accepts multi-line strings using the the \"|\" pipe syntax. commands: one-liner: echo hello \"$@\" multi-liner: | if test \"${debian}\" = \"yes\" then apt install rust-all else multi-statement-and-multi-liner: - echo a $1 - | echo b $3 echo c $4 variables: name: value debian: $ type apt-get >/dev/null && echo yes || echo no # Commands can also be defined at tree and garden scope trees: our-tree: commands: tree-cmd: echo ${TREE_NAME} gardens: all: trees: * commands: print-pwd: pwd Shell Syntax User-defined Commands and Exec Expressions are evaluated by the shell configured in the garden.shell configuration value. Garden and Shells share a key piece of common syntax: the interpolated braced ${variable} syntax. Garden Variables that use the ${variable} syntax are evaluated by garden first before the shell has evaluated them. This means that the shell syntax supported by Garden's Exec Expressions is a subset of the full syntax because shell-only variables such as ${OSTYPE} cannot be accessed using the braced-variable syntax. commands: example-command: | shell_variable=$(date +%s) echo hello $OSTYPE $shell_variable The plain $variable syntax is reserved for use by the shell commands used in user-defined Commands and Exec Expressions. Environment Variables can be used in shell scriptlets through both the $ENV and ${ENV} braced variable syntax. Garden makes ${PATH} and all other environment variables available during variable expansion. The distinction between the ${garden} and $shell syntax is only relevant when using variables defined within shell command, such as $shell_variable above. If the ${shell_variable} syntax were to be used in the example-command then an empty value would have been used instead of the output of date +%s. Sometimes it is necessary to actually use the ${...} braced literal syntax in shell commands. The $${...} braced double-dollar syntax can be used to escape a braced value and disable evalution by garden. Double-$ can generally be used to escape literal $ values in commands, but escaping is handled automatically for regular $shell variables. Depth-first and Breadth-first Tree Traversal The following two invocations run commands in a different order: # Depth-first (default)\ngarden cmd treesitters build test # Breadth-first\ngarden cmd --breadth-first treesitters build test The default traversal order for commands is depth-first. This means that both the build and test commands are run on each tree in the treesitters group before running any commands on the next tree. The -b | --breadth-first option enables a breadth-first traversal. A breadth-first traversal runs the build command over all of the trees in the treesitters group before the test command is run over all of the trees in the same group. Custom Commands garden []* [-- ...] # Example usage\ngarden status @git-cola .\ngarden build cola -- V=1 garden is another way to execute a user-defined . This form allows you to specify multiple queries rather than multiple commands. When no builtin command exists by the specified name then garden will use custom commands defined in a commands block at the corresponding garden or tree scope. garden ... is complementary to garden cmd .... garden cmd ... runs multiple commands over a single query. garden ... runs a command over multiple queries. For example, garden build treesitters catsitters will run a user-defined build command over both the treesitters and catsitters groups.","breadcrumbs":"Commands » garden cmd","id":"25","title":"garden cmd"},"26":{"body":"garden exec []* # example\ngarden exec cola git status -s Run commands over the trees, groups or gardens matched by tree query. When the resolves to a garden then the environment is configured for the command using the environment variables and custom commands from both the tree and the garden.","breadcrumbs":"Commands » garden exec","id":"26","title":"garden exec"},"27":{"body":"garden eval [] [] # example\ngarden eval '${GARDEN_ROOT}'\ngarden eval '${TREE_PATH}' cola Evaluate a Garden Expression in the specified tree context and output the result to stdout. Garden Expressions are strings-with-${variables} that get substituted and resolved using garden's variables and environment blocks. If no tree is given then the variable scope includes the top-level variables block only. When a tree is given then its variables are considered as well. When a garden is specified then the garden's variables are also available for evaluation.","breadcrumbs":"Commands » garden eval","id":"27","title":"garden eval"},"28":{"body":"garden shell [] # example\ngarden shell cola Launch a shell inside the environment synthesized by the tree query. If is specified then the current directory will be set to the tree's directory. If the resolved tree query contains a tree whose name exactly matches the query string then that tree's directory will be used when opening the shell. The optional tree argument is not needed for the case where a garden and tree share a name -- garden will chdir into that same-named tree when creating the shell.","breadcrumbs":"Commands » garden shell","id":"28","title":"garden shell"},"29":{"body":"garden prune [options] [...] Traverse the filesystem and interactively delete any repositories that are not referenced by the garden file. This command is intended to cleanup a garden-managed directory. Its intended usage is to delete repositories that were created (eg. via garden grow) and have since been removed from your version-controlled garden configuration. Warning : garden prune is a dangerous command and must be run with care. garden prune deletes repositories and all of their files (including the .git storage)! The following options are supported by garden prune.","breadcrumbs":"Commands » garden prune","id":"29","title":"garden prune"},"3":{"body":"There are multiple ways to install garden. These instructions assume that you have cargo installed for Rust development. Skip ahead to the Homebrew section if you're on macOS and prefer to install garden using Homebrew. Skip ahead to the NetBSD section if you're on NetBSD and prefer to install garden using pkgin or the pkgsrc/NetBSD sources.","breadcrumbs":"Installation » Installation","id":"3","title":"Installation"},"30":{"body":"--rm The garden prune command uses a no-op \"safe mode\" which does not actually delete repositories by default. Deletions must be enabled by specifying the --rm option. Use the --rm option only after you have verified that garden prune is not going to delete any unexpected repositories that you intended to keep.","breadcrumbs":"Commands » Enable deletions","id":"30","title":"Enable deletions"},"31":{"body":"--jobs The prune process runs in parallel across multiple cores. All cores are used by default. The --jobs option limits the number of cores to the specified number of jobs.","breadcrumbs":"Commands » Limit concurrency","id":"31","title":"Limit concurrency"},"32":{"body":"--min-depth \n--max-depth \n--exact-depth The cleanup process can be limited to specific traversal depths. The filesystem is traversed with no limits by default. Specifying a minimum depth will not remove repositories shallower than the specified depth. For example, --min-depth 1 will not remove repositories in the same directory as the garden file. Specifying a maximum depth will not remove repositories deeper than the specified depth. For example, --max-depth 0 will not remove repositories in subdirectories below the directory containing the garden file.","breadcrumbs":"Commands » Limit filesystem traversal depth","id":"32","title":"Limit filesystem traversal depth"},"33":{"body":"--no-prompt The garden prune command interactively prompts before removing each repository. The prompt looks like the following: # /home/user/src/example\nDelete the \"example\" repository?\nWARNING: \"all\" deletes \"example\" and ALL subsequent repositories!\nChoices: yes, no, all, quit [y,n,all,q]? Entering y (or yes) at the prompt will delete the repository and all of its files. Entering n (or no) at the prompt will skip and not remove the repository. Entering q (or quit) will exit garden prune without deleting the repository. Entering all will remove the repository and all subsequent repositories. all is equivalent to answering yes to all further prompts. Entering all is dangerous and proceeds without further prompts. Be careful! --no-prompt is also equivalent to answering yes to all prompts. --no-prompt is intended for use in scripts where user interaction is not desired. Use with caution!","breadcrumbs":"Commands » Enable scripted usage by answering \"yes\" to all prompts","id":"33","title":"Enable scripted usage by answering \"yes\" to all prompts"},"34":{"body":"Shell completions for garden can be generated by running the garden completion command. garden completion uses clap complete to generate its completions. The --commands options will additionally generate completions for custom commands. Zsh Ensure that your ~/.zshrc file has completions enabled and that you have a directory configured in your $fpath for zsh completion scripts. Add the following snippet to your ~/.zshrc to enable completions and configure ~/.config/zsh/completion for providing completion scripts. fpath=(~/.config/zsh/completion $fpath)\nautoload -U +X compinit\ncompinit -i These settings make zsh look for a script called _garden in the directory when tab-completing for garden. Lastly, create the directory and generate the ~/.config/zsh/completion/_garden zsh shell completion script. mkdir -p ~/.config/zsh/completion\ngarden completion zsh >~/.config/zsh/completion/_garden Use garden completion --commands zsh instead of garden completion zsh to include completions for custom commands. NOTE : You should regenerate the _garden zsh completion script whenever garden is upgraded to ensure that all of the options and commands have up to date completions. Bash Add the following snippet to your ~/.bashrc to enable bash tab completions. if test -n \"$PS1\" && type garden >/dev/null 2>&1\nthen eval \"$(garden completion bash)\" 2>/dev/null\nfi Use garden completion --commands bash instead of garden completion bash to include completions for custom commands. Future shell completion enhancements Tab completion can only be made to include a static set of user-defined commands. Custom commands cannot be defined dynamically, which means that the same completions will be used irrespective of your current directory. Improvements to the shell completions can be made once traction has been made on the following upstream issues: clap #3022 - zsh broken with two multi length arguments clap #4612 - candidate fix for the above issue clapng #92 - Dynamic completion support","breadcrumbs":"Commands » garden completion","id":"34","title":"garden completion"},"35":{"body":"Garden is configured through a YAML configuration file, typically called \"garden.yaml\". Garden will find garden.yaml in current directory or in specific locations on the filesystem when unspecified. Garden searches for garden.yaml in the following locations. The first one found is used. # Relative to the current directory\n./garden.yaml\n./garden/garden.yaml\n./etc/garden/garden.yaml # Relative to $HOME\n~/.config/garden/garden.yaml\n~/etc/garden/garden.yaml # Global configuration\n/etc/garden/garden.yaml Use garden -c|--config to specify a garden file and override garden's file discovery. The following example garden.yaml is referred to by the documentation when showing examples. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Configuration » Configuration","id":"35","title":"Configuration"},"36":{"body":"The garden root directory is configured in the garden.root field. This directory is the parent directory in which all trees will be cloned. Slashes in tree paths will create new directories on disk as needed. garden.root defaults to the current directory when unspecified. The built-in ${GARDEN_CONFIG_DIR} variable can be used to create relocatable setups that define a garden.root relative to the garden file itself. To place all trees in a src directory sibling to the garden.yaml file, the following configuration can be used: garden: root: ${GARDEN_CONFIG_DIR}/src To place all trees in a src directory in your $HOME directory, the following configuration can be used: garden: root: ~/src","breadcrumbs":"Configuration » Garden Root","id":"36","title":"Garden Root"},"37":{"body":"The shell used by garden when running Commands and evaluating Exec Expressions can be configured in the garden.shell field. garden: shell: zsh The $PATH environment variable is probed for available shells in the following order when garden.shell is omitted. The first one found is the one that's used. zsh bash sh","breadcrumbs":"Configuration » Garden Shell","id":"37","title":"Garden Shell"},"38":{"body":"Garden files can be split apart into several files for modularity and reuse. You can use the garden.includes list to specify other garden files to include into the current garden file. garden: includes: # Includes are relative to the GARDEN_CONFIG_DIR by default. - variables.yaml # Includes can reference custom and built-in ${variables}. - ${include_dir}/commands.yaml variables: include_dir: ${GARDEN_ROOT} Absolute paths in the garden.includes list are included as-is. Relative paths in the garden.includes list are resolved. Relative paths are first resolved relative to the file in which they are defined. This allows nested include files to use relative paths for their nested includes. If an include file is not found relative to the current garden file then a path relative to the root configuration directory will be checked for the existence of the file. Includes files are treated like \"optional\" includes -- include files that cannot be found are silenty ignored. Enable the garden -d config ... debug flag to display warnings about missing include files. The \"Last One Wins\" Rule Entities in garden files such as trees, gardens, groups, commands and variables can be sparsely defined across multiple files by using includes. When the same entry is found in multiple included files then the only last definition will be used. This is referred to as the \"Last One Wins\" rule. Entities defined in the the root garden.yaml have the highest precedence and override entries provided via garden.includes. variables, commands, groups and gardens are completely replaced when multiple definitions are found. trees are sparsely overridden. If an override definition in the top-level garden.yaml replaces just the url field, for example, then all of the commands, variables and environment values from the earlier definition are retained and only the url for the origin remote is replaced. If a tree needs to completely override a base definition then a tree can use replace: true to indicate that the tree definition is replacement for the earlier tree definition. # garden.yaml\n---\ngarden: includes: trees.yaml trees: example: replace: true url: https://custom.example.com/custom/tree\n... The garden.yaml above includes trees.yaml. The example tree is originally defined here, but it is completely replaced by the same entry above. # trees.yaml\n---\ntrees: example: https://example.com/original/tree commands: echo: Hello, ${TREE_NAME}\n... In the example above, the example tree completely replaces the same tree from the included trees.yaml. None of the commands, variables or other settings from the replaced tree are retained.","breadcrumbs":"Configuration » Includes","id":"38","title":"Includes"},"39":{"body":"Garden configuration contains a \"variables\" block that allows defining variables that are can be referenced by other garden values. variables: flavor: debug user: $ whoami libdir: $ test -e /usr/lib64 && echo lib64 || echo lib nproc: $ nproc prefix: ~/.local py_ver_code: from sys import version_info as v; print(\"%s.%s\" % v[:2]) py_ver: $ python -c '${py_ver_code}' py_site: ${libdir}/python${py_ver}/site-packages Variables definitions can reference environment variables and other garden variables. Variable references use shell ${variable} syntax. Values that start with dollar-sign+space ($ ) are called \"exec expressions\". Exec expressions are run through a shell after evaluation and replaced with the output of the evaluated command. When resolving values, variables defined in a tree scope override/replace variables defined at the global scope. Variables defined in garden scope override/replace variables defined in a tree scope.","breadcrumbs":"Configuration » Variables","id":"39","title":"Variables"},"4":{"body":"If you already have cargo installed then you can skip this section. You may be able to install cargo on macOS and Linux using standard package managers, eg. brew install rust or apt install rust-all. Other platforms and older distributions can get a Rust development toolchain by going to rustup.rs and following the installation instructions .","breadcrumbs":"Installation » Rust and Cargo","id":"4","title":"Rust and Cargo"},"40":{"body":"Garden automatically defines some built-in variables that can be useful when constructing values for variables, commands, and paths. GARDEN_CONFIG_DIR -- Directory containing the garden.yaml config file. GARDEN_ROOT -- Root directory for trees. TREE_NAME -- Current tree name. TREE_PATH -- Current tree path.","breadcrumbs":"Configuration » Built-in variables","id":"40","title":"Built-in variables"},"41":{"body":"The \"environment\" block defines variables that are stored in the environment. Environment variables are resolved in the same order as the garden variables: global scope, tree scope, and garden scope. This allows gardens to prepend/append variables after a tree, thus allowing for customization of behavior from the garden scope. Environment variables are resolved after garden variables. This allows the use of garden variables when defining environment variable values. Environment variable names can use garden ${variable} syntax when defining both their name and values. Values in environment blocks prepend to the named environment variable. trees: foo: environment: PATH: ${TREE_PATH}/bin The example above prepends the foo/bin directory to the colon (:)-delimeted PATH environment variable. Names with an equals sign (=) suffix are treated as \"store\" operations and are stored into the environment, fully replacing any pre-existing values. trees: foo: environment: ${TREE_NAME}_LOCATION=: ${TREE_PATH} The example above exports a variable called foo_LOCATION with the location of the tree. If foo_LOCATION is already defined then it its value is replaced. A plus sign (+) suffix in the name append to a variable instead of prepending. trees: foo: environment: PATH+: ${TREE_PATH}/bin The example above appends to the PATH environment variable. Note the + suffix after PATH. OS Environment Variables OS-level environment variables that are present in garden's runtime environment can be referenced using garden ${variable} expression syntax. Garden variables have higher precedence than environment variables when resolving ${variable} references -- the environment is checked only when no garden variables exist by that name.","breadcrumbs":"Configuration » Environment Variables","id":"41","title":"Environment Variables"},"42":{"body":"Trees are Git repositories with configuration that allows for the specification of arbitrary commands and workflows. Groups are a simple named grouping mechanism. Gardens aggregate groups and trees. Define a group and reuse the group in different gardens to share tree lists between gardens. Defining gardens and groups make those names available when querying and performing operations over trees. Gardens can also include environment, gitconfig, and custom group-level commands in addition to the commands provided by each tree.","breadcrumbs":"Configuration » Gardens, Groups and Trees","id":"42","title":"Gardens, Groups and Trees"},"43":{"body":"Templates allow sharing of command, variable, gitconfig, and environment definitions across trees. Adding an entry to the templates configuration block makes a template available when defining trees. Specify templates: to inherit the the specified template's settings when defining trees. The templates field also accepts a list of template names. Trees can also reuse another tree definition by specifying the \"extend\" keyword with the name of another tree. Only the first remote is used when extending a tree. templates: hello: variables: message: Hello ${TREE_NAME}. commands: echo: echo ${message} trees: hello-tree: templates: hello hello-tree-extended: extend: hello-tree variables: message: The time is now: $(date) When a tree specifies multiple templates then all of the tempaltes are merged into the tree's definitions. If variables are multiply-defined across multiple templates then the variable's value from the last specified template will be used.","breadcrumbs":"Configuration » Templates","id":"43","title":"Templates"},"44":{"body":"Fields that expect Lists can also be specified using a String value. Strings will be promoted to a List containing a single String. This is useful when defining commands and groups. The commands block defines commands that are specified using Lists of Strings. String to List Promotion makes it easier to define commands by specifying a single String that can either be a simple value or a multi-line YAML String. The following commands show the various ways that commands can be specified due to the automatic promotion of Strings into Lists. commands: # commands are a list of command strings. cmd1: - echo ${TREE_NAME} - pwd # strings are promoted to a list with a single item. cmd2: echo ${TREE_NAME} && pwd # cmd2 is promoted into cmd2: - echo ${TREE_NAME} && pwd # multi-line command strings are supported using \"|\" YAML syntax. cmd4: | echo ${TREE_NAME} pwd # cmd4 is promoted into cmd4: - \"echo ${TREE_NAME}\\npwd\"","breadcrumbs":"Configuration » String to List Promotion","id":"44","title":"String to List Promotion"},"45":{"body":"The names in garden tree and group lists, and group member names accept glob wildcard patterns. The \"annex\" group definition is: annex/*. This matches all trees that start with \"annex/\". The \"git-all\" group has two entries -- git* and cola. the first matches all trees that start with \"git\", and the second one matches \"cola\" only.","breadcrumbs":"Configuration » Wildcards","id":"45","title":"Wildcards"},"46":{"body":"Symlink trees create a symlink on the filesystem during garden init. garden exec, and custom garden cmd commands ignore symlink trees. trees: media: path: ~/media symlink: /media/${USER} The \"path\" entry behaves like the tree \"path\" entry -- when unspecified it defaults to a path named after the tree relative to the garden root.","breadcrumbs":"Configuration » Symlinks","id":"46","title":"Symlinks"},"47":{"body":"A more advanced modularity feature allow you to stitch additional garden.yaml files underneath a custom \"graft namespace\". The example below demonstrates how to define trees and variables in separate \"graft\" files and refer to them using a graft:: namespace qualfier. # Top-level garden.yaml\ngrafts: graft: graft.yaml graft-repos: config: repos.yaml root: repos trees: local-tree: url: \"https://git.example.com/repo.git\" variables: value: \"${graft::value}\" gardens: example: trees: - local-tree - graft::tree - repos::example The repos graft entry demonstrates how to use a custom root directory for the trees provided by the grafted configuration. The grafts.yaml file provides a tree called tree and a variable called value. # The grafted \"graft.yaml\" file.\ntrees: tree: \"https://git.example.com/tree.git\" variables: value: \"grafted value\"","breadcrumbs":"Configuration » Grafts","id":"47","title":"Grafts"},"48":{"body":"These examples demonstrate how to setup and run real-world projects using garden.","breadcrumbs":"Examples » Examples","id":"48","title":"Examples"},"49":{"body":"The \"Photo Restoration\" example sets up the Bringing Old Photos Back to Life software for restoring old photos that suffer from severe degradation using deep learning approaches.","breadcrumbs":"Examples » Photo Restoration","id":"49","title":"Photo Restoration"},"5":{"body":"This requires at least Rust 1.45 and Cargo to be installed. Once you have installed Rust, type the following in the terminal: cargo install garden-tools This will download and compile garden for you. The only thing left to do is to add the Cargo $HOME/.cargo/bin directory to your $PATH.","breadcrumbs":"Installation » Crates.io","id":"5","title":"Crates.io"},"50":{"body":"The \"Git Cola\" example sets up a development environment for Git Cola , a PyQt-based graphical user interface for Git.","breadcrumbs":"Examples » Git Cola Development","id":"50","title":"Git Cola Development"},"51":{"body":"This example demonstrates how to run the Bringing Old Photo Back to Life photo restoration project.","breadcrumbs":"Examples » Photo Restoration » Photo Restoration","id":"51","title":"Photo Restoration"},"52":{"body":"Run the following commands to clone the repository, download pre-trained deep-learning model data files used by the software and configure a Python virtualenv used to run the tools. NOTE : this example uses almost 7GB of disk space. # Create a directory we'll clone and build a few repositories.\nmkdir -p photo-restoration && cd photo-restoration # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/photo-restoration/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the trees. This will clone an \"old-photos\" repo.\ngarden grow old-photos # One-time setup: Download resources.\ngarden setup old-photos","breadcrumbs":"Examples » Photo Restoration » Setup","id":"52","title":"Setup"},"53":{"body":"Now that everything is setup we can run the tools using the custom run command provided by the garden.yaml file. The run.py script takes several options. garden run old-photos -- --help Arguments can be passed directly to run.py by passing additional arguments after the special double-dash -- \"end of options\" marker. The example above pases the --help option for demonstration purposes. You will have to specify the --input_folder and --output_folder in order to use the photo restoration tool. See the --help output for more details.","breadcrumbs":"Examples » Photo Restoration » Run the Software","id":"53","title":"Run the Software"},"54":{"body":"The following is the contents of the garden.yaml file used in this example. The setup command defines what happens during garden setup old-photos. The run command defines when happens during garden run old-photos. Additional command-line arguments specified after the double-dash -- marker are available to commands via conventional $1, $2, $N, ... \"$@\" shell variables. ---\ngarden: root: ${GARDEN_CONFIG_DIR}\nvariables: env_py3: $ python3 -c 'import sys; print(\"env%s%s\" % sys.version_info[:2])'\ntrees: old-photos: description: | Restore old photos using machine-learning. $ garden grow old-photos $ garden setup old-photos $ garden run old-photos -- --help url: \"https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life.git\" links: - \"https://colab.research.google.com/drive/1NEm6AsybIiC5TwTU_4DqDkQO0nFRB-uA?usp=sharing&authuser=2#scrollTo=32jCofdSr8AW\" - \"http://raywzy.com/Old_Photo/\" - \"https://news.ycombinator.com/item?id=25148253\" environment: PATH: \"${TREE_PATH}/${env_py3}/bin\" commands: setup: | ( cd ./Face_Detection && ( test -f shape_predictor_68_face_landmarks.dat || ( curl -L http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 -o shape_predictor_68_face_landmarks.dat.bz2 bzip2 -v -d shape_predictor_68_face_landmarks.dat.bz2 ) ) ) ( cd ./Face_Enhancement && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) ( cd ./Global && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) test -d ${env_py3} || ( python3 -m venv ${env_py3} ${env_py3}/bin/pip install -r requirements.txt ) run: ${env_py3}/bin/python3 run.py \"$@\"\n...","breadcrumbs":"Examples » Photo Restoration » garden.yaml","id":"54","title":"garden.yaml"},"55":{"body":"This garden file sets up a development garden with the latest version of Git, Git Cola, qtpy and vx. Run the following commands to see this in action. # Create a directory we'll clone and build a few repositories.\nmkdir -p cola && cd cola # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/git-cola/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the repos in the \"cola\" garden and use a custom\n# \"garden grow\" is a garden built-in command that clones.\ngarden grow cola # \"garden setup\" command defined in \"garden.yaml\" to initializes the environment.\ngarden setup cola # All set! Now we can run Git Cola from the development environment.\ngarden run # Daily development workflow: run tests in each repository in-place.\ngarden test cola # Commands can be passed to the underlying \"run\" command to run Git Cola\n# against any Git repository.\ngarden run -- --repo path/to/any/git/tree # These projects don't need to be \"built\", so this is technically a no-op.\n# A Rust or C++ Rust project could use something like this to run \"make\"\n# in each repository.\ngarden build cola The development repositories are now in your current directory and a development virtualenv is present in the ./dist directory.","breadcrumbs":"Examples » Git Cola » Git Cola Development","id":"55","title":"Git Cola Development"},"56":{"body":"The following is the contents of the garden.yaml file used in this example. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Examples » Git Cola » garden.yaml","id":"56","title":"garden.yaml"},"57":{"body":"Included in garden.yaml are a few few helpful commands that give us a quick view of what's going on in each tree: garden diff cola\ngarden status cola\ngarden lol cola If we want to perform git stuff (like fetch the latest changes), we can always use garden exec to run arbitrary commands: garden exec cola git fetch --verbose # When needed, we can hop into a shell with all of the environment variables set\ngarden shell cola","breadcrumbs":"Examples » Git Cola » Pre-defined Custom Commands and Ad-Hoc Commands","id":"57","title":"Pre-defined Custom Commands and Ad-Hoc Commands"},"58":{"body":"The garden run example runs git and git cola in-place in their respective trees. The git-cola project is not installed into the ./dist directory. It contains just the virtualenv created needed to run it. In order to create a self-contained installation to run the tools independently of their source repositories we have to install them into the ./dist directory. The following example installs Git and Git Cola into the ./dist directory by running the \"make install\" targets in each repo: garden install cola Now we can test the installed tools directly by adding ./dist/bin to our $PATH, or just invoke the script directly: ./dist/bin/git-cola Voila, we now have a fully functional development environment with PyQt5, qtpy and Git Cola ready to go for development.","breadcrumbs":"Examples » Git Cola » Self-contained installation demo","id":"58","title":"Self-contained installation demo"},"59":{"body":"","breadcrumbs":"Changelog » Changelog","id":"59","title":"Changelog"},"6":{"body":"The version published to crates.io will sometimes be behind the source code repository. If you want to install the latest pre-release version then you can build the Git version of Garden yourself using cargo. cargo install --git https://github.com/davvid/garden garden-tools","breadcrumbs":"Installation » Latest using Cargo","id":"6","title":"Latest using Cargo"},"60":{"body":"Features : garden now supports a grafts feature that allows you to stitch configuration entities from separate garden files into a graft-specific namespace. Trees and variables from grafted configurations can be referenced using graft:: namespace qualifiers. garden grow can now configure upstream branches . garden grow can now configure gitconfig settings with multiple values using git config --add .","breadcrumbs":"Changelog » v0.8.0","id":"60","title":"v0.8.0"},"61":{"body":"Features : Trees, Groups, Gardens and Commands defined in the top-level garden.yaml can now override entries defined via garden.includes. Configuration entities now follow \"last one wins\" semantics -- if the same entity is defined in multiple includes files then only the final definition will be used. ( #14 ) ( #15 ) Trees now sparsely override existing entries . This behavior allows a tree definition to replace just the url field, or to replace individual tree commands while retaining the rest. Use replace: true in a Tree definition in order to completely replace the existing entry instead of sparsely overridding it. Improved shell completions for garden, garden init and garden plant. Packaging 0323pin packaged garden for pkgsrc/NetBSD and merged the package into the main branch! ( #13 )","breadcrumbs":"Changelog » v0.7.0","id":"61","title":"v0.7.0"},"62":{"body":"Released 2023-01-20 Features : Both names and values in gitconfig can now use ${var} expressions. Previously only values were evaluated. Config names are evaluated now as well. Fixes The zsh workaround for garden completion zsh is no longer needed. The documentation for generating zsh completions has been updated. ( #10 )","breadcrumbs":"Changelog » v0.6.0","id":"62","title":"v0.6.0"},"63":{"body":"Released 2023-01-15 Fixes Exec expressions were previously run with the current directory set to the directory from which garden was run. Exec expresssions are now run in the tree's current directory.","breadcrumbs":"Changelog » v0.5.1","id":"63","title":"v0.5.1"},"64":{"body":"Released 2023-01-12 Features : Garden configuration files can now include other configuration files by specifying the additional files to include in the garden.includes field. The includes feature makes it possible to create modular and reusable garden files. The trees, variables, commands, groups and gardens defined in the included files are added to the current configuration. ( #7 ) Garden commands can now reference $shell variables using the standard (brace-less) shell $variable syntax. The braced ${garden} variable syntax remains reserved for resolving Garden Variables. Double-$ braces (ex: $${...}) can be used to escape a $${variable} from evaluation so that a literal the ${variable} value is used by the garden command. ( #11 ) ( #12 ) A new garden completion subcommand was added for providing shell command-line completion using the clap_complete crate. ( #9 ) garden -V | --version was added alongside the clap rewrite for displaying the garden command version. Development : The Makefile has been replaced by a garden.yaml Garden file. We can now use garden {build, test, check, fmt, clippy, ...} instead of make .... See garden.yaml @ 5ef8d0ab16 for more details . Packagers can use cargo install to install garden and invoke mdbook directly to install the user manual. We also provide garden -D DESTDIR=/tmp/stage -D prefix=/usr/local install-doc if distros want to install the user manual using our recipe. ( #8 ) Garden's command-line parsing has been rewritten to leverage the clap crate and ecosystem.","breadcrumbs":"Changelog » v0.5.0","id":"64","title":"v0.5.0"},"65":{"body":"Released 2022-12-26 Features : The garden cmd --no-errexit option was extended to work with commands that are configured using a YAML list of strings. Commands that are specified using lists are now indistinguishable from commands specified using multi-line strings.","breadcrumbs":"Changelog » v0.4.1","id":"65","title":"v0.4.1"},"66":{"body":"Released 2022-12-23 Breaking Changes : garden cmd now runs custom commands using -e -c '' by default. The use of -e is a change in behavior and causes multi-line / multi-statement commands to halt execution when the first non-zero exit code is encountered. Use set +e at the top of of a multi-line command to opt-out of this behavior on a per-command basis, or specify the -n | --no-errexit option. garden will now fallback to bash (and sh) as the default garden.shell value when zsh (and bash) are not installed. As before, the garden.shell configuration variable can be used to override the default shell. Features : garden prune was added for removing orphaned Git repositories. ( #4 ) garden cmd can now run commands in breadth-first order when the -b/--breadth-first option is used. Depth-first tree traversal is the default. The garden cmd --breadth-first traversal runs all commands on a tree before continuing on to the next tree. The default garden cmd depth-first traversal runs a command across all trees before continuing on to the next command. ( #3 )","breadcrumbs":"Changelog » v0.4.0","id":"66","title":"v0.4.0"},"67":{"body":"Released 2022-08-20 Features : garden plant can now detect git worktree repositories. ( #1 )","breadcrumbs":"Changelog » v0.3.0","id":"67","title":"v0.3.0"},"68":{"body":"Released 2022-07-29 Breaking Changes : garden add was renamed to garden plant. Features : garden grow can now grow trees using \"git worktree\" (#1). garden grow learned to clone specific branches. garden grow and garden plant can now handle bare repositories.","breadcrumbs":"Changelog » v0.2.0","id":"68","title":"v0.2.0"},"69":{"body":"Released 2022-06-13 Features : This is the initial garden release. garden grow grows worktrees. garden init intitializes configuration. garden plant (formerly garden add) adds existing trees. garden cmd and garden can run custom commands. Templates, variables, and environment variables are all supported.","breadcrumbs":"Changelog » v0.1.0","id":"69","title":"v0.1.0"},"7":{"body":"You can install garden on macOS using Homebrew . Add the homebrew-garden tap NOTE : The custom brew tap will not be needed in the future once the Garden repository gets enough stars, forks or watchers to allow garden to be added to the main homebrew-core repository. You will need to enable the homebrew-garden tap until then. brew tap davvid/homebrew-garden Stable Release To install the latest stable release from the homebrew-garden tap: brew install garden Upgrade garden in the future by using brew upgrade garden. Development Version To install the latest development version from Git: brew install --head garden NOTE : If you install the latest development version with --head then you will need to use brew upgrade --fetch-HEAD garden to upgrade it. If you don't specify --fetch-HEAD when upgrading then brew upgrade garden will actually downgrade garden to the latest stable release. Cleanup Installing garden with Homebrew may leave behind the Rust development tools. Use brew remove rust after garden is installed to save on disk space. Read on for how to build garden from source.","breadcrumbs":"Installation » Install using Homebrew","id":"7","title":"Install using Homebrew"},"8":{"body":"Garden has been packaged for pkgsrc/NetBSD as described in #13 . To install from the official repository, run: pkgin install garden If you prefer to build from the pkgsrc sources, run: cd /usr/pkgsrc/devel/garden\nmake install","breadcrumbs":"Installation » Install on NetBSD","id":"8","title":"Install on NetBSD"},"9":{"body":"If you would like to develop features and contribute to Garden then you will have to clone the repository on your local machine. git clone https://github.com/davvid/garden.git\ncd garden # Build ./target/debug/garden\ncargo build # Install $HOME/.cargo/bin/garden\ncargo install --path . Running cargo install with no arguments installs to ~/.cargo/bin/garden by default. Once you have garden installed then you can use Garden's garden.yaml to run Garden's custom worfkflow commands. garden test runs the test suite using cargo test. garden check runs checks and linters. garden doc builds the documentation. garden fmt formats the source code. garden install-doc installs the documentation. See Garden's garden.yaml for more details.","breadcrumbs":"Installation » Build and Install from Source for Development","id":"9","title":"Build and Install from Source for Development"}},"length":70,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"55":{"tf":3.3166247903554},"56":{"tf":6.244997998398398},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"2":{"tf":2.23606797749979},"20":{"tf":3.3166247903554},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":8.0},"26":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":3.1622776601683795},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.385164807134504},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":28,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.7416573867739413},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.47213595499958},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":2.0},"34":{"tf":1.0}},"u":{"df":6,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.7416573867739413},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":4.242640687119285},"25":{"tf":6.244997998398398},"26":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"28":{"tf":2.23606797749979},"29":{"tf":3.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.605551275463989},"35":{"tf":4.795831523312719},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.449489742783178},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.0},"55":{"tf":2.449489742783178},"56":{"tf":5.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":3.3166247903554},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.3166247903554},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.0},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.242640687119285},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.449489742783178},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.8284271247461903},"6":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.0},"8":{"tf":2.0},"9":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"54":{"tf":3.1622776601683795}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.6457513110645907},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.3166247903554}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"14":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.449489742783178},"34":{"tf":2.0},"37":{"tf":2.0},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":23,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.4641016151377544},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.23606797749979}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.605551275463989},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.1622776601683795},"15":{"tf":3.3166247903554},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.449489742783178},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.1622776601683795},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.605551275463989},"40":{"tf":1.7320508075688772},"41":{"tf":4.795831523312719},"43":{"tf":2.0},"47":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.6457513110645907}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.7320508075688772},"6":{"tf":2.0},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.1622776601683795},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"55":{"tf":3.605551275463989},"56":{"tf":6.324555320336759},"57":{"tf":2.449489742783178},"58":{"tf":2.6457513110645907}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":43,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":2.23606797749979},"20":{"tf":3.605551275463989},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":8.06225774829855},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":3.3166247903554},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.449489742783178},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.477225575051661},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.872983346207417},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.58257569495584},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":2.23606797749979},"34":{"tf":1.0}},"u":{"df":6,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.449489742783178},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.872983346207417},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.3166247903554},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":4.358898943540674},"25":{"tf":6.324555320336759},"26":{"tf":2.6457513110645907},"27":{"tf":3.0},"28":{"tf":2.449489742783178},"29":{"tf":3.1622776601683795},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.7416573867739413},"35":{"tf":4.795831523312719},"36":{"tf":2.449489742783178},"37":{"tf":2.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.6457513110645907},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":5.0990195135927845},"57":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":3.4641016151377544},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.4641016151377544},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":3.0},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.123105625617661},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.8284271247461903}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.358898943540674},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.6457513110645907},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"25":{"tf":2.0},"3":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"5":{"tf":2.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":3.0},"6":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.3166247903554},"8":{"tf":2.449489742783178},"9":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":3.0},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":2.0},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":2.449489742783178},"53":{"tf":1.7320508075688772},"54":{"tf":3.3166247903554}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.8284271247461903},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.4641016151377544}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.6457513110645907},"34":{"tf":2.0},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":23,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.605551275463989},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.449489742783178}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.7416573867739413},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":2.0},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.4641016151377544},"15":{"tf":3.605551275463989},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":2.23606797749979},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.449489742783178},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.6457513110645907},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.1622776601683795},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.7416573867739413},"40":{"tf":2.0},"41":{"tf":4.898979485566356},"43":{"tf":2.0},"47":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.8284271247461903}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"title":{"root":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"m":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"3":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"52":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}},"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":20,"teaser_word_count":30},"search_options":{"bool":"AND","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":2},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["index.html#garden-user-guide","index.html#introduction","glossary.html#glossary","installation.html#installation","installation.html#rust-and-cargo","installation.html#cratesio","installation.html#latest-using-cargo","installation.html#install-using-homebrew","installation.html#install-on-netbsd","installation.html#build-and-install-from-source-for-development","installation.html#windows","setup-and-usage.html#setup-and-usage","setup-and-usage.html#setup","setup-and-usage.html#usage","tree-queries.html#tree-queries","tree-queries.html#resolving-trees-groups-or-gardens-only","tree-queries.html#tree-queries-resolve-to-multiple-trees","tree-queries.html#paths","tree-queries.html#wildcards","commands.html#commands","commands.html#command-line-conventions","commands.html#garden-init","commands.html#garden-plant","commands.html#garden--tree-query","commands.html#garden-grow","commands.html#garden-cmd","commands.html#garden-exec","commands.html#garden-eval","commands.html#garden-shell","commands.html#garden-prune","commands.html#enable-deletions","commands.html#limit-concurrency","commands.html#limit-filesystem-traversal-depth","commands.html#enable-scripted-usage-by-answering-yes-to-all-prompts","commands.html#garden-completion","configuration.html#configuration","configuration.html#garden-root","configuration.html#garden-shell","configuration.html#includes","configuration.html#variables","configuration.html#built-in-variables","configuration.html#environment-variables","configuration.html#gardens-groups-and-trees","configuration.html#templates","configuration.html#string-to-list-promotion","configuration.html#wildcards","configuration.html#symlinks","configuration.html#grafts","examples.html#examples","examples.html#photo-restoration","examples.html#git-cola-development","examples/photo-restoration.html#photo-restoration","examples/photo-restoration.html#setup","examples/photo-restoration.html#run-the-software","examples/photo-restoration.html#gardenyaml","examples/git-cola.html#git-cola-development","examples/git-cola.html#gardenyaml","examples/git-cola.html#pre-defined-custom-commands-and-ad-hoc-commands","examples/git-cola.html#self-contained-installation-demo","changelog.html#changelog","changelog.html#v080","changelog.html#v070","changelog.html#v060","changelog.html#v051","changelog.html#v050","changelog.html#v041","changelog.html#v040","changelog.html#v030","changelog.html#v020","changelog.html#v010"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":4,"title":3},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":50,"breadcrumbs":2,"title":1},"11":{"body":0,"breadcrumbs":4,"title":2},"12":{"body":105,"breadcrumbs":3,"title":1},"13":{"body":74,"breadcrumbs":3,"title":1},"14":{"body":50,"breadcrumbs":4,"title":2},"15":{"body":71,"breadcrumbs":6,"title":4},"16":{"body":27,"breadcrumbs":7,"title":5},"17":{"body":31,"breadcrumbs":3,"title":1},"18":{"body":40,"breadcrumbs":3,"title":1},"19":{"body":17,"breadcrumbs":2,"title":1},"2":{"body":108,"breadcrumbs":2,"title":1},"20":{"body":110,"breadcrumbs":4,"title":3},"21":{"body":68,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":2},"23":{"body":22,"breadcrumbs":4,"title":3},"24":{"body":455,"breadcrumbs":3,"title":2},"25":{"body":668,"breadcrumbs":3,"title":2},"26":{"body":37,"breadcrumbs":3,"title":2},"27":{"body":53,"breadcrumbs":3,"title":2},"28":{"body":55,"breadcrumbs":3,"title":2},"29":{"body":52,"breadcrumbs":3,"title":2},"3":{"body":34,"breadcrumbs":2,"title":1},"30":{"body":29,"breadcrumbs":3,"title":2},"31":{"body":19,"breadcrumbs":3,"title":2},"32":{"body":60,"breadcrumbs":5,"title":4},"33":{"body":79,"breadcrumbs":7,"title":6},"34":{"body":195,"breadcrumbs":3,"title":2},"35":{"body":455,"breadcrumbs":2,"title":1},"36":{"body":62,"breadcrumbs":3,"title":2},"37":{"body":33,"breadcrumbs":3,"title":2},"38":{"body":238,"breadcrumbs":2,"title":1},"39":{"body":92,"breadcrumbs":2,"title":1},"4":{"body":31,"breadcrumbs":3,"title":2},"40":{"body":29,"breadcrumbs":3,"title":2},"41":{"body":162,"breadcrumbs":3,"title":2},"42":{"body":54,"breadcrumbs":4,"title":3},"43":{"body":96,"breadcrumbs":2,"title":1},"44":{"body":94,"breadcrumbs":4,"title":3},"45":{"body":35,"breadcrumbs":2,"title":1},"46":{"body":37,"breadcrumbs":2,"title":1},"47":{"body":135,"breadcrumbs":2,"title":1},"48":{"body":9,"breadcrumbs":2,"title":1},"49":{"body":21,"breadcrumbs":3,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":15,"breadcrumbs":4,"title":3},"51":{"body":11,"breadcrumbs":5,"title":2},"52":{"body":75,"breadcrumbs":4,"title":1},"53":{"body":57,"breadcrumbs":5,"title":2},"54":{"body":157,"breadcrumbs":4,"title":1},"55":{"body":134,"breadcrumbs":6,"title":3},"56":{"body":402,"breadcrumbs":4,"title":1},"57":{"body":51,"breadcrumbs":10,"title":7},"58":{"body":77,"breadcrumbs":7,"title":4},"59":{"body":0,"breadcrumbs":2,"title":1},"6":{"body":27,"breadcrumbs":4,"title":3},"60":{"body":45,"breadcrumbs":2,"title":1},"61":{"body":84,"breadcrumbs":2,"title":1},"62":{"body":35,"breadcrumbs":2,"title":1},"63":{"body":22,"breadcrumbs":2,"title":1},"64":{"body":159,"breadcrumbs":2,"title":1},"65":{"body":29,"breadcrumbs":2,"title":1},"66":{"body":125,"breadcrumbs":2,"title":1},"67":{"body":13,"breadcrumbs":2,"title":1},"68":{"body":35,"breadcrumbs":2,"title":1},"69":{"body":37,"breadcrumbs":2,"title":1},"7":{"body":120,"breadcrumbs":4,"title":3},"8":{"body":21,"breadcrumbs":3,"title":2},"9":{"body":72,"breadcrumbs":5,"title":4}},"docs":{"0":{"body":"","breadcrumbs":"Garden » Garden User Guide","id":"0","title":"Garden User Guide"},"1":{"body":"Garden streamlines development workflows that involve a loosely-coupled set of multiple, independent Git trees. Garden allows you to define dynamic relationships and workflows between these repositories using a declarative YAML config file that can be shared and used as a bootstrapping mechanism for getting a auditable, from-source project cloned, built, installed and running with minimal effort for consumers of a Garden file. Garden sits above any individual project's build scripts and conventions. Garden is all about making it easy to remix and reuse libraries maintained in seperate Git repositories.","breadcrumbs":"Garden » Introduction","id":"1","title":"Introduction"},"10":{"body":"Garden is developed on Linux and supported on macOS and BSDs where Rust is available. Garden is not supported on Windows. Garden \"should\" work fine on Windows if you install a shell (eg. bash.exe or zsh.exe) in $PATH and patch a few details to deal with Windows-isms, but Garden is untested and not supported by the core team on Windows or WSL. Issues related to Windows will be closed. Pull requests related to these systems are welcome as long as they do not clutter the core or test suite with Windows-isms.","breadcrumbs":"Installation » Windows","id":"10","title":"Windows"},"11":{"body":"","breadcrumbs":"Setup and Usage » Setup and Usage","id":"11","title":"Setup and Usage"},"12":{"body":"A garden can be created in any directory. Run garden init to create an empty \"garden.yaml\" file for defining trees, groups and gardens. # Create an empty \"garden.yaml\" in the current directory.\ngarden init By default, the garden.yaml is configured to operate on trees in the current directory relative to the garden file. The garden command searches the current directory for a \"garden.yaml\" config file. If no \"garden.yaml\" could be found in the current directory then garden will attempt to load a \"global\" configuration file, typically located in ~/.config/garden/garden.yaml. The following garden init invocation creates an empty garden.yaml with a root directory of ~/src in the user's home configuration directory. This is typically ~/.config/garden/garden.yaml. garden init --global --root '~/src' This allows you to access the config irrespective of the current directory and perform garden operations without needing to cd into ~/src/ to do so. If multiple configuration files are made available in ~/.config/garden, then using garden -c alt.yaml ... from any directory (without specifying an absolute path) will use the alt.yaml garden file.","breadcrumbs":"Setup and Usage » Setup","id":"12","title":"Setup"},"13":{"body":"Now that we know how to create a garden.yaml we can start using garden to track our development repositories. When we have a ~/src/garden.yaml file with Git worktrees alongside it in the ~/src directory then we can start adding those trees to the garden file. Existing trees are added to a garden file using garden plant . Once we have a garden file with trees in it then we can use the garden file to recreate our setup using garden grow. The garden grow command brings trees into existence by cloning trees that have been configured in a garden file. Garden commands are used to operate over sets of trees once a configuration has been defined. See the Garden Commands Documentation for detailed information about the built-in garden commands.","breadcrumbs":"Setup and Usage » Usage","id":"13","title":"Usage"},"14":{"body":"Garden commands take arguments that specify which groups, gardens or trees to operate on. Tree queries are strings that resolve to a set of trees. Command arguments with garden, group or tree names, @tree references, %group references, :garden references and wildcards are all referred to as \"tree queries\". When a name is specified, garden will use the first matching garden, group or tree, in that order, when determining which trees to operate on. When a garden or group is matched, all of its associated trees are used.","breadcrumbs":"Tree Queries » Tree Queries","id":"14","title":"Tree Queries"},"15":{"body":"If you have groups, gardens, and trees with the same name then you can use the @tree, %group, and :garden syntax to disambiguate between them. @tree - values prefixed with @ resolve trees only %group - values prefixed with % resolve groups only :garden - values prefixed with : resolve gardens only garden grow @tree # grow the tree called \"tree\"\ngarden grow %group # grow the group called \"group\"\ngarden grow :garden # grow the garden called \"garden\" When no prefixes are specified then the names are resolved in the following order: gardens, groups and trees. Gardens have the highest priority, followed by groups and lastly trees. If your trees, groups and gardens are named uniquely then no prefixes are needed.","breadcrumbs":"Tree Queries » Resolving Trees, Groups or Gardens Only","id":"15","title":"Resolving Trees, Groups or Gardens Only"},"16":{"body":"In the following example, the \"cola\" garden is found in the example configuration. Each command is run over every tree in that garden. garden exec cola git status -s\ngarden status cola\ngarden cmd cola status build","breadcrumbs":"Tree Queries » Tree Queries Resolve to Multiple Trees","id":"16","title":"Tree Queries Resolve to Multiple Trees"},"17":{"body":"Paths can be specified as well, but the filesystem has the lowest priority relative to gardens, groups, and trees. When specifyiing paths they must resolve to a configured tree. For example, garden build . -- --verbose runs the build command on the tree in the current directory and passes the --verbose flag to the configured build command.","breadcrumbs":"Tree Queries » Paths","id":"17","title":"Paths"},"18":{"body":"Garden understands shell wildcards. Glob wildcards in tree queries allows operations to span over ad-hoc gardens, groups and trees. This following examples show how wildcards might be used: # Grow all all trees whose names start with \"git\" by cloning them.\ngarden grow '@git*' # Run \"pwd\" in all of the same trees.\ngarden exec '@git*' pwd","breadcrumbs":"Tree Queries » Wildcards","id":"18","title":"Wildcards"},"19":{"body":"Garden includes a set of built-in commands and can be flexibly extended with user-defined commands. User-defined commands are one Garden's most useful features.","breadcrumbs":"Commands » Commands","id":"19","title":"Commands"},"2":{"body":"garden.yaml -- a Garden file defines trees, groups and gardens. tree -- a Git worktree. A single repository clone. group -- a named collection of trees. The \"group\" block in the configuration file defines tree groups that are available for use by commands and gardens. garden -- a composite of trees and groups for defining project-level variables and commands. Gardens help create environments for working on libraries, and application that use the library, in tandem. tree query -- a shellexpand glob expression that matches against garden names, group names and tree names. Many garden commands accept tree queries as arguments. Gardens can be used for software projects composed of multiple repositories, or they can be used to provide an approachable way to explore a curated set of Git repositories for any purposes. Gardens allow you to define environment variables and workflow commands that are either available to any tree or scoped to specific gardens only. Groups are lighter-weight than a garden. They group trees together into named collections that can be referenced by gardens and commands.","breadcrumbs":"Glossary » Glossary","id":"2","title":"Glossary"},"20":{"body":"Run garden help to display usage information for garden commands. The usage information is where the command-line options are documented. garden help\ngarden help \ngarden --help Built-in commands use this basic syntax: garden [options] [command-options] [command-arguments]* The following options come before and are common to all commands. -C | --chdir chdir to the specified directory before searching for configuration. This is modeled after make -C ... or git -C .... -c | --config Specify a garden config file to use instead of searching for garden.yaml. The path can either be the path to an actual config file, or it can be the basename of a file in the configuration search path. -v | --verbose Enable verbose debugging output. -D | --define name=value Override a configured variable by passing a name=value string to the -D | --define option. The variable named name will be updated with the garden expression value. Multiple variables can be set by specifying the flag multiple times.","breadcrumbs":"Commands » Command-Line Conventions","id":"20","title":"Command-Line Conventions"},"21":{"body":"garden init [options] [] # create a local garden config rooted at the current directory\ngarden init --root '${GARDEN_CONFIG_DIR}' # create a global garden config rooted at ~/src\ngarden init --global --root '~/src' The init command will create an empty Garden YAML file with the minimal boilerplate to start using garden. If no is specified, garden.yaml in the current directory will be written. The Garden file is written to the user's ~/.config/garden/ global configuration directory when --global is specified. This command is typically run without specifying a filename. After garden init the following files are created. current-directory/\n└── garden.yaml","breadcrumbs":"Commands » garden init","id":"21","title":"garden init"},"22":{"body":"garden plant Add a pre-existing Git worktree to garden.yaml. The trees section in the garden.yaml file will be updated with details about the new tree. garden plant records the Git remotes associated with a repository. It is safe to re-run garden plant in order to add new remotes to an existing configuration. Repositories created using git worktree are supported by garden plant. Parent trees must be planted first before planting a child tree.","breadcrumbs":"Commands » garden plant","id":"22","title":"garden plant"},"23":{"body":"Garden commands accept tree query strings that are used to refer to sets of trees. Tree queries are glob string patterns that can be used to match the gardens, groups or trees defined in \"garden.yaml\".","breadcrumbs":"Commands » garden ... [tree-query]","id":"23","title":"garden ... [tree-query]"},"24":{"body":"garden grow # Example usage\ngarden grow cola If you have a garden.yaml file, either one that you authored yourself or one that was provided to you, then you will need to grow the Git trees into existence. The grow sub-command updates or creates the trees matched by the and places them into the paths defined by the garden file. It is safe to re-run the grow command and re-grow a tree. Existing trees will have their git configuration updated to match the configured remotes. Missing repositories are created by cloning the configured tree url. Branches The branch: tree variable is used to specify which branch should be cloned and checked out when the tree is grown. trees: example: branch: dev url: url garden grow example clones the repository using git clone --branch=dev. The branch setting is a tree variable and supports ${variable} expressions. Shallow Clones The depth: tree parameter is used to create shallow clones. trees: example: depth: 42 url: url garden grow example clones the repository using: git clone --depth=42 --no-single-branch Even though a shallow clone is created, all of the remote tracking branches (eg. origin/*) are available because we clone the repository using the --no-single-branch option. The single-branch: true tree parameter is used to create clones that contain a single branch only. This is useful if you want to limit the on-disk footprint of repositories by only having a single branch available. This paramter is typically used in conjunction with branch: and depth: 1 to create a 1-commit shallow clone with a single branch. trees: example: branch: dev depth: 1 single-branch: true url: url Wildcards Wildcards are supported in the trees queries supported by garden grow. garden grow 'glob*' grows the gardens, groups or trees that start with \"glob\". If garden.yaml contains gardens whose name matches the query then the trees associated with each garden are grown. If no gardens are found then garden will search for \"groups\" that match the query. If groups are found then the trees within each group will be grown. If no gardens and no groups are found then will garden search for trees and grow those whose names match the query string. Worktrees garden grow can be used to create worktrees that share their .git storage using git worktree . To create shared storage, define the primary worktree where the .git storage will reside and then define additional trees that reference the worktrees. trees: example/main: url example/dev: worktree: example/main branch: dev example/v2: worktree: example/main branch: v2 This example uses example/main tree for the shared storage and two additional worktrees. example/dev uses the dev branch and example/v2 uses the v2 branch. Upstream Branches Remote tracking branches can be configured by defining a branches block that maps local branch names (the key) to a remote branch name expression (the value). trees: example/branches: branch: local branches: local: origin/dev dev: origin/dev The above configuration creates local branches called local and dev and checks out the local branch when garden grow example/branches is run. Git Configuration Values The garden grow command will apply git configuration values that are specified using the gitconfig key. trees: foo: gitconfig: # Override the submodule URL for \"thirdparty/repo\". submodule.thirdparty/repo.url: \"git@private.example.com:thirdparty/repo.git\" Multi-valued git config --add values are also supported, for example the remote.$name.pushurl value can be set to multiple values. Use a list as the value for the key and multiple values will be added using git config --add $name $value . trees: foo: url: \"git@github.com:example/foo.git\" gitconfig: remote.origin.pushurl: # Push to multiple remotes when using \"git push origin\" - \"git@github.com:example/foo.git\" - \"git@private.example.com:example/foo.git\" Bare Repositories To clone bare repositories use bare: true in the tree configuration. trees: example: bare: true url: url Bare clones are created by default when the tree path ends in .git. For example, a tree called example.git will be bare: true by default. trees: example.git: url Setting bare: false overrides the name-based detection of bare repositories. trees: example.git: bare: false url: url","breadcrumbs":"Commands » garden grow","id":"24","title":"garden grow"},"25":{"body":"garden cmd []... [-- ..] # Example usage\ngarden cmd cola build test -- V=1 Run one or more user-defined commands over the gardens, groups or trees that match the specified tree query. The exapmle above runs the build and test commands in all of the trees that are part of the cola garden. Commands garden cmd and garden interact with custom commands that are configured in the commands section for templates, trees, gardens, and the top-level scope. # Example usage # Run the test\" command in the cola and vx trees\ngarden test cola vx # Use \"--\" to forward arguments to the custom commands\ngarden test cola vx -- V=1 Custom commands can be defined at either the tree or garden scope. Commands defined at the garden scope extend commands defined on a tree. If both a tree and the garden containing that tree defines a command called test then garden test will first run the tree's test command followed by the garden's test command. Commands are executed in a shell so that shell expressions can be used in commands. A POSIX-compatible shell must be installed in your $PATH. The garden.shell configuration value defaults to zsh but can be set to any shell that accepts -e and -c ' options (for example bash). If zsh is not installed then bash will be used by default instead. If neither zsh nor bash is installed then sh will be used by default instead. Each command runs under [\"zsh\", \"-e\", \"-c\", \"\"] with the resolved environment from the corresponding garden, group, or tree. Multi-line and multi-statement command strings will stop executing as soon as the first non-zero exit code is encountered due to the use of the -e shell option. Use the -n | --no-errexit option to inhibit the use of the -e errexit option. The --no-errexit option causes commands with multiple statements to run to completion even when a non-zero exit code is encountered. This is akin to a regular shell script. You can also opt-out of the errexit behavior on a per-command basis by adding set +e as the first line of a multi-line command. Additional command-line specified after a double-dash (--) end-of-options marker are forwarded to each command. \"$0\" in a custom command points to the current garden executable and can be used to rerun garden from within a garden command. Additional arguments are available to command strings by using the traditional \"$@\" shell syntax. When additional arguments are present \"$1\", \"$2\", and subsequent variables will be set according to each argument. # Commands can be defined in multiple ways.\n# Strings and lists of strings are both supported via \"String to List Promotion\".\n# The YAML reader accepts multi-line strings using the the \"|\" pipe syntax. commands: one-liner: echo hello \"$@\" multi-liner: | if test \"${debian}\" = \"yes\" then apt install rust-all else multi-statement-and-multi-liner: - echo a $1 - | echo b $3 echo c $4 variables: name: value debian: $ type apt-get >/dev/null && echo yes || echo no # Commands can also be defined at tree and garden scope trees: our-tree: commands: tree-cmd: echo ${TREE_NAME} gardens: all: trees: * commands: print-pwd: pwd Shell Syntax User-defined Commands and Exec Expressions are evaluated by the shell configured in the garden.shell configuration value. Garden and Shells share a key piece of common syntax: the interpolated braced ${variable} syntax. Garden Variables that use the ${variable} syntax are evaluated by garden first before the shell has evaluated them. This means that the shell syntax supported by Garden's Exec Expressions is a subset of the full syntax because shell-only variables such as ${OSTYPE} cannot be accessed using the braced-variable syntax. commands: example-command: | shell_variable=$(date +%s) echo hello $OSTYPE $shell_variable The plain $variable syntax is reserved for use by the shell commands used in user-defined Commands and Exec Expressions. Environment Variables can be used in shell scriptlets through both the $ENV and ${ENV} braced variable syntax. Garden makes ${PATH} and all other environment variables available during variable expansion. The distinction between the ${garden} and $shell syntax is only relevant when using variables defined within shell command, such as $shell_variable above. If the ${shell_variable} syntax were to be used in the example-command then an empty value would have been used instead of the output of date +%s. Sometimes it is necessary to actually use the ${...} braced literal syntax in shell commands. The $${...} braced double-dollar syntax can be used to escape a braced value and disable evalution by garden. Double-$ can generally be used to escape literal $ values in commands, but escaping is handled automatically for regular $shell variables. Depth-first and Breadth-first Tree Traversal The following two invocations run commands in a different order: # Depth-first (default)\ngarden cmd treesitters build test # Breadth-first\ngarden cmd --breadth-first treesitters build test The default traversal order for commands is depth-first. This means that both the build and test commands are run on each tree in the treesitters group before running any commands on the next tree. The -b | --breadth-first option enables a breadth-first traversal. A breadth-first traversal runs the build command over all of the trees in the treesitters group before the test command is run over all of the trees in the same group. Custom Commands garden []* [-- ...] # Example usage\ngarden status @git-cola .\ngarden build cola -- V=1 garden is another way to execute a user-defined . This form allows you to specify multiple queries rather than multiple commands. When no builtin command exists by the specified name then garden will use custom commands defined in a commands block at the corresponding garden or tree scope. garden ... is complementary to garden cmd .... garden cmd ... runs multiple commands over a single query. garden ... runs a command over multiple queries. For example, garden build treesitters catsitters will run a user-defined build command over both the treesitters and catsitters groups.","breadcrumbs":"Commands » garden cmd","id":"25","title":"garden cmd"},"26":{"body":"garden exec []* # example\ngarden exec cola git status -s Run commands over the trees, groups or gardens matched by tree query. When the resolves to a garden then the environment is configured for the command using the environment variables and custom commands from both the tree and the garden.","breadcrumbs":"Commands » garden exec","id":"26","title":"garden exec"},"27":{"body":"garden eval [] [] # example\ngarden eval '${GARDEN_ROOT}'\ngarden eval '${TREE_PATH}' cola Evaluate a Garden Expression in the specified tree context and output the result to stdout. Garden Expressions are strings-with-${variables} that get substituted and resolved using garden's variables and environment blocks. If no tree is given then the variable scope includes the top-level variables block only. When a tree is given then its variables are considered as well. When a garden is specified then the garden's variables are also available for evaluation.","breadcrumbs":"Commands » garden eval","id":"27","title":"garden eval"},"28":{"body":"garden shell [] # example\ngarden shell cola Launch a shell inside the environment synthesized by the tree query. If is specified then the current directory will be set to the tree's directory. If the resolved tree query contains a tree whose name exactly matches the query string then that tree's directory will be used when opening the shell. The optional tree argument is not needed for the case where a garden and tree share a name -- garden will chdir into that same-named tree when creating the shell.","breadcrumbs":"Commands » garden shell","id":"28","title":"garden shell"},"29":{"body":"garden prune [options] [...] Traverse the filesystem and interactively delete any repositories that are not referenced by the garden file. This command is intended to cleanup a garden-managed directory. Its intended usage is to delete repositories that were created (eg. via garden grow) and have since been removed from your version-controlled garden configuration. Warning : garden prune is a dangerous command and must be run with care. garden prune deletes repositories and all of their files (including the .git storage)! The following options are supported by garden prune.","breadcrumbs":"Commands » garden prune","id":"29","title":"garden prune"},"3":{"body":"There are multiple ways to install garden. These instructions assume that you have cargo installed for Rust development. Skip ahead to the Homebrew section if you're on macOS and prefer to install garden using Homebrew. Skip ahead to the NetBSD section if you're on NetBSD and prefer to install garden using pkgin or the pkgsrc/NetBSD sources.","breadcrumbs":"Installation » Installation","id":"3","title":"Installation"},"30":{"body":"--rm The garden prune command uses a no-op \"safe mode\" which does not actually delete repositories by default. Deletions must be enabled by specifying the --rm option. Use the --rm option only after you have verified that garden prune is not going to delete any unexpected repositories that you intended to keep.","breadcrumbs":"Commands » Enable deletions","id":"30","title":"Enable deletions"},"31":{"body":"--jobs The prune process runs in parallel across multiple cores. All cores are used by default. The --jobs option limits the number of cores to the specified number of jobs.","breadcrumbs":"Commands » Limit concurrency","id":"31","title":"Limit concurrency"},"32":{"body":"--min-depth \n--max-depth \n--exact-depth The cleanup process can be limited to specific traversal depths. The filesystem is traversed with no limits by default. Specifying a minimum depth will not remove repositories shallower than the specified depth. For example, --min-depth 1 will not remove repositories in the same directory as the garden file. Specifying a maximum depth will not remove repositories deeper than the specified depth. For example, --max-depth 0 will not remove repositories in subdirectories below the directory containing the garden file.","breadcrumbs":"Commands » Limit filesystem traversal depth","id":"32","title":"Limit filesystem traversal depth"},"33":{"body":"--no-prompt The garden prune command interactively prompts before removing each repository. The prompt looks like the following: # /home/user/src/example\nDelete the \"example\" repository?\nWARNING: \"all\" deletes \"example\" and ALL subsequent repositories!\nChoices: yes, no, all, quit [y,n,all,q]? Entering y (or yes) at the prompt will delete the repository and all of its files. Entering n (or no) at the prompt will skip and not remove the repository. Entering q (or quit) will exit garden prune without deleting the repository. Entering all will remove the repository and all subsequent repositories. all is equivalent to answering yes to all further prompts. Entering all is dangerous and proceeds without further prompts. Be careful! --no-prompt is also equivalent to answering yes to all prompts. --no-prompt is intended for use in scripts where user interaction is not desired. Use with caution!","breadcrumbs":"Commands » Enable scripted usage by answering \"yes\" to all prompts","id":"33","title":"Enable scripted usage by answering \"yes\" to all prompts"},"34":{"body":"Shell completions for garden can be generated by running the garden completion command. garden completion uses clap complete to generate its completions. The --commands options will additionally generate completions for custom commands. Zsh Ensure that your ~/.zshrc file has completions enabled and that you have a directory configured in your $fpath for zsh completion scripts. Add the following snippet to your ~/.zshrc to enable completions and configure ~/.config/zsh/completion for providing completion scripts. fpath=(~/.config/zsh/completion $fpath)\nautoload -U +X compinit\ncompinit -i These settings make zsh look for a script called _garden in the directory when tab-completing for garden. Lastly, create the directory and generate the ~/.config/zsh/completion/_garden zsh shell completion script. mkdir -p ~/.config/zsh/completion\ngarden completion zsh >~/.config/zsh/completion/_garden Use garden completion --commands zsh instead of garden completion zsh to include completions for custom commands. NOTE : You should regenerate the _garden zsh completion script whenever garden is upgraded to ensure that all of the options and commands have up to date completions. Bash Add the following snippet to your ~/.bashrc to enable bash tab completions. if test -n \"$PS1\" && type garden >/dev/null 2>&1\nthen eval \"$(garden completion bash)\" 2>/dev/null\nfi Use garden completion --commands bash instead of garden completion bash to include completions for custom commands. Future shell completion enhancements Tab completion can only be made to include a static set of user-defined commands. Custom commands cannot be defined dynamically, which means that the same completions will be used irrespective of your current directory. Improvements to the shell completions can be made once traction has been made on the following upstream issues: clap #3022 - zsh broken with two multi length arguments clap #4612 - candidate fix for the above issue clapng #92 - Dynamic completion support","breadcrumbs":"Commands » garden completion","id":"34","title":"garden completion"},"35":{"body":"Garden is configured through a YAML configuration file, typically called \"garden.yaml\". Garden will find garden.yaml in current directory or in specific locations on the filesystem when unspecified. Garden searches for garden.yaml in the following locations. The first one found is used. # Relative to the current directory\n./garden.yaml\n./garden/garden.yaml\n./etc/garden/garden.yaml # Relative to $HOME\n~/.config/garden/garden.yaml\n~/etc/garden/garden.yaml # Global configuration\n/etc/garden/garden.yaml Use garden -c|--config to specify a garden file and override garden's file discovery. The following example garden.yaml is referred to by the documentation when showing examples. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Configuration » Configuration","id":"35","title":"Configuration"},"36":{"body":"The garden root directory is configured in the garden.root field. This directory is the parent directory in which all trees will be cloned. Slashes in tree paths will create new directories on disk as needed. garden.root defaults to the current directory when unspecified. The built-in ${GARDEN_CONFIG_DIR} variable can be used to create relocatable setups that define a garden.root relative to the garden file itself. To place all trees in a src directory sibling to the garden.yaml file, the following configuration can be used: garden: root: ${GARDEN_CONFIG_DIR}/src To place all trees in a src directory in your $HOME directory, the following configuration can be used: garden: root: ~/src","breadcrumbs":"Configuration » Garden Root","id":"36","title":"Garden Root"},"37":{"body":"The shell used by garden when running Commands and evaluating Exec Expressions can be configured in the garden.shell field. garden: shell: zsh The $PATH environment variable is probed for available shells in the following order when garden.shell is omitted. The first one found is the one that's used. zsh bash sh","breadcrumbs":"Configuration » Garden Shell","id":"37","title":"Garden Shell"},"38":{"body":"Garden files can be split apart into several files for modularity and reuse. You can use the garden.includes list to specify other garden files to include into the current garden file. garden: includes: # Includes are relative to the GARDEN_CONFIG_DIR by default. - variables.yaml # Includes can reference custom and built-in ${variables}. - ${include_dir}/commands.yaml variables: include_dir: ${GARDEN_ROOT} Absolute paths in the garden.includes list are included as-is. Relative paths in the garden.includes list are resolved. Relative paths are first resolved relative to the file in which they are defined. This allows nested include files to use relative paths for their nested includes. If an include file is not found relative to the current garden file then a path relative to the root configuration directory will be checked for the existence of the file. Includes files are treated like \"optional\" includes -- include files that cannot be found are silenty ignored. Enable the garden -d config ... debug flag to display warnings about missing include files. The \"Last One Wins\" Rule Entities in garden files such as trees, gardens, groups, commands and variables can be sparsely defined across multiple files by using includes. When the same entry is found in multiple included files then the only last definition will be used. This is referred to as the \"Last One Wins\" rule. Entities defined in the the root garden.yaml have the highest precedence and override entries provided via garden.includes. variables, commands, groups and gardens are completely replaced when multiple definitions are found. trees are sparsely overridden. If an override definition in the top-level garden.yaml replaces just the url field, for example, then all of the commands, variables and environment values from the earlier definition are retained and only the url for the origin remote is replaced. If a tree needs to completely override a base definition then a tree can use replace: true to indicate that the tree definition is replacement for the earlier tree definition. # garden.yaml\n---\ngarden: includes: trees.yaml trees: example: replace: true url: https://custom.example.com/custom/tree\n... The garden.yaml above includes trees.yaml. The example tree is originally defined here, but it is completely replaced by the same entry above. # trees.yaml\n---\ntrees: example: https://example.com/original/tree commands: echo: Hello, ${TREE_NAME}\n... In the example above, the example tree completely replaces the same tree from the included trees.yaml. None of the commands, variables or other settings from the replaced tree are retained.","breadcrumbs":"Configuration » Includes","id":"38","title":"Includes"},"39":{"body":"Garden configuration contains a \"variables\" block that allows defining variables that are can be referenced by other garden values. variables: flavor: debug user: $ whoami libdir: $ test -e /usr/lib64 && echo lib64 || echo lib nproc: $ nproc prefix: ~/.local py_ver_code: from sys import version_info as v; print(\"%s.%s\" % v[:2]) py_ver: $ python -c '${py_ver_code}' py_site: ${libdir}/python${py_ver}/site-packages Variables definitions can reference environment variables and other garden variables. Variable references use shell ${variable} syntax. Values that start with dollar-sign+space ($ ) are called \"exec expressions\". Exec expressions are run through a shell after evaluation and replaced with the output of the evaluated command. When resolving values, variables defined in a tree scope override/replace variables defined at the global scope. Variables defined in garden scope override/replace variables defined in a tree scope.","breadcrumbs":"Configuration » Variables","id":"39","title":"Variables"},"4":{"body":"If you already have cargo installed then you can skip this section. You may be able to install cargo on macOS and Linux using standard package managers, eg. brew install rust or apt install rust-all. Other platforms and older distributions can get a Rust development toolchain by going to rustup.rs and following the installation instructions .","breadcrumbs":"Installation » Rust and Cargo","id":"4","title":"Rust and Cargo"},"40":{"body":"Garden automatically defines some built-in variables that can be useful when constructing values for variables, commands, and paths. GARDEN_CONFIG_DIR -- Directory containing the garden.yaml config file. GARDEN_ROOT -- Root directory for trees. TREE_NAME -- Current tree name. TREE_PATH -- Current tree path.","breadcrumbs":"Configuration » Built-in variables","id":"40","title":"Built-in variables"},"41":{"body":"The \"environment\" block defines variables that are stored in the environment. Environment variables are resolved in the same order as the garden variables: global scope, tree scope, and garden scope. This allows gardens to prepend/append variables after a tree, thus allowing for customization of behavior from the garden scope. Environment variables are resolved after garden variables. This allows the use of garden variables when defining environment variable values. Environment variable names can use garden ${variable} syntax when defining both their name and values. Values in environment blocks prepend to the named environment variable. trees: foo: environment: PATH: ${TREE_PATH}/bin The example above prepends the foo/bin directory to the colon (:)-delimeted PATH environment variable. Names with an equals sign (=) suffix are treated as \"store\" operations and are stored into the environment, fully replacing any pre-existing values. trees: foo: environment: ${TREE_NAME}_LOCATION=: ${TREE_PATH} The example above exports a variable called foo_LOCATION with the location of the tree. If foo_LOCATION is already defined then it its value is replaced. A plus sign (+) suffix in the name append to a variable instead of prepending. trees: foo: environment: PATH+: ${TREE_PATH}/bin The example above appends to the PATH environment variable. Note the + suffix after PATH. OS Environment Variables OS-level environment variables that are present in garden's runtime environment can be referenced using garden ${variable} expression syntax. Garden variables have higher precedence than environment variables when resolving ${variable} references -- the environment is checked only when no garden variables exist by that name.","breadcrumbs":"Configuration » Environment Variables","id":"41","title":"Environment Variables"},"42":{"body":"Trees are Git repositories with configuration that allows for the specification of arbitrary commands and workflows. Groups are a simple named grouping mechanism. Gardens aggregate groups and trees. Define a group and reuse the group in different gardens to share tree lists between gardens. Defining gardens and groups make those names available when querying and performing operations over trees. Gardens can also include environment, gitconfig, and custom group-level commands in addition to the commands provided by each tree.","breadcrumbs":"Configuration » Gardens, Groups and Trees","id":"42","title":"Gardens, Groups and Trees"},"43":{"body":"Templates allow sharing of command, variable, gitconfig, and environment definitions across trees. Adding an entry to the templates configuration block makes a template available when defining trees. Specify templates: to inherit the the specified template's settings when defining trees. The templates field also accepts a list of template names. Trees can also reuse another tree definition by specifying the \"extend\" keyword with the name of another tree. Only the first remote is used when extending a tree. templates: hello: variables: message: Hello ${TREE_NAME}. commands: echo: echo ${message} trees: hello-tree: templates: hello hello-tree-extended: extend: hello-tree variables: message: The time is now: $(date) When a tree specifies multiple templates then all of the tempaltes are merged into the tree's definitions. If variables are multiply-defined across multiple templates then the variable's value from the last specified template will be used.","breadcrumbs":"Configuration » Templates","id":"43","title":"Templates"},"44":{"body":"Fields that expect Lists can also be specified using a String value. Strings will be promoted to a List containing a single String. This is useful when defining commands and groups. The commands block defines commands that are specified using Lists of Strings. String to List Promotion makes it easier to define commands by specifying a single String that can either be a simple value or a multi-line YAML String. The following commands show the various ways that commands can be specified due to the automatic promotion of Strings into Lists. commands: # commands are a list of command strings. cmd1: - echo ${TREE_NAME} - pwd # strings are promoted to a list with a single item. cmd2: echo ${TREE_NAME} && pwd # cmd2 is promoted into cmd2: - echo ${TREE_NAME} && pwd # multi-line command strings are supported using \"|\" YAML syntax. cmd4: | echo ${TREE_NAME} pwd # cmd4 is promoted into cmd4: - \"echo ${TREE_NAME}\\npwd\"","breadcrumbs":"Configuration » String to List Promotion","id":"44","title":"String to List Promotion"},"45":{"body":"The names in garden tree and group lists, and group member names accept glob wildcard patterns. The \"annex\" group definition is: annex/*. This matches all trees that start with \"annex/\". The \"git-all\" group has two entries -- git* and cola. the first matches all trees that start with \"git\", and the second one matches \"cola\" only.","breadcrumbs":"Configuration » Wildcards","id":"45","title":"Wildcards"},"46":{"body":"Symlink trees create a symlink on the filesystem during garden init. garden exec, and custom garden cmd commands ignore symlink trees. trees: media: path: ~/media symlink: /media/${USER} The \"path\" entry behaves like the tree \"path\" entry -- when unspecified it defaults to a path named after the tree relative to the garden root.","breadcrumbs":"Configuration » Symlinks","id":"46","title":"Symlinks"},"47":{"body":"A more advanced modularity feature allow you to stitch additional garden.yaml files underneath a custom \"graft namespace\". The example below demonstrates how to define trees and variables in separate \"graft\" files and refer to them using a graft:: namespace qualfier. # Top-level garden.yaml\ngrafts: graft: graft.yaml graft-repos: config: repos.yaml root: repos trees: local-tree: url: https://git.example.com/repo.git variables: value: \"local ${graft::value}\" variables: value: \"global ${graft::value}\" gardens: example: trees: - local-tree - graft::tree - graft-repos::example The graft-repos graft entry demonstrates how to use a custom root directory for the trees provided by the grafted configuration. The grafts.yaml file provides a tree called tree and a variable called value. We refer to them as graft::tree when specifying trees and ${graft::value} when using variables. graft.yaml contains the following: # The grafted \"graft.yaml\" file.\ntrees: tree: https://git.example.com/tree.git variables: value: \"grafted value\" Running garden eval '${graft::value}' will output grafted value. Running garden eval '${value}' wil output global grafted value, as it evaluates at global scope. Running garden eval '${value}' local-tree will output local grafted value, as it evaluates from local-tree's scope.","breadcrumbs":"Configuration » Grafts","id":"47","title":"Grafts"},"48":{"body":"These examples demonstrate how to setup and run real-world projects using garden.","breadcrumbs":"Examples » Examples","id":"48","title":"Examples"},"49":{"body":"The \"Photo Restoration\" example sets up the Bringing Old Photos Back to Life software for restoring old photos that suffer from severe degradation using deep learning approaches.","breadcrumbs":"Examples » Photo Restoration","id":"49","title":"Photo Restoration"},"5":{"body":"This requires at least Rust 1.45 and Cargo to be installed. Once you have installed Rust, type the following in the terminal: cargo install garden-tools This will download and compile garden for you. The only thing left to do is to add the Cargo $HOME/.cargo/bin directory to your $PATH.","breadcrumbs":"Installation » Crates.io","id":"5","title":"Crates.io"},"50":{"body":"The \"Git Cola\" example sets up a development environment for Git Cola , a PyQt-based graphical user interface for Git.","breadcrumbs":"Examples » Git Cola Development","id":"50","title":"Git Cola Development"},"51":{"body":"This example demonstrates how to run the Bringing Old Photo Back to Life photo restoration project.","breadcrumbs":"Examples » Photo Restoration » Photo Restoration","id":"51","title":"Photo Restoration"},"52":{"body":"Run the following commands to clone the repository, download pre-trained deep-learning model data files used by the software and configure a Python virtualenv used to run the tools. NOTE : this example uses almost 7GB of disk space. # Create a directory we'll clone and build a few repositories.\nmkdir -p photo-restoration && cd photo-restoration # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/photo-restoration/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the trees. This will clone an \"old-photos\" repo.\ngarden grow old-photos # One-time setup: Download resources.\ngarden setup old-photos","breadcrumbs":"Examples » Photo Restoration » Setup","id":"52","title":"Setup"},"53":{"body":"Now that everything is setup we can run the tools using the custom run command provided by the garden.yaml file. The run.py script takes several options. garden run old-photos -- --help Arguments can be passed directly to run.py by passing additional arguments after the special double-dash -- \"end of options\" marker. The example above pases the --help option for demonstration purposes. You will have to specify the --input_folder and --output_folder in order to use the photo restoration tool. See the --help output for more details.","breadcrumbs":"Examples » Photo Restoration » Run the Software","id":"53","title":"Run the Software"},"54":{"body":"The following is the contents of the garden.yaml file used in this example. The setup command defines what happens during garden setup old-photos. The run command defines when happens during garden run old-photos. Additional command-line arguments specified after the double-dash -- marker are available to commands via conventional $1, $2, $N, ... \"$@\" shell variables. ---\ngarden: root: ${GARDEN_CONFIG_DIR}\nvariables: env_py3: $ python3 -c 'import sys; print(\"env%s%s\" % sys.version_info[:2])'\ntrees: old-photos: description: | Restore old photos using machine-learning. $ garden grow old-photos $ garden setup old-photos $ garden run old-photos -- --help url: \"https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life.git\" links: - \"https://colab.research.google.com/drive/1NEm6AsybIiC5TwTU_4DqDkQO0nFRB-uA?usp=sharing&authuser=2#scrollTo=32jCofdSr8AW\" - \"http://raywzy.com/Old_Photo/\" - \"https://news.ycombinator.com/item?id=25148253\" environment: PATH: \"${TREE_PATH}/${env_py3}/bin\" commands: setup: | ( cd ./Face_Detection && ( test -f shape_predictor_68_face_landmarks.dat || ( curl -L http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 -o shape_predictor_68_face_landmarks.dat.bz2 bzip2 -v -d shape_predictor_68_face_landmarks.dat.bz2 ) ) ) ( cd ./Face_Enhancement && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) ( cd ./Global && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) test -d ${env_py3} || ( python3 -m venv ${env_py3} ${env_py3}/bin/pip install -r requirements.txt ) run: ${env_py3}/bin/python3 run.py \"$@\"\n...","breadcrumbs":"Examples » Photo Restoration » garden.yaml","id":"54","title":"garden.yaml"},"55":{"body":"This garden file sets up a development garden with the latest version of Git, Git Cola, qtpy and vx. Run the following commands to see this in action. # Create a directory we'll clone and build a few repositories.\nmkdir -p cola && cd cola # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/git-cola/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the repos in the \"cola\" garden and use a custom\n# \"garden grow\" is a garden built-in command that clones.\ngarden grow cola # \"garden setup\" command defined in \"garden.yaml\" to initializes the environment.\ngarden setup cola # All set! Now we can run Git Cola from the development environment.\ngarden run # Daily development workflow: run tests in each repository in-place.\ngarden test cola # Commands can be passed to the underlying \"run\" command to run Git Cola\n# against any Git repository.\ngarden run -- --repo path/to/any/git/tree # These projects don't need to be \"built\", so this is technically a no-op.\n# A Rust or C++ Rust project could use something like this to run \"make\"\n# in each repository.\ngarden build cola The development repositories are now in your current directory and a development virtualenv is present in the ./dist directory.","breadcrumbs":"Examples » Git Cola » Git Cola Development","id":"55","title":"Git Cola Development"},"56":{"body":"The following is the contents of the garden.yaml file used in this example. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Examples » Git Cola » garden.yaml","id":"56","title":"garden.yaml"},"57":{"body":"Included in garden.yaml are a few few helpful commands that give us a quick view of what's going on in each tree: garden diff cola\ngarden status cola\ngarden lol cola If we want to perform git stuff (like fetch the latest changes), we can always use garden exec to run arbitrary commands: garden exec cola git fetch --verbose # When needed, we can hop into a shell with all of the environment variables set\ngarden shell cola","breadcrumbs":"Examples » Git Cola » Pre-defined Custom Commands and Ad-Hoc Commands","id":"57","title":"Pre-defined Custom Commands and Ad-Hoc Commands"},"58":{"body":"The garden run example runs git and git cola in-place in their respective trees. The git-cola project is not installed into the ./dist directory. It contains just the virtualenv created needed to run it. In order to create a self-contained installation to run the tools independently of their source repositories we have to install them into the ./dist directory. The following example installs Git and Git Cola into the ./dist directory by running the \"make install\" targets in each repo: garden install cola Now we can test the installed tools directly by adding ./dist/bin to our $PATH, or just invoke the script directly: ./dist/bin/git-cola Voila, we now have a fully functional development environment with PyQt5, qtpy and Git Cola ready to go for development.","breadcrumbs":"Examples » Git Cola » Self-contained installation demo","id":"58","title":"Self-contained installation demo"},"59":{"body":"","breadcrumbs":"Changelog » Changelog","id":"59","title":"Changelog"},"6":{"body":"The version published to crates.io will sometimes be behind the source code repository. If you want to install the latest pre-release version then you can build the Git version of Garden yourself using cargo. cargo install --git https://github.com/davvid/garden garden-tools","breadcrumbs":"Installation » Latest using Cargo","id":"6","title":"Latest using Cargo"},"60":{"body":"Features : garden now supports a grafts feature that allows you to stitch configuration entities from separate garden files into a graft-specific namespace. Trees and variables from grafted configurations can be referenced using graft:: namespace qualifiers. garden grow can now configure upstream branches . garden grow can now configure gitconfig settings with multiple values using git config --add .","breadcrumbs":"Changelog » v0.8.0","id":"60","title":"v0.8.0"},"61":{"body":"Features : Trees, Groups, Gardens and Commands defined in the top-level garden.yaml can now override entries defined via garden.includes. Configuration entities now follow \"last one wins\" semantics -- if the same entity is defined in multiple includes files then only the final definition will be used. ( #14 ) ( #15 ) Trees now sparsely override existing entries . This behavior allows a tree definition to replace just the url field, or to replace individual tree commands while retaining the rest. Use replace: true in a Tree definition in order to completely replace the existing entry instead of sparsely overridding it. Improved shell completions for garden, garden init and garden plant. Packaging 0323pin packaged garden for pkgsrc/NetBSD and merged the package into the main branch! ( #13 )","breadcrumbs":"Changelog » v0.7.0","id":"61","title":"v0.7.0"},"62":{"body":"Released 2023-01-20 Features : Both names and values in gitconfig can now use ${var} expressions. Previously only values were evaluated. Config names are evaluated now as well. Fixes The zsh workaround for garden completion zsh is no longer needed. The documentation for generating zsh completions has been updated. ( #10 )","breadcrumbs":"Changelog » v0.6.0","id":"62","title":"v0.6.0"},"63":{"body":"Released 2023-01-15 Fixes Exec expressions were previously run with the current directory set to the directory from which garden was run. Exec expresssions are now run in the tree's current directory.","breadcrumbs":"Changelog » v0.5.1","id":"63","title":"v0.5.1"},"64":{"body":"Released 2023-01-12 Features : Garden configuration files can now include other configuration files by specifying the additional files to include in the garden.includes field. The includes feature makes it possible to create modular and reusable garden files. The trees, variables, commands, groups and gardens defined in the included files are added to the current configuration. ( #7 ) Garden commands can now reference $shell variables using the standard (brace-less) shell $variable syntax. The braced ${garden} variable syntax remains reserved for resolving Garden Variables. Double-$ braces (ex: $${...}) can be used to escape a $${variable} from evaluation so that a literal the ${variable} value is used by the garden command. ( #11 ) ( #12 ) A new garden completion subcommand was added for providing shell command-line completion using the clap_complete crate. ( #9 ) garden -V | --version was added alongside the clap rewrite for displaying the garden command version. Development : The Makefile has been replaced by a garden.yaml Garden file. We can now use garden {build, test, check, fmt, clippy, ...} instead of make .... See garden.yaml @ 5ef8d0ab16 for more details . Packagers can use cargo install to install garden and invoke mdbook directly to install the user manual. We also provide garden -D DESTDIR=/tmp/stage -D prefix=/usr/local install-doc if distros want to install the user manual using our recipe. ( #8 ) Garden's command-line parsing has been rewritten to leverage the clap crate and ecosystem.","breadcrumbs":"Changelog » v0.5.0","id":"64","title":"v0.5.0"},"65":{"body":"Released 2022-12-26 Features : The garden cmd --no-errexit option was extended to work with commands that are configured using a YAML list of strings. Commands that are specified using lists are now indistinguishable from commands specified using multi-line strings.","breadcrumbs":"Changelog » v0.4.1","id":"65","title":"v0.4.1"},"66":{"body":"Released 2022-12-23 Breaking Changes : garden cmd now runs custom commands using -e -c '' by default. The use of -e is a change in behavior and causes multi-line / multi-statement commands to halt execution when the first non-zero exit code is encountered. Use set +e at the top of of a multi-line command to opt-out of this behavior on a per-command basis, or specify the -n | --no-errexit option. garden will now fallback to bash (and sh) as the default garden.shell value when zsh (and bash) are not installed. As before, the garden.shell configuration variable can be used to override the default shell. Features : garden prune was added for removing orphaned Git repositories. ( #4 ) garden cmd can now run commands in breadth-first order when the -b/--breadth-first option is used. Depth-first tree traversal is the default. The garden cmd --breadth-first traversal runs all commands on a tree before continuing on to the next tree. The default garden cmd depth-first traversal runs a command across all trees before continuing on to the next command. ( #3 )","breadcrumbs":"Changelog » v0.4.0","id":"66","title":"v0.4.0"},"67":{"body":"Released 2022-08-20 Features : garden plant can now detect git worktree repositories. ( #1 )","breadcrumbs":"Changelog » v0.3.0","id":"67","title":"v0.3.0"},"68":{"body":"Released 2022-07-29 Breaking Changes : garden add was renamed to garden plant. Features : garden grow can now grow trees using \"git worktree\" (#1). garden grow learned to clone specific branches. garden grow and garden plant can now handle bare repositories.","breadcrumbs":"Changelog » v0.2.0","id":"68","title":"v0.2.0"},"69":{"body":"Released 2022-06-13 Features : This is the initial garden release. garden grow grows worktrees. garden init intitializes configuration. garden plant (formerly garden add) adds existing trees. garden cmd and garden can run custom commands. Templates, variables, and environment variables are all supported.","breadcrumbs":"Changelog » v0.1.0","id":"69","title":"v0.1.0"},"7":{"body":"You can install garden on macOS using Homebrew . Add the homebrew-garden tap NOTE : The custom brew tap will not be needed in the future once the Garden repository gets enough stars, forks or watchers to allow garden to be added to the main homebrew-core repository. You will need to enable the homebrew-garden tap until then. brew tap davvid/homebrew-garden Stable Release To install the latest stable release from the homebrew-garden tap: brew install garden Upgrade garden in the future by using brew upgrade garden. Development Version To install the latest development version from Git: brew install --head garden NOTE : If you install the latest development version with --head then you will need to use brew upgrade --fetch-HEAD garden to upgrade it. If you don't specify --fetch-HEAD when upgrading then brew upgrade garden will actually downgrade garden to the latest stable release. Cleanup Installing garden with Homebrew may leave behind the Rust development tools. Use brew remove rust after garden is installed to save on disk space. Read on for how to build garden from source.","breadcrumbs":"Installation » Install using Homebrew","id":"7","title":"Install using Homebrew"},"8":{"body":"Garden has been packaged for pkgsrc/NetBSD as described in #13 . To install from the official repository, run: pkgin install garden If you prefer to build from the pkgsrc sources, run: cd /usr/pkgsrc/devel/garden\nmake install","breadcrumbs":"Installation » Install on NetBSD","id":"8","title":"Install on NetBSD"},"9":{"body":"If you would like to develop features and contribute to Garden then you will have to clone the repository on your local machine. git clone https://github.com/davvid/garden.git\ncd garden # Build ./target/debug/garden\ncargo build # Install $HOME/.cargo/bin/garden\ncargo install --path . Running cargo install with no arguments installs to ~/.cargo/bin/garden by default. Once you have garden installed then you can use Garden's garden.yaml to run Garden's custom worfkflow commands. garden test runs the test suite using cargo test. garden check runs checks and linters. garden doc builds the documentation. garden fmt formats the source code. garden install-doc installs the documentation. See Garden's garden.yaml for more details.","breadcrumbs":"Installation » Build and Install from Source for Development","id":"9","title":"Build and Install from Source for Development"}},"length":70,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"55":{"tf":3.3166247903554},"56":{"tf":6.244997998398398},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"2":{"tf":2.23606797749979},"20":{"tf":3.3166247903554},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":8.0},"26":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":3.1622776601683795},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.385164807134504},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":28,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.7416573867739413},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.47213595499958},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":2.0},"34":{"tf":1.0},"47":{"tf":1.7320508075688772}},"u":{"df":7,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.7416573867739413},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":4.242640687119285},"25":{"tf":6.244997998398398},"26":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"28":{"tf":2.23606797749979},"29":{"tf":3.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.605551275463989},"35":{"tf":4.795831523312719},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.449489742783178},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.0},"55":{"tf":2.449489742783178},"56":{"tf":5.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":4.0},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.3166247903554},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.0},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.242640687119285},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.449489742783178},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.8284271247461903},"6":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.0},"8":{"tf":2.0},"9":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":2.449489742783178},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"54":{"tf":3.1622776601683795}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.6457513110645907},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.3166247903554}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"14":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":6,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0},"47":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.449489742783178},"34":{"tf":2.0},"37":{"tf":2.0},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":24,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.4641016151377544},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.23606797749979}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.605551275463989},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.1622776601683795},"15":{"tf":3.3166247903554},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.449489742783178},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.4641016151377544},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.605551275463989},"40":{"tf":1.7320508075688772},"41":{"tf":4.795831523312719},"43":{"tf":2.0},"47":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.6457513110645907}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.7320508075688772},"6":{"tf":2.0},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.1622776601683795},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"55":{"tf":3.605551275463989},"56":{"tf":6.324555320336759},"57":{"tf":2.449489742783178},"58":{"tf":2.6457513110645907}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":43,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":2.23606797749979},"20":{"tf":3.605551275463989},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":8.06225774829855},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":3.3166247903554},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.449489742783178},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.477225575051661},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.872983346207417},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.58257569495584},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":2.23606797749979},"34":{"tf":1.0},"47":{"tf":1.7320508075688772}},"u":{"df":7,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.449489742783178},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.872983346207417},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.3166247903554},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":4.358898943540674},"25":{"tf":6.324555320336759},"26":{"tf":2.6457513110645907},"27":{"tf":3.0},"28":{"tf":2.449489742783178},"29":{"tf":3.1622776601683795},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.7416573867739413},"35":{"tf":4.795831523312719},"36":{"tf":2.449489742783178},"37":{"tf":2.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.6457513110645907},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":5.0990195135927845},"57":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":4.123105625617661},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.4641016151377544},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":3.0},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.123105625617661},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.8284271247461903}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.358898943540674},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.6457513110645907},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"25":{"tf":2.0},"3":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"5":{"tf":2.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":3.0},"6":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.3166247903554},"8":{"tf":2.449489742783178},"9":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":3.0},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":2.449489742783178},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":2.0},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":2.449489742783178},"53":{"tf":1.7320508075688772},"54":{"tf":3.3166247903554}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.8284271247461903},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.4641016151377544}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":6,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0},"47":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.6457513110645907},"34":{"tf":2.0},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":24,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.605551275463989},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.449489742783178}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.7416573867739413},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":2.0},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.4641016151377544},"15":{"tf":3.605551275463989},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":2.23606797749979},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.449489742783178},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.6457513110645907},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.4641016151377544},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.7416573867739413},"40":{"tf":2.0},"41":{"tf":4.898979485566356},"43":{"tf":2.0},"47":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.8284271247461903}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"title":{"root":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"m":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"3":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"52":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}},"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":20,"teaser_word_count":30},"search_options":{"bool":"AND","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":2},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/searchindex.json b/searchindex.json index f0fa4c4..9a72500 100644 --- a/searchindex.json +++ b/searchindex.json @@ -1 +1 @@ -{"doc_urls":["index.html#garden-user-guide","index.html#introduction","glossary.html#glossary","installation.html#installation","installation.html#rust-and-cargo","installation.html#cratesio","installation.html#latest-using-cargo","installation.html#install-using-homebrew","installation.html#install-on-netbsd","installation.html#build-and-install-from-source-for-development","installation.html#windows","setup-and-usage.html#setup-and-usage","setup-and-usage.html#setup","setup-and-usage.html#usage","tree-queries.html#tree-queries","tree-queries.html#resolving-trees-groups-or-gardens-only","tree-queries.html#tree-queries-resolve-to-multiple-trees","tree-queries.html#paths","tree-queries.html#wildcards","commands.html#commands","commands.html#command-line-conventions","commands.html#garden-init","commands.html#garden-plant","commands.html#garden--tree-query","commands.html#garden-grow","commands.html#garden-cmd","commands.html#garden-exec","commands.html#garden-eval","commands.html#garden-shell","commands.html#garden-prune","commands.html#enable-deletions","commands.html#limit-concurrency","commands.html#limit-filesystem-traversal-depth","commands.html#enable-scripted-usage-by-answering-yes-to-all-prompts","commands.html#garden-completion","configuration.html#configuration","configuration.html#garden-root","configuration.html#garden-shell","configuration.html#includes","configuration.html#variables","configuration.html#built-in-variables","configuration.html#environment-variables","configuration.html#gardens-groups-and-trees","configuration.html#templates","configuration.html#string-to-list-promotion","configuration.html#wildcards","configuration.html#symlinks","configuration.html#grafts","examples.html#examples","examples.html#photo-restoration","examples.html#git-cola-development","examples/photo-restoration.html#photo-restoration","examples/photo-restoration.html#setup","examples/photo-restoration.html#run-the-software","examples/photo-restoration.html#gardenyaml","examples/git-cola.html#git-cola-development","examples/git-cola.html#gardenyaml","examples/git-cola.html#pre-defined-custom-commands-and-ad-hoc-commands","examples/git-cola.html#self-contained-installation-demo","changelog.html#changelog","changelog.html#v080","changelog.html#v070","changelog.html#v060","changelog.html#v051","changelog.html#v050","changelog.html#v041","changelog.html#v040","changelog.html#v030","changelog.html#v020","changelog.html#v010"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":4,"title":3},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":50,"breadcrumbs":2,"title":1},"11":{"body":0,"breadcrumbs":4,"title":2},"12":{"body":105,"breadcrumbs":3,"title":1},"13":{"body":74,"breadcrumbs":3,"title":1},"14":{"body":50,"breadcrumbs":4,"title":2},"15":{"body":71,"breadcrumbs":6,"title":4},"16":{"body":27,"breadcrumbs":7,"title":5},"17":{"body":31,"breadcrumbs":3,"title":1},"18":{"body":40,"breadcrumbs":3,"title":1},"19":{"body":17,"breadcrumbs":2,"title":1},"2":{"body":108,"breadcrumbs":2,"title":1},"20":{"body":110,"breadcrumbs":4,"title":3},"21":{"body":68,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":2},"23":{"body":22,"breadcrumbs":4,"title":3},"24":{"body":455,"breadcrumbs":3,"title":2},"25":{"body":668,"breadcrumbs":3,"title":2},"26":{"body":37,"breadcrumbs":3,"title":2},"27":{"body":53,"breadcrumbs":3,"title":2},"28":{"body":55,"breadcrumbs":3,"title":2},"29":{"body":52,"breadcrumbs":3,"title":2},"3":{"body":34,"breadcrumbs":2,"title":1},"30":{"body":29,"breadcrumbs":3,"title":2},"31":{"body":19,"breadcrumbs":3,"title":2},"32":{"body":60,"breadcrumbs":5,"title":4},"33":{"body":79,"breadcrumbs":7,"title":6},"34":{"body":195,"breadcrumbs":3,"title":2},"35":{"body":455,"breadcrumbs":2,"title":1},"36":{"body":62,"breadcrumbs":3,"title":2},"37":{"body":33,"breadcrumbs":3,"title":2},"38":{"body":238,"breadcrumbs":2,"title":1},"39":{"body":92,"breadcrumbs":2,"title":1},"4":{"body":31,"breadcrumbs":3,"title":2},"40":{"body":29,"breadcrumbs":3,"title":2},"41":{"body":162,"breadcrumbs":3,"title":2},"42":{"body":54,"breadcrumbs":4,"title":3},"43":{"body":96,"breadcrumbs":2,"title":1},"44":{"body":94,"breadcrumbs":4,"title":3},"45":{"body":35,"breadcrumbs":2,"title":1},"46":{"body":37,"breadcrumbs":2,"title":1},"47":{"body":85,"breadcrumbs":2,"title":1},"48":{"body":9,"breadcrumbs":2,"title":1},"49":{"body":21,"breadcrumbs":3,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":15,"breadcrumbs":4,"title":3},"51":{"body":11,"breadcrumbs":5,"title":2},"52":{"body":75,"breadcrumbs":4,"title":1},"53":{"body":57,"breadcrumbs":5,"title":2},"54":{"body":157,"breadcrumbs":4,"title":1},"55":{"body":134,"breadcrumbs":6,"title":3},"56":{"body":402,"breadcrumbs":4,"title":1},"57":{"body":51,"breadcrumbs":10,"title":7},"58":{"body":77,"breadcrumbs":7,"title":4},"59":{"body":0,"breadcrumbs":2,"title":1},"6":{"body":27,"breadcrumbs":4,"title":3},"60":{"body":45,"breadcrumbs":2,"title":1},"61":{"body":84,"breadcrumbs":2,"title":1},"62":{"body":35,"breadcrumbs":2,"title":1},"63":{"body":22,"breadcrumbs":2,"title":1},"64":{"body":159,"breadcrumbs":2,"title":1},"65":{"body":29,"breadcrumbs":2,"title":1},"66":{"body":125,"breadcrumbs":2,"title":1},"67":{"body":13,"breadcrumbs":2,"title":1},"68":{"body":35,"breadcrumbs":2,"title":1},"69":{"body":37,"breadcrumbs":2,"title":1},"7":{"body":120,"breadcrumbs":4,"title":3},"8":{"body":21,"breadcrumbs":3,"title":2},"9":{"body":72,"breadcrumbs":5,"title":4}},"docs":{"0":{"body":"","breadcrumbs":"Garden » Garden User Guide","id":"0","title":"Garden User Guide"},"1":{"body":"Garden streamlines development workflows that involve a loosely-coupled set of multiple, independent Git trees. Garden allows you to define dynamic relationships and workflows between these repositories using a declarative YAML config file that can be shared and used as a bootstrapping mechanism for getting a auditable, from-source project cloned, built, installed and running with minimal effort for consumers of a Garden file. Garden sits above any individual project's build scripts and conventions. Garden is all about making it easy to remix and reuse libraries maintained in seperate Git repositories.","breadcrumbs":"Garden » Introduction","id":"1","title":"Introduction"},"10":{"body":"Garden is developed on Linux and supported on macOS and BSDs where Rust is available. Garden is not supported on Windows. Garden \"should\" work fine on Windows if you install a shell (eg. bash.exe or zsh.exe) in $PATH and patch a few details to deal with Windows-isms, but Garden is untested and not supported by the core team on Windows or WSL. Issues related to Windows will be closed. Pull requests related to these systems are welcome as long as they do not clutter the core or test suite with Windows-isms.","breadcrumbs":"Installation » Windows","id":"10","title":"Windows"},"11":{"body":"","breadcrumbs":"Setup and Usage » Setup and Usage","id":"11","title":"Setup and Usage"},"12":{"body":"A garden can be created in any directory. Run garden init to create an empty \"garden.yaml\" file for defining trees, groups and gardens. # Create an empty \"garden.yaml\" in the current directory.\ngarden init By default, the garden.yaml is configured to operate on trees in the current directory relative to the garden file. The garden command searches the current directory for a \"garden.yaml\" config file. If no \"garden.yaml\" could be found in the current directory then garden will attempt to load a \"global\" configuration file, typically located in ~/.config/garden/garden.yaml. The following garden init invocation creates an empty garden.yaml with a root directory of ~/src in the user's home configuration directory. This is typically ~/.config/garden/garden.yaml. garden init --global --root '~/src' This allows you to access the config irrespective of the current directory and perform garden operations without needing to cd into ~/src/ to do so. If multiple configuration files are made available in ~/.config/garden, then using garden -c alt.yaml ... from any directory (without specifying an absolute path) will use the alt.yaml garden file.","breadcrumbs":"Setup and Usage » Setup","id":"12","title":"Setup"},"13":{"body":"Now that we know how to create a garden.yaml we can start using garden to track our development repositories. When we have a ~/src/garden.yaml file with Git worktrees alongside it in the ~/src directory then we can start adding those trees to the garden file. Existing trees are added to a garden file using garden plant . Once we have a garden file with trees in it then we can use the garden file to recreate our setup using garden grow. The garden grow command brings trees into existence by cloning trees that have been configured in a garden file. Garden commands are used to operate over sets of trees once a configuration has been defined. See the Garden Commands Documentation for detailed information about the built-in garden commands.","breadcrumbs":"Setup and Usage » Usage","id":"13","title":"Usage"},"14":{"body":"Garden commands take arguments that specify which groups, gardens or trees to operate on. Tree queries are strings that resolve to a set of trees. Command arguments with garden, group or tree names, @tree references, %group references, :garden references and wildcards are all referred to as \"tree queries\". When a name is specified, garden will use the first matching garden, group or tree, in that order, when determining which trees to operate on. When a garden or group is matched, all of its associated trees are used.","breadcrumbs":"Tree Queries » Tree Queries","id":"14","title":"Tree Queries"},"15":{"body":"If you have groups, gardens, and trees with the same name then you can use the @tree, %group, and :garden syntax to disambiguate between them. @tree - values prefixed with @ resolve trees only %group - values prefixed with % resolve groups only :garden - values prefixed with : resolve gardens only garden grow @tree # grow the tree called \"tree\"\ngarden grow %group # grow the group called \"group\"\ngarden grow :garden # grow the garden called \"garden\" When no prefixes are specified then the names are resolved in the following order: gardens, groups and trees. Gardens have the highest priority, followed by groups and lastly trees. If your trees, groups and gardens are named uniquely then no prefixes are needed.","breadcrumbs":"Tree Queries » Resolving Trees, Groups or Gardens Only","id":"15","title":"Resolving Trees, Groups or Gardens Only"},"16":{"body":"In the following example, the \"cola\" garden is found in the example configuration. Each command is run over every tree in that garden. garden exec cola git status -s\ngarden status cola\ngarden cmd cola status build","breadcrumbs":"Tree Queries » Tree Queries Resolve to Multiple Trees","id":"16","title":"Tree Queries Resolve to Multiple Trees"},"17":{"body":"Paths can be specified as well, but the filesystem has the lowest priority relative to gardens, groups, and trees. When specifyiing paths they must resolve to a configured tree. For example, garden build . -- --verbose runs the build command on the tree in the current directory and passes the --verbose flag to the configured build command.","breadcrumbs":"Tree Queries » Paths","id":"17","title":"Paths"},"18":{"body":"Garden understands shell wildcards. Glob wildcards in tree queries allows operations to span over ad-hoc gardens, groups and trees. This following examples show how wildcards might be used: # Grow all all trees whose names start with \"git\" by cloning them.\ngarden grow '@git*' # Run \"pwd\" in all of the same trees.\ngarden exec '@git*' pwd","breadcrumbs":"Tree Queries » Wildcards","id":"18","title":"Wildcards"},"19":{"body":"Garden includes a set of built-in commands and can be flexibly extended with user-defined commands. User-defined commands are one Garden's most useful features.","breadcrumbs":"Commands » Commands","id":"19","title":"Commands"},"2":{"body":"garden.yaml -- a Garden file defines trees, groups and gardens. tree -- a Git worktree. A single repository clone. group -- a named collection of trees. The \"group\" block in the configuration file defines tree groups that are available for use by commands and gardens. garden -- a composite of trees and groups for defining project-level variables and commands. Gardens help create environments for working on libraries, and application that use the library, in tandem. tree query -- a shellexpand glob expression that matches against garden names, group names and tree names. Many garden commands accept tree queries as arguments. Gardens can be used for software projects composed of multiple repositories, or they can be used to provide an approachable way to explore a curated set of Git repositories for any purposes. Gardens allow you to define environment variables and workflow commands that are either available to any tree or scoped to specific gardens only. Groups are lighter-weight than a garden. They group trees together into named collections that can be referenced by gardens and commands.","breadcrumbs":"Glossary » Glossary","id":"2","title":"Glossary"},"20":{"body":"Run garden help to display usage information for garden commands. The usage information is where the command-line options are documented. garden help\ngarden help \ngarden --help Built-in commands use this basic syntax: garden [options] [command-options] [command-arguments]* The following options come before and are common to all commands. -C | --chdir chdir to the specified directory before searching for configuration. This is modeled after make -C ... or git -C .... -c | --config Specify a garden config file to use instead of searching for garden.yaml. The path can either be the path to an actual config file, or it can be the basename of a file in the configuration search path. -v | --verbose Enable verbose debugging output. -D | --define name=value Override a configured variable by passing a name=value string to the -D | --define option. The variable named name will be updated with the garden expression value. Multiple variables can be set by specifying the flag multiple times.","breadcrumbs":"Commands » Command-Line Conventions","id":"20","title":"Command-Line Conventions"},"21":{"body":"garden init [options] [] # create a local garden config rooted at the current directory\ngarden init --root '${GARDEN_CONFIG_DIR}' # create a global garden config rooted at ~/src\ngarden init --global --root '~/src' The init command will create an empty Garden YAML file with the minimal boilerplate to start using garden. If no is specified, garden.yaml in the current directory will be written. The Garden file is written to the user's ~/.config/garden/ global configuration directory when --global is specified. This command is typically run without specifying a filename. After garden init the following files are created. current-directory/\n└── garden.yaml","breadcrumbs":"Commands » garden init","id":"21","title":"garden init"},"22":{"body":"garden plant Add a pre-existing Git worktree to garden.yaml. The trees section in the garden.yaml file will be updated with details about the new tree. garden plant records the Git remotes associated with a repository. It is safe to re-run garden plant in order to add new remotes to an existing configuration. Repositories created using git worktree are supported by garden plant. Parent trees must be planted first before planting a child tree.","breadcrumbs":"Commands » garden plant","id":"22","title":"garden plant"},"23":{"body":"Garden commands accept tree query strings that are used to refer to sets of trees. Tree queries are glob string patterns that can be used to match the gardens, groups or trees defined in \"garden.yaml\".","breadcrumbs":"Commands » garden ... [tree-query]","id":"23","title":"garden ... [tree-query]"},"24":{"body":"garden grow # Example usage\ngarden grow cola If you have a garden.yaml file, either one that you authored yourself or one that was provided to you, then you will need to grow the Git trees into existence. The grow sub-command updates or creates the trees matched by the and places them into the paths defined by the garden file. It is safe to re-run the grow command and re-grow a tree. Existing trees will have their git configuration updated to match the configured remotes. Missing repositories are created by cloning the configured tree url. Branches The branch: tree variable is used to specify which branch should be cloned and checked out when the tree is grown. trees: example: branch: dev url: url garden grow example clones the repository using git clone --branch=dev. The branch setting is a tree variable and supports ${variable} expressions. Shallow Clones The depth: tree parameter is used to create shallow clones. trees: example: depth: 42 url: url garden grow example clones the repository using: git clone --depth=42 --no-single-branch Even though a shallow clone is created, all of the remote tracking branches (eg. origin/*) are available because we clone the repository using the --no-single-branch option. The single-branch: true tree parameter is used to create clones that contain a single branch only. This is useful if you want to limit the on-disk footprint of repositories by only having a single branch available. This paramter is typically used in conjunction with branch: and depth: 1 to create a 1-commit shallow clone with a single branch. trees: example: branch: dev depth: 1 single-branch: true url: url Wildcards Wildcards are supported in the trees queries supported by garden grow. garden grow 'glob*' grows the gardens, groups or trees that start with \"glob\". If garden.yaml contains gardens whose name matches the query then the trees associated with each garden are grown. If no gardens are found then garden will search for \"groups\" that match the query. If groups are found then the trees within each group will be grown. If no gardens and no groups are found then will garden search for trees and grow those whose names match the query string. Worktrees garden grow can be used to create worktrees that share their .git storage using git worktree . To create shared storage, define the primary worktree where the .git storage will reside and then define additional trees that reference the worktrees. trees: example/main: url example/dev: worktree: example/main branch: dev example/v2: worktree: example/main branch: v2 This example uses example/main tree for the shared storage and two additional worktrees. example/dev uses the dev branch and example/v2 uses the v2 branch. Upstream Branches Remote tracking branches can be configured by defining a branches block that maps local branch names (the key) to a remote branch name expression (the value). trees: example/branches: branch: local branches: local: origin/dev dev: origin/dev The above configuration creates local branches called local and dev and checks out the local branch when garden grow example/branches is run. Git Configuration Values The garden grow command will apply git configuration values that are specified using the gitconfig key. trees: foo: gitconfig: # Override the submodule URL for \"thirdparty/repo\". submodule.thirdparty/repo.url: \"git@private.example.com:thirdparty/repo.git\" Multi-valued git config --add values are also supported, for example the remote.$name.pushurl value can be set to multiple values. Use a list as the value for the key and multiple values will be added using git config --add $name $value . trees: foo: url: \"git@github.com:example/foo.git\" gitconfig: remote.origin.pushurl: # Push to multiple remotes when using \"git push origin\" - \"git@github.com:example/foo.git\" - \"git@private.example.com:example/foo.git\" Bare Repositories To clone bare repositories use bare: true in the tree configuration. trees: example: bare: true url: url Bare clones are created by default when the tree path ends in .git. For example, a tree called example.git will be bare: true by default. trees: example.git: url Setting bare: false overrides the name-based detection of bare repositories. trees: example.git: bare: false url: url","breadcrumbs":"Commands » garden grow","id":"24","title":"garden grow"},"25":{"body":"garden cmd []... [-- ..] # Example usage\ngarden cmd cola build test -- V=1 Run one or more user-defined commands over the gardens, groups or trees that match the specified tree query. The exapmle above runs the build and test commands in all of the trees that are part of the cola garden. Commands garden cmd and garden interact with custom commands that are configured in the commands section for templates, trees, gardens, and the top-level scope. # Example usage # Run the test\" command in the cola and vx trees\ngarden test cola vx # Use \"--\" to forward arguments to the custom commands\ngarden test cola vx -- V=1 Custom commands can be defined at either the tree or garden scope. Commands defined at the garden scope extend commands defined on a tree. If both a tree and the garden containing that tree defines a command called test then garden test will first run the tree's test command followed by the garden's test command. Commands are executed in a shell so that shell expressions can be used in commands. A POSIX-compatible shell must be installed in your $PATH. The garden.shell configuration value defaults to zsh but can be set to any shell that accepts -e and -c ' options (for example bash). If zsh is not installed then bash will be used by default instead. If neither zsh nor bash is installed then sh will be used by default instead. Each command runs under [\"zsh\", \"-e\", \"-c\", \"\"] with the resolved environment from the corresponding garden, group, or tree. Multi-line and multi-statement command strings will stop executing as soon as the first non-zero exit code is encountered due to the use of the -e shell option. Use the -n | --no-errexit option to inhibit the use of the -e errexit option. The --no-errexit option causes commands with multiple statements to run to completion even when a non-zero exit code is encountered. This is akin to a regular shell script. You can also opt-out of the errexit behavior on a per-command basis by adding set +e as the first line of a multi-line command. Additional command-line specified after a double-dash (--) end-of-options marker are forwarded to each command. \"$0\" in a custom command points to the current garden executable and can be used to rerun garden from within a garden command. Additional arguments are available to command strings by using the traditional \"$@\" shell syntax. When additional arguments are present \"$1\", \"$2\", and subsequent variables will be set according to each argument. # Commands can be defined in multiple ways.\n# Strings and lists of strings are both supported via \"String to List Promotion\".\n# The YAML reader accepts multi-line strings using the the \"|\" pipe syntax. commands: one-liner: echo hello \"$@\" multi-liner: | if test \"${debian}\" = \"yes\" then apt install rust-all else multi-statement-and-multi-liner: - echo a $1 - | echo b $3 echo c $4 variables: name: value debian: $ type apt-get >/dev/null && echo yes || echo no # Commands can also be defined at tree and garden scope trees: our-tree: commands: tree-cmd: echo ${TREE_NAME} gardens: all: trees: * commands: print-pwd: pwd Shell Syntax User-defined Commands and Exec Expressions are evaluated by the shell configured in the garden.shell configuration value. Garden and Shells share a key piece of common syntax: the interpolated braced ${variable} syntax. Garden Variables that use the ${variable} syntax are evaluated by garden first before the shell has evaluated them. This means that the shell syntax supported by Garden's Exec Expressions is a subset of the full syntax because shell-only variables such as ${OSTYPE} cannot be accessed using the braced-variable syntax. commands: example-command: | shell_variable=$(date +%s) echo hello $OSTYPE $shell_variable The plain $variable syntax is reserved for use by the shell commands used in user-defined Commands and Exec Expressions. Environment Variables can be used in shell scriptlets through both the $ENV and ${ENV} braced variable syntax. Garden makes ${PATH} and all other environment variables available during variable expansion. The distinction between the ${garden} and $shell syntax is only relevant when using variables defined within shell command, such as $shell_variable above. If the ${shell_variable} syntax were to be used in the example-command then an empty value would have been used instead of the output of date +%s. Sometimes it is necessary to actually use the ${...} braced literal syntax in shell commands. The $${...} braced double-dollar syntax can be used to escape a braced value and disable evalution by garden. Double-$ can generally be used to escape literal $ values in commands, but escaping is handled automatically for regular $shell variables. Depth-first and Breadth-first Tree Traversal The following two invocations run commands in a different order: # Depth-first (default)\ngarden cmd treesitters build test # Breadth-first\ngarden cmd --breadth-first treesitters build test The default traversal order for commands is depth-first. This means that both the build and test commands are run on each tree in the treesitters group before running any commands on the next tree. The -b | --breadth-first option enables a breadth-first traversal. A breadth-first traversal runs the build command over all of the trees in the treesitters group before the test command is run over all of the trees in the same group. Custom Commands garden []* [-- ...] # Example usage\ngarden status @git-cola .\ngarden build cola -- V=1 garden is another way to execute a user-defined . This form allows you to specify multiple queries rather than multiple commands. When no builtin command exists by the specified name then garden will use custom commands defined in a commands block at the corresponding garden or tree scope. garden ... is complementary to garden cmd .... garden cmd ... runs multiple commands over a single query. garden ... runs a command over multiple queries. For example, garden build treesitters catsitters will run a user-defined build command over both the treesitters and catsitters groups.","breadcrumbs":"Commands » garden cmd","id":"25","title":"garden cmd"},"26":{"body":"garden exec []* # example\ngarden exec cola git status -s Run commands over the trees, groups or gardens matched by tree query. When the resolves to a garden then the environment is configured for the command using the environment variables and custom commands from both the tree and the garden.","breadcrumbs":"Commands » garden exec","id":"26","title":"garden exec"},"27":{"body":"garden eval [] [] # example\ngarden eval '${GARDEN_ROOT}'\ngarden eval '${TREE_PATH}' cola Evaluate a Garden Expression in the specified tree context and output the result to stdout. Garden Expressions are strings-with-${variables} that get substituted and resolved using garden's variables and environment blocks. If no tree is given then the variable scope includes the top-level variables block only. When a tree is given then its variables are considered as well. When a garden is specified then the garden's variables are also available for evaluation.","breadcrumbs":"Commands » garden eval","id":"27","title":"garden eval"},"28":{"body":"garden shell [] # example\ngarden shell cola Launch a shell inside the environment synthesized by the tree query. If is specified then the current directory will be set to the tree's directory. If the resolved tree query contains a tree whose name exactly matches the query string then that tree's directory will be used when opening the shell. The optional tree argument is not needed for the case where a garden and tree share a name -- garden will chdir into that same-named tree when creating the shell.","breadcrumbs":"Commands » garden shell","id":"28","title":"garden shell"},"29":{"body":"garden prune [options] [...] Traverse the filesystem and interactively delete any repositories that are not referenced by the garden file. This command is intended to cleanup a garden-managed directory. Its intended usage is to delete repositories that were created (eg. via garden grow) and have since been removed from your version-controlled garden configuration. Warning : garden prune is a dangerous command and must be run with care. garden prune deletes repositories and all of their files (including the .git storage)! The following options are supported by garden prune.","breadcrumbs":"Commands » garden prune","id":"29","title":"garden prune"},"3":{"body":"There are multiple ways to install garden. These instructions assume that you have cargo installed for Rust development. Skip ahead to the Homebrew section if you're on macOS and prefer to install garden using Homebrew. Skip ahead to the NetBSD section if you're on NetBSD and prefer to install garden using pkgin or the pkgsrc/NetBSD sources.","breadcrumbs":"Installation » Installation","id":"3","title":"Installation"},"30":{"body":"--rm The garden prune command uses a no-op \"safe mode\" which does not actually delete repositories by default. Deletions must be enabled by specifying the --rm option. Use the --rm option only after you have verified that garden prune is not going to delete any unexpected repositories that you intended to keep.","breadcrumbs":"Commands » Enable deletions","id":"30","title":"Enable deletions"},"31":{"body":"--jobs The prune process runs in parallel across multiple cores. All cores are used by default. The --jobs option limits the number of cores to the specified number of jobs.","breadcrumbs":"Commands » Limit concurrency","id":"31","title":"Limit concurrency"},"32":{"body":"--min-depth \n--max-depth \n--exact-depth The cleanup process can be limited to specific traversal depths. The filesystem is traversed with no limits by default. Specifying a minimum depth will not remove repositories shallower than the specified depth. For example, --min-depth 1 will not remove repositories in the same directory as the garden file. Specifying a maximum depth will not remove repositories deeper than the specified depth. For example, --max-depth 0 will not remove repositories in subdirectories below the directory containing the garden file.","breadcrumbs":"Commands » Limit filesystem traversal depth","id":"32","title":"Limit filesystem traversal depth"},"33":{"body":"--no-prompt The garden prune command interactively prompts before removing each repository. The prompt looks like the following: # /home/user/src/example\nDelete the \"example\" repository?\nWARNING: \"all\" deletes \"example\" and ALL subsequent repositories!\nChoices: yes, no, all, quit [y,n,all,q]? Entering y (or yes) at the prompt will delete the repository and all of its files. Entering n (or no) at the prompt will skip and not remove the repository. Entering q (or quit) will exit garden prune without deleting the repository. Entering all will remove the repository and all subsequent repositories. all is equivalent to answering yes to all further prompts. Entering all is dangerous and proceeds without further prompts. Be careful! --no-prompt is also equivalent to answering yes to all prompts. --no-prompt is intended for use in scripts where user interaction is not desired. Use with caution!","breadcrumbs":"Commands » Enable scripted usage by answering \"yes\" to all prompts","id":"33","title":"Enable scripted usage by answering \"yes\" to all prompts"},"34":{"body":"Shell completions for garden can be generated by running the garden completion command. garden completion uses clap complete to generate its completions. The --commands options will additionally generate completions for custom commands. Zsh Ensure that your ~/.zshrc file has completions enabled and that you have a directory configured in your $fpath for zsh completion scripts. Add the following snippet to your ~/.zshrc to enable completions and configure ~/.config/zsh/completion for providing completion scripts. fpath=(~/.config/zsh/completion $fpath)\nautoload -U +X compinit\ncompinit -i These settings make zsh look for a script called _garden in the directory when tab-completing for garden. Lastly, create the directory and generate the ~/.config/zsh/completion/_garden zsh shell completion script. mkdir -p ~/.config/zsh/completion\ngarden completion zsh >~/.config/zsh/completion/_garden Use garden completion --commands zsh instead of garden completion zsh to include completions for custom commands. NOTE : You should regenerate the _garden zsh completion script whenever garden is upgraded to ensure that all of the options and commands have up to date completions. Bash Add the following snippet to your ~/.bashrc to enable bash tab completions. if test -n \"$PS1\" && type garden >/dev/null 2>&1\nthen eval \"$(garden completion bash)\" 2>/dev/null\nfi Use garden completion --commands bash instead of garden completion bash to include completions for custom commands. Future shell completion enhancements Tab completion can only be made to include a static set of user-defined commands. Custom commands cannot be defined dynamically, which means that the same completions will be used irrespective of your current directory. Improvements to the shell completions can be made once traction has been made on the following upstream issues: clap #3022 - zsh broken with two multi length arguments clap #4612 - candidate fix for the above issue clapng #92 - Dynamic completion support","breadcrumbs":"Commands » garden completion","id":"34","title":"garden completion"},"35":{"body":"Garden is configured through a YAML configuration file, typically called \"garden.yaml\". Garden will find garden.yaml in current directory or in specific locations on the filesystem when unspecified. Garden searches for garden.yaml in the following locations. The first one found is used. # Relative to the current directory\n./garden.yaml\n./garden/garden.yaml\n./etc/garden/garden.yaml # Relative to $HOME\n~/.config/garden/garden.yaml\n~/etc/garden/garden.yaml # Global configuration\n/etc/garden/garden.yaml Use garden -c|--config to specify a garden file and override garden's file discovery. The following example garden.yaml is referred to by the documentation when showing examples. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Configuration » Configuration","id":"35","title":"Configuration"},"36":{"body":"The garden root directory is configured in the garden.root field. This directory is the parent directory in which all trees will be cloned. Slashes in tree paths will create new directories on disk as needed. garden.root defaults to the current directory when unspecified. The built-in ${GARDEN_CONFIG_DIR} variable can be used to create relocatable setups that define a garden.root relative to the garden file itself. To place all trees in a src directory sibling to the garden.yaml file, the following configuration can be used: garden: root: ${GARDEN_CONFIG_DIR}/src To place all trees in a src directory in your $HOME directory, the following configuration can be used: garden: root: ~/src","breadcrumbs":"Configuration » Garden Root","id":"36","title":"Garden Root"},"37":{"body":"The shell used by garden when running Commands and evaluating Exec Expressions can be configured in the garden.shell field. garden: shell: zsh The $PATH environment variable is probed for available shells in the following order when garden.shell is omitted. The first one found is the one that's used. zsh bash sh","breadcrumbs":"Configuration » Garden Shell","id":"37","title":"Garden Shell"},"38":{"body":"Garden files can be split apart into several files for modularity and reuse. You can use the garden.includes list to specify other garden files to include into the current garden file. garden: includes: # Includes are relative to the GARDEN_CONFIG_DIR by default. - variables.yaml # Includes can reference custom and built-in ${variables}. - ${include_dir}/commands.yaml variables: include_dir: ${GARDEN_ROOT} Absolute paths in the garden.includes list are included as-is. Relative paths in the garden.includes list are resolved. Relative paths are first resolved relative to the file in which they are defined. This allows nested include files to use relative paths for their nested includes. If an include file is not found relative to the current garden file then a path relative to the root configuration directory will be checked for the existence of the file. Includes files are treated like \"optional\" includes -- include files that cannot be found are silenty ignored. Enable the garden -d config ... debug flag to display warnings about missing include files. The \"Last One Wins\" Rule Entities in garden files such as trees, gardens, groups, commands and variables can be sparsely defined across multiple files by using includes. When the same entry is found in multiple included files then the only last definition will be used. This is referred to as the \"Last One Wins\" rule. Entities defined in the the root garden.yaml have the highest precedence and override entries provided via garden.includes. variables, commands, groups and gardens are completely replaced when multiple definitions are found. trees are sparsely overridden. If an override definition in the top-level garden.yaml replaces just the url field, for example, then all of the commands, variables and environment values from the earlier definition are retained and only the url for the origin remote is replaced. If a tree needs to completely override a base definition then a tree can use replace: true to indicate that the tree definition is replacement for the earlier tree definition. # garden.yaml\n---\ngarden: includes: trees.yaml trees: example: replace: true url: https://custom.example.com/custom/tree\n... The garden.yaml above includes trees.yaml. The example tree is originally defined here, but it is completely replaced by the same entry above. # trees.yaml\n---\ntrees: example: https://example.com/original/tree commands: echo: Hello, ${TREE_NAME}\n... In the example above, the example tree completely replaces the same tree from the included trees.yaml. None of the commands, variables or other settings from the replaced tree are retained.","breadcrumbs":"Configuration » Includes","id":"38","title":"Includes"},"39":{"body":"Garden configuration contains a \"variables\" block that allows defining variables that are can be referenced by other garden values. variables: flavor: debug user: $ whoami libdir: $ test -e /usr/lib64 && echo lib64 || echo lib nproc: $ nproc prefix: ~/.local py_ver_code: from sys import version_info as v; print(\"%s.%s\" % v[:2]) py_ver: $ python -c '${py_ver_code}' py_site: ${libdir}/python${py_ver}/site-packages Variables definitions can reference environment variables and other garden variables. Variable references use shell ${variable} syntax. Values that start with dollar-sign+space ($ ) are called \"exec expressions\". Exec expressions are run through a shell after evaluation and replaced with the output of the evaluated command. When resolving values, variables defined in a tree scope override/replace variables defined at the global scope. Variables defined in garden scope override/replace variables defined in a tree scope.","breadcrumbs":"Configuration » Variables","id":"39","title":"Variables"},"4":{"body":"If you already have cargo installed then you can skip this section. You may be able to install cargo on macOS and Linux using standard package managers, eg. brew install rust or apt install rust-all. Other platforms and older distributions can get a Rust development toolchain by going to rustup.rs and following the installation instructions .","breadcrumbs":"Installation » Rust and Cargo","id":"4","title":"Rust and Cargo"},"40":{"body":"Garden automatically defines some built-in variables that can be useful when constructing values for variables, commands, and paths. GARDEN_CONFIG_DIR -- Directory containing the garden.yaml config file. GARDEN_ROOT -- Root directory for trees. TREE_NAME -- Current tree name. TREE_PATH -- Current tree path.","breadcrumbs":"Configuration » Built-in variables","id":"40","title":"Built-in variables"},"41":{"body":"The \"environment\" block defines variables that are stored in the environment. Environment variables are resolved in the same order as the garden variables: global scope, tree scope, and garden scope. This allows gardens to prepend/append variables after a tree, thus allowing for customization of behavior from the garden scope. Environment variables are resolved after garden variables. This allows the use of garden variables when defining environment variable values. Environment variable names can use garden ${variable} syntax when defining both their name and values. Values in environment blocks prepend to the named environment variable. trees: foo: environment: PATH: ${TREE_PATH}/bin The example above prepends the foo/bin directory to the colon (:)-delimeted PATH environment variable. Names with an equals sign (=) suffix are treated as \"store\" operations and are stored into the environment, fully replacing any pre-existing values. trees: foo: environment: ${TREE_NAME}_LOCATION=: ${TREE_PATH} The example above exports a variable called foo_LOCATION with the location of the tree. If foo_LOCATION is already defined then it its value is replaced. A plus sign (+) suffix in the name append to a variable instead of prepending. trees: foo: environment: PATH+: ${TREE_PATH}/bin The example above appends to the PATH environment variable. Note the + suffix after PATH. OS Environment Variables OS-level environment variables that are present in garden's runtime environment can be referenced using garden ${variable} expression syntax. Garden variables have higher precedence than environment variables when resolving ${variable} references -- the environment is checked only when no garden variables exist by that name.","breadcrumbs":"Configuration » Environment Variables","id":"41","title":"Environment Variables"},"42":{"body":"Trees are Git repositories with configuration that allows for the specification of arbitrary commands and workflows. Groups are a simple named grouping mechanism. Gardens aggregate groups and trees. Define a group and reuse the group in different gardens to share tree lists between gardens. Defining gardens and groups make those names available when querying and performing operations over trees. Gardens can also include environment, gitconfig, and custom group-level commands in addition to the commands provided by each tree.","breadcrumbs":"Configuration » Gardens, Groups and Trees","id":"42","title":"Gardens, Groups and Trees"},"43":{"body":"Templates allow sharing of command, variable, gitconfig, and environment definitions across trees. Adding an entry to the templates configuration block makes a template available when defining trees. Specify templates: to inherit the the specified template's settings when defining trees. The templates field also accepts a list of template names. Trees can also reuse another tree definition by specifying the \"extend\" keyword with the name of another tree. Only the first remote is used when extending a tree. templates: hello: variables: message: Hello ${TREE_NAME}. commands: echo: echo ${message} trees: hello-tree: templates: hello hello-tree-extended: extend: hello-tree variables: message: The time is now: $(date) When a tree specifies multiple templates then all of the tempaltes are merged into the tree's definitions. If variables are multiply-defined across multiple templates then the variable's value from the last specified template will be used.","breadcrumbs":"Configuration » Templates","id":"43","title":"Templates"},"44":{"body":"Fields that expect Lists can also be specified using a String value. Strings will be promoted to a List containing a single String. This is useful when defining commands and groups. The commands block defines commands that are specified using Lists of Strings. String to List Promotion makes it easier to define commands by specifying a single String that can either be a simple value or a multi-line YAML String. The following commands show the various ways that commands can be specified due to the automatic promotion of Strings into Lists. commands: # commands are a list of command strings. cmd1: - echo ${TREE_NAME} - pwd # strings are promoted to a list with a single item. cmd2: echo ${TREE_NAME} && pwd # cmd2 is promoted into cmd2: - echo ${TREE_NAME} && pwd # multi-line command strings are supported using \"|\" YAML syntax. cmd4: | echo ${TREE_NAME} pwd # cmd4 is promoted into cmd4: - \"echo ${TREE_NAME}\\npwd\"","breadcrumbs":"Configuration » String to List Promotion","id":"44","title":"String to List Promotion"},"45":{"body":"The names in garden tree and group lists, and group member names accept glob wildcard patterns. The \"annex\" group definition is: annex/*. This matches all trees that start with \"annex/\". The \"git-all\" group has two entries -- git* and cola. the first matches all trees that start with \"git\", and the second one matches \"cola\" only.","breadcrumbs":"Configuration » Wildcards","id":"45","title":"Wildcards"},"46":{"body":"Symlink trees create a symlink on the filesystem during garden init. garden exec, and custom garden cmd commands ignore symlink trees. trees: media: path: ~/media symlink: /media/${USER} The \"path\" entry behaves like the tree \"path\" entry -- when unspecified it defaults to a path named after the tree relative to the garden root.","breadcrumbs":"Configuration » Symlinks","id":"46","title":"Symlinks"},"47":{"body":"A more advanced modularity feature allow you to stitch additional garden.yaml files underneath a custom \"graft namespace\". The example below demonstrates how to define trees and variables in separate \"graft\" files and refer to them using a graft:: namespace qualfier. # Top-level garden.yaml\ngrafts: graft: graft.yaml graft-repos: config: repos.yaml root: repos trees: local-tree: url: \"https://git.example.com/repo.git\" variables: value: \"${graft::value}\" gardens: example: trees: - local-tree - graft::tree - repos::example The repos graft entry demonstrates how to use a custom root directory for the trees provided by the grafted configuration. The grafts.yaml file provides a tree called tree and a variable called value. # The grafted \"graft.yaml\" file.\ntrees: tree: \"https://git.example.com/tree.git\" variables: value: \"grafted value\"","breadcrumbs":"Configuration » Grafts","id":"47","title":"Grafts"},"48":{"body":"These examples demonstrate how to setup and run real-world projects using garden.","breadcrumbs":"Examples » Examples","id":"48","title":"Examples"},"49":{"body":"The \"Photo Restoration\" example sets up the Bringing Old Photos Back to Life software for restoring old photos that suffer from severe degradation using deep learning approaches.","breadcrumbs":"Examples » Photo Restoration","id":"49","title":"Photo Restoration"},"5":{"body":"This requires at least Rust 1.45 and Cargo to be installed. Once you have installed Rust, type the following in the terminal: cargo install garden-tools This will download and compile garden for you. The only thing left to do is to add the Cargo $HOME/.cargo/bin directory to your $PATH.","breadcrumbs":"Installation » Crates.io","id":"5","title":"Crates.io"},"50":{"body":"The \"Git Cola\" example sets up a development environment for Git Cola , a PyQt-based graphical user interface for Git.","breadcrumbs":"Examples » Git Cola Development","id":"50","title":"Git Cola Development"},"51":{"body":"This example demonstrates how to run the Bringing Old Photo Back to Life photo restoration project.","breadcrumbs":"Examples » Photo Restoration » Photo Restoration","id":"51","title":"Photo Restoration"},"52":{"body":"Run the following commands to clone the repository, download pre-trained deep-learning model data files used by the software and configure a Python virtualenv used to run the tools. NOTE : this example uses almost 7GB of disk space. # Create a directory we'll clone and build a few repositories.\nmkdir -p photo-restoration && cd photo-restoration # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/photo-restoration/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the trees. This will clone an \"old-photos\" repo.\ngarden grow old-photos # One-time setup: Download resources.\ngarden setup old-photos","breadcrumbs":"Examples » Photo Restoration » Setup","id":"52","title":"Setup"},"53":{"body":"Now that everything is setup we can run the tools using the custom run command provided by the garden.yaml file. The run.py script takes several options. garden run old-photos -- --help Arguments can be passed directly to run.py by passing additional arguments after the special double-dash -- \"end of options\" marker. The example above pases the --help option for demonstration purposes. You will have to specify the --input_folder and --output_folder in order to use the photo restoration tool. See the --help output for more details.","breadcrumbs":"Examples » Photo Restoration » Run the Software","id":"53","title":"Run the Software"},"54":{"body":"The following is the contents of the garden.yaml file used in this example. The setup command defines what happens during garden setup old-photos. The run command defines when happens during garden run old-photos. Additional command-line arguments specified after the double-dash -- marker are available to commands via conventional $1, $2, $N, ... \"$@\" shell variables. ---\ngarden: root: ${GARDEN_CONFIG_DIR}\nvariables: env_py3: $ python3 -c 'import sys; print(\"env%s%s\" % sys.version_info[:2])'\ntrees: old-photos: description: | Restore old photos using machine-learning. $ garden grow old-photos $ garden setup old-photos $ garden run old-photos -- --help url: \"https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life.git\" links: - \"https://colab.research.google.com/drive/1NEm6AsybIiC5TwTU_4DqDkQO0nFRB-uA?usp=sharing&authuser=2#scrollTo=32jCofdSr8AW\" - \"http://raywzy.com/Old_Photo/\" - \"https://news.ycombinator.com/item?id=25148253\" environment: PATH: \"${TREE_PATH}/${env_py3}/bin\" commands: setup: | ( cd ./Face_Detection && ( test -f shape_predictor_68_face_landmarks.dat || ( curl -L http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 -o shape_predictor_68_face_landmarks.dat.bz2 bzip2 -v -d shape_predictor_68_face_landmarks.dat.bz2 ) ) ) ( cd ./Face_Enhancement && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) ( cd ./Global && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) test -d ${env_py3} || ( python3 -m venv ${env_py3} ${env_py3}/bin/pip install -r requirements.txt ) run: ${env_py3}/bin/python3 run.py \"$@\"\n...","breadcrumbs":"Examples » Photo Restoration » garden.yaml","id":"54","title":"garden.yaml"},"55":{"body":"This garden file sets up a development garden with the latest version of Git, Git Cola, qtpy and vx. Run the following commands to see this in action. # Create a directory we'll clone and build a few repositories.\nmkdir -p cola && cd cola # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/git-cola/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the repos in the \"cola\" garden and use a custom\n# \"garden grow\" is a garden built-in command that clones.\ngarden grow cola # \"garden setup\" command defined in \"garden.yaml\" to initializes the environment.\ngarden setup cola # All set! Now we can run Git Cola from the development environment.\ngarden run # Daily development workflow: run tests in each repository in-place.\ngarden test cola # Commands can be passed to the underlying \"run\" command to run Git Cola\n# against any Git repository.\ngarden run -- --repo path/to/any/git/tree # These projects don't need to be \"built\", so this is technically a no-op.\n# A Rust or C++ Rust project could use something like this to run \"make\"\n# in each repository.\ngarden build cola The development repositories are now in your current directory and a development virtualenv is present in the ./dist directory.","breadcrumbs":"Examples » Git Cola » Git Cola Development","id":"55","title":"Git Cola Development"},"56":{"body":"The following is the contents of the garden.yaml file used in this example. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Examples » Git Cola » garden.yaml","id":"56","title":"garden.yaml"},"57":{"body":"Included in garden.yaml are a few few helpful commands that give us a quick view of what's going on in each tree: garden diff cola\ngarden status cola\ngarden lol cola If we want to perform git stuff (like fetch the latest changes), we can always use garden exec to run arbitrary commands: garden exec cola git fetch --verbose # When needed, we can hop into a shell with all of the environment variables set\ngarden shell cola","breadcrumbs":"Examples » Git Cola » Pre-defined Custom Commands and Ad-Hoc Commands","id":"57","title":"Pre-defined Custom Commands and Ad-Hoc Commands"},"58":{"body":"The garden run example runs git and git cola in-place in their respective trees. The git-cola project is not installed into the ./dist directory. It contains just the virtualenv created needed to run it. In order to create a self-contained installation to run the tools independently of their source repositories we have to install them into the ./dist directory. The following example installs Git and Git Cola into the ./dist directory by running the \"make install\" targets in each repo: garden install cola Now we can test the installed tools directly by adding ./dist/bin to our $PATH, or just invoke the script directly: ./dist/bin/git-cola Voila, we now have a fully functional development environment with PyQt5, qtpy and Git Cola ready to go for development.","breadcrumbs":"Examples » Git Cola » Self-contained installation demo","id":"58","title":"Self-contained installation demo"},"59":{"body":"","breadcrumbs":"Changelog » Changelog","id":"59","title":"Changelog"},"6":{"body":"The version published to crates.io will sometimes be behind the source code repository. If you want to install the latest pre-release version then you can build the Git version of Garden yourself using cargo. cargo install --git https://github.com/davvid/garden garden-tools","breadcrumbs":"Installation » Latest using Cargo","id":"6","title":"Latest using Cargo"},"60":{"body":"Features : garden now supports a grafts feature that allows you to stitch configuration entities from separate garden files into a graft-specific namespace. Trees and variables from grafted configurations can be referenced using graft:: namespace qualifiers. garden grow can now configure upstream branches . garden grow can now configure gitconfig settings with multiple values using git config --add .","breadcrumbs":"Changelog » v0.8.0","id":"60","title":"v0.8.0"},"61":{"body":"Features : Trees, Groups, Gardens and Commands defined in the top-level garden.yaml can now override entries defined via garden.includes. Configuration entities now follow \"last one wins\" semantics -- if the same entity is defined in multiple includes files then only the final definition will be used. ( #14 ) ( #15 ) Trees now sparsely override existing entries . This behavior allows a tree definition to replace just the url field, or to replace individual tree commands while retaining the rest. Use replace: true in a Tree definition in order to completely replace the existing entry instead of sparsely overridding it. Improved shell completions for garden, garden init and garden plant. Packaging 0323pin packaged garden for pkgsrc/NetBSD and merged the package into the main branch! ( #13 )","breadcrumbs":"Changelog » v0.7.0","id":"61","title":"v0.7.0"},"62":{"body":"Released 2023-01-20 Features : Both names and values in gitconfig can now use ${var} expressions. Previously only values were evaluated. Config names are evaluated now as well. Fixes The zsh workaround for garden completion zsh is no longer needed. The documentation for generating zsh completions has been updated. ( #10 )","breadcrumbs":"Changelog » v0.6.0","id":"62","title":"v0.6.0"},"63":{"body":"Released 2023-01-15 Fixes Exec expressions were previously run with the current directory set to the directory from which garden was run. Exec expresssions are now run in the tree's current directory.","breadcrumbs":"Changelog » v0.5.1","id":"63","title":"v0.5.1"},"64":{"body":"Released 2023-01-12 Features : Garden configuration files can now include other configuration files by specifying the additional files to include in the garden.includes field. The includes feature makes it possible to create modular and reusable garden files. The trees, variables, commands, groups and gardens defined in the included files are added to the current configuration. ( #7 ) Garden commands can now reference $shell variables using the standard (brace-less) shell $variable syntax. The braced ${garden} variable syntax remains reserved for resolving Garden Variables. Double-$ braces (ex: $${...}) can be used to escape a $${variable} from evaluation so that a literal the ${variable} value is used by the garden command. ( #11 ) ( #12 ) A new garden completion subcommand was added for providing shell command-line completion using the clap_complete crate. ( #9 ) garden -V | --version was added alongside the clap rewrite for displaying the garden command version. Development : The Makefile has been replaced by a garden.yaml Garden file. We can now use garden {build, test, check, fmt, clippy, ...} instead of make .... See garden.yaml @ 5ef8d0ab16 for more details . Packagers can use cargo install to install garden and invoke mdbook directly to install the user manual. We also provide garden -D DESTDIR=/tmp/stage -D prefix=/usr/local install-doc if distros want to install the user manual using our recipe. ( #8 ) Garden's command-line parsing has been rewritten to leverage the clap crate and ecosystem.","breadcrumbs":"Changelog » v0.5.0","id":"64","title":"v0.5.0"},"65":{"body":"Released 2022-12-26 Features : The garden cmd --no-errexit option was extended to work with commands that are configured using a YAML list of strings. Commands that are specified using lists are now indistinguishable from commands specified using multi-line strings.","breadcrumbs":"Changelog » v0.4.1","id":"65","title":"v0.4.1"},"66":{"body":"Released 2022-12-23 Breaking Changes : garden cmd now runs custom commands using -e -c '' by default. The use of -e is a change in behavior and causes multi-line / multi-statement commands to halt execution when the first non-zero exit code is encountered. Use set +e at the top of of a multi-line command to opt-out of this behavior on a per-command basis, or specify the -n | --no-errexit option. garden will now fallback to bash (and sh) as the default garden.shell value when zsh (and bash) are not installed. As before, the garden.shell configuration variable can be used to override the default shell. Features : garden prune was added for removing orphaned Git repositories. ( #4 ) garden cmd can now run commands in breadth-first order when the -b/--breadth-first option is used. Depth-first tree traversal is the default. The garden cmd --breadth-first traversal runs all commands on a tree before continuing on to the next tree. The default garden cmd depth-first traversal runs a command across all trees before continuing on to the next command. ( #3 )","breadcrumbs":"Changelog » v0.4.0","id":"66","title":"v0.4.0"},"67":{"body":"Released 2022-08-20 Features : garden plant can now detect git worktree repositories. ( #1 )","breadcrumbs":"Changelog » v0.3.0","id":"67","title":"v0.3.0"},"68":{"body":"Released 2022-07-29 Breaking Changes : garden add was renamed to garden plant. Features : garden grow can now grow trees using \"git worktree\" (#1). garden grow learned to clone specific branches. garden grow and garden plant can now handle bare repositories.","breadcrumbs":"Changelog » v0.2.0","id":"68","title":"v0.2.0"},"69":{"body":"Released 2022-06-13 Features : This is the initial garden release. garden grow grows worktrees. garden init intitializes configuration. garden plant (formerly garden add) adds existing trees. garden cmd and garden can run custom commands. Templates, variables, and environment variables are all supported.","breadcrumbs":"Changelog » v0.1.0","id":"69","title":"v0.1.0"},"7":{"body":"You can install garden on macOS using Homebrew . Add the homebrew-garden tap NOTE : The custom brew tap will not be needed in the future once the Garden repository gets enough stars, forks or watchers to allow garden to be added to the main homebrew-core repository. You will need to enable the homebrew-garden tap until then. brew tap davvid/homebrew-garden Stable Release To install the latest stable release from the homebrew-garden tap: brew install garden Upgrade garden in the future by using brew upgrade garden. Development Version To install the latest development version from Git: brew install --head garden NOTE : If you install the latest development version with --head then you will need to use brew upgrade --fetch-HEAD garden to upgrade it. If you don't specify --fetch-HEAD when upgrading then brew upgrade garden will actually downgrade garden to the latest stable release. Cleanup Installing garden with Homebrew may leave behind the Rust development tools. Use brew remove rust after garden is installed to save on disk space. Read on for how to build garden from source.","breadcrumbs":"Installation » Install using Homebrew","id":"7","title":"Install using Homebrew"},"8":{"body":"Garden has been packaged for pkgsrc/NetBSD as described in #13 . To install from the official repository, run: pkgin install garden If you prefer to build from the pkgsrc sources, run: cd /usr/pkgsrc/devel/garden\nmake install","breadcrumbs":"Installation » Install on NetBSD","id":"8","title":"Install on NetBSD"},"9":{"body":"If you would like to develop features and contribute to Garden then you will have to clone the repository on your local machine. git clone https://github.com/davvid/garden.git\ncd garden # Build ./target/debug/garden\ncargo build # Install $HOME/.cargo/bin/garden\ncargo install --path . Running cargo install with no arguments installs to ~/.cargo/bin/garden by default. Once you have garden installed then you can use Garden's garden.yaml to run Garden's custom worfkflow commands. garden test runs the test suite using cargo test. garden check runs checks and linters. garden doc builds the documentation. garden fmt formats the source code. garden install-doc installs the documentation. See Garden's garden.yaml for more details.","breadcrumbs":"Installation » Build and Install from Source for Development","id":"9","title":"Build and Install from Source for Development"}},"length":70,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"55":{"tf":3.3166247903554},"56":{"tf":6.244997998398398},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"2":{"tf":2.23606797749979},"20":{"tf":3.3166247903554},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":8.0},"26":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":3.1622776601683795},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.385164807134504},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":28,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.7416573867739413},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.47213595499958},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":2.0},"34":{"tf":1.0}},"u":{"df":6,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.7416573867739413},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":4.242640687119285},"25":{"tf":6.244997998398398},"26":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"28":{"tf":2.23606797749979},"29":{"tf":3.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.605551275463989},"35":{"tf":4.795831523312719},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.449489742783178},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.0},"55":{"tf":2.449489742783178},"56":{"tf":5.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":3.3166247903554},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.3166247903554},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.0},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.242640687119285},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.449489742783178},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.8284271247461903},"6":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.0},"8":{"tf":2.0},"9":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"54":{"tf":3.1622776601683795}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.6457513110645907},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.3166247903554}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"14":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.449489742783178},"34":{"tf":2.0},"37":{"tf":2.0},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":23,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.4641016151377544},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.23606797749979}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.605551275463989},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.1622776601683795},"15":{"tf":3.3166247903554},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.449489742783178},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.1622776601683795},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.605551275463989},"40":{"tf":1.7320508075688772},"41":{"tf":4.795831523312719},"43":{"tf":2.0},"47":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.6457513110645907}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.7320508075688772},"6":{"tf":2.0},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.1622776601683795},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"55":{"tf":3.605551275463989},"56":{"tf":6.324555320336759},"57":{"tf":2.449489742783178},"58":{"tf":2.6457513110645907}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":43,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":2.23606797749979},"20":{"tf":3.605551275463989},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":8.06225774829855},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":3.3166247903554},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.449489742783178},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.477225575051661},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.872983346207417},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.58257569495584},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":2.23606797749979},"34":{"tf":1.0}},"u":{"df":6,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":22,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.449489742783178},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.872983346207417},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.3166247903554},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":4.358898943540674},"25":{"tf":6.324555320336759},"26":{"tf":2.6457513110645907},"27":{"tf":3.0},"28":{"tf":2.449489742783178},"29":{"tf":3.1622776601683795},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.7416573867739413},"35":{"tf":4.795831523312719},"36":{"tf":2.449489742783178},"37":{"tf":2.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.6457513110645907},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":5.0990195135927845},"57":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":3.4641016151377544},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.4641016151377544},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":3.0},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.123105625617661},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.8284271247461903}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.358898943540674},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.6457513110645907},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"25":{"tf":2.0},"3":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"5":{"tf":2.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":3.0},"6":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.3166247903554},"8":{"tf":2.449489742783178},"9":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":3.0},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":2.0},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":2.449489742783178},"53":{"tf":1.7320508075688772},"54":{"tf":3.3166247903554}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.8284271247461903},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.4641016151377544}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":31,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.6457513110645907},"34":{"tf":2.0},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":23,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.605551275463989},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.449489742783178}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.7416573867739413},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":2.0},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":4,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.4641016151377544},"15":{"tf":3.605551275463989},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":2.23606797749979},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.449489742783178},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.6457513110645907},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.1622776601683795},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.7416573867739413},"40":{"tf":2.0},"41":{"tf":4.898979485566356},"43":{"tf":2.0},"47":{"tf":2.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.8284271247461903}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"title":{"root":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"m":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"3":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"52":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}},"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":20,"teaser_word_count":30},"search_options":{"bool":"AND","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":2},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["index.html#garden-user-guide","index.html#introduction","glossary.html#glossary","installation.html#installation","installation.html#rust-and-cargo","installation.html#cratesio","installation.html#latest-using-cargo","installation.html#install-using-homebrew","installation.html#install-on-netbsd","installation.html#build-and-install-from-source-for-development","installation.html#windows","setup-and-usage.html#setup-and-usage","setup-and-usage.html#setup","setup-and-usage.html#usage","tree-queries.html#tree-queries","tree-queries.html#resolving-trees-groups-or-gardens-only","tree-queries.html#tree-queries-resolve-to-multiple-trees","tree-queries.html#paths","tree-queries.html#wildcards","commands.html#commands","commands.html#command-line-conventions","commands.html#garden-init","commands.html#garden-plant","commands.html#garden--tree-query","commands.html#garden-grow","commands.html#garden-cmd","commands.html#garden-exec","commands.html#garden-eval","commands.html#garden-shell","commands.html#garden-prune","commands.html#enable-deletions","commands.html#limit-concurrency","commands.html#limit-filesystem-traversal-depth","commands.html#enable-scripted-usage-by-answering-yes-to-all-prompts","commands.html#garden-completion","configuration.html#configuration","configuration.html#garden-root","configuration.html#garden-shell","configuration.html#includes","configuration.html#variables","configuration.html#built-in-variables","configuration.html#environment-variables","configuration.html#gardens-groups-and-trees","configuration.html#templates","configuration.html#string-to-list-promotion","configuration.html#wildcards","configuration.html#symlinks","configuration.html#grafts","examples.html#examples","examples.html#photo-restoration","examples.html#git-cola-development","examples/photo-restoration.html#photo-restoration","examples/photo-restoration.html#setup","examples/photo-restoration.html#run-the-software","examples/photo-restoration.html#gardenyaml","examples/git-cola.html#git-cola-development","examples/git-cola.html#gardenyaml","examples/git-cola.html#pre-defined-custom-commands-and-ad-hoc-commands","examples/git-cola.html#self-contained-installation-demo","changelog.html#changelog","changelog.html#v080","changelog.html#v070","changelog.html#v060","changelog.html#v051","changelog.html#v050","changelog.html#v041","changelog.html#v040","changelog.html#v030","changelog.html#v020","changelog.html#v010"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":4,"title":3},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":50,"breadcrumbs":2,"title":1},"11":{"body":0,"breadcrumbs":4,"title":2},"12":{"body":105,"breadcrumbs":3,"title":1},"13":{"body":74,"breadcrumbs":3,"title":1},"14":{"body":50,"breadcrumbs":4,"title":2},"15":{"body":71,"breadcrumbs":6,"title":4},"16":{"body":27,"breadcrumbs":7,"title":5},"17":{"body":31,"breadcrumbs":3,"title":1},"18":{"body":40,"breadcrumbs":3,"title":1},"19":{"body":17,"breadcrumbs":2,"title":1},"2":{"body":108,"breadcrumbs":2,"title":1},"20":{"body":110,"breadcrumbs":4,"title":3},"21":{"body":68,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":2},"23":{"body":22,"breadcrumbs":4,"title":3},"24":{"body":455,"breadcrumbs":3,"title":2},"25":{"body":668,"breadcrumbs":3,"title":2},"26":{"body":37,"breadcrumbs":3,"title":2},"27":{"body":53,"breadcrumbs":3,"title":2},"28":{"body":55,"breadcrumbs":3,"title":2},"29":{"body":52,"breadcrumbs":3,"title":2},"3":{"body":34,"breadcrumbs":2,"title":1},"30":{"body":29,"breadcrumbs":3,"title":2},"31":{"body":19,"breadcrumbs":3,"title":2},"32":{"body":60,"breadcrumbs":5,"title":4},"33":{"body":79,"breadcrumbs":7,"title":6},"34":{"body":195,"breadcrumbs":3,"title":2},"35":{"body":455,"breadcrumbs":2,"title":1},"36":{"body":62,"breadcrumbs":3,"title":2},"37":{"body":33,"breadcrumbs":3,"title":2},"38":{"body":238,"breadcrumbs":2,"title":1},"39":{"body":92,"breadcrumbs":2,"title":1},"4":{"body":31,"breadcrumbs":3,"title":2},"40":{"body":29,"breadcrumbs":3,"title":2},"41":{"body":162,"breadcrumbs":3,"title":2},"42":{"body":54,"breadcrumbs":4,"title":3},"43":{"body":96,"breadcrumbs":2,"title":1},"44":{"body":94,"breadcrumbs":4,"title":3},"45":{"body":35,"breadcrumbs":2,"title":1},"46":{"body":37,"breadcrumbs":2,"title":1},"47":{"body":135,"breadcrumbs":2,"title":1},"48":{"body":9,"breadcrumbs":2,"title":1},"49":{"body":21,"breadcrumbs":3,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":15,"breadcrumbs":4,"title":3},"51":{"body":11,"breadcrumbs":5,"title":2},"52":{"body":75,"breadcrumbs":4,"title":1},"53":{"body":57,"breadcrumbs":5,"title":2},"54":{"body":157,"breadcrumbs":4,"title":1},"55":{"body":134,"breadcrumbs":6,"title":3},"56":{"body":402,"breadcrumbs":4,"title":1},"57":{"body":51,"breadcrumbs":10,"title":7},"58":{"body":77,"breadcrumbs":7,"title":4},"59":{"body":0,"breadcrumbs":2,"title":1},"6":{"body":27,"breadcrumbs":4,"title":3},"60":{"body":45,"breadcrumbs":2,"title":1},"61":{"body":84,"breadcrumbs":2,"title":1},"62":{"body":35,"breadcrumbs":2,"title":1},"63":{"body":22,"breadcrumbs":2,"title":1},"64":{"body":159,"breadcrumbs":2,"title":1},"65":{"body":29,"breadcrumbs":2,"title":1},"66":{"body":125,"breadcrumbs":2,"title":1},"67":{"body":13,"breadcrumbs":2,"title":1},"68":{"body":35,"breadcrumbs":2,"title":1},"69":{"body":37,"breadcrumbs":2,"title":1},"7":{"body":120,"breadcrumbs":4,"title":3},"8":{"body":21,"breadcrumbs":3,"title":2},"9":{"body":72,"breadcrumbs":5,"title":4}},"docs":{"0":{"body":"","breadcrumbs":"Garden » Garden User Guide","id":"0","title":"Garden User Guide"},"1":{"body":"Garden streamlines development workflows that involve a loosely-coupled set of multiple, independent Git trees. Garden allows you to define dynamic relationships and workflows between these repositories using a declarative YAML config file that can be shared and used as a bootstrapping mechanism for getting a auditable, from-source project cloned, built, installed and running with minimal effort for consumers of a Garden file. Garden sits above any individual project's build scripts and conventions. Garden is all about making it easy to remix and reuse libraries maintained in seperate Git repositories.","breadcrumbs":"Garden » Introduction","id":"1","title":"Introduction"},"10":{"body":"Garden is developed on Linux and supported on macOS and BSDs where Rust is available. Garden is not supported on Windows. Garden \"should\" work fine on Windows if you install a shell (eg. bash.exe or zsh.exe) in $PATH and patch a few details to deal with Windows-isms, but Garden is untested and not supported by the core team on Windows or WSL. Issues related to Windows will be closed. Pull requests related to these systems are welcome as long as they do not clutter the core or test suite with Windows-isms.","breadcrumbs":"Installation » Windows","id":"10","title":"Windows"},"11":{"body":"","breadcrumbs":"Setup and Usage » Setup and Usage","id":"11","title":"Setup and Usage"},"12":{"body":"A garden can be created in any directory. Run garden init to create an empty \"garden.yaml\" file for defining trees, groups and gardens. # Create an empty \"garden.yaml\" in the current directory.\ngarden init By default, the garden.yaml is configured to operate on trees in the current directory relative to the garden file. The garden command searches the current directory for a \"garden.yaml\" config file. If no \"garden.yaml\" could be found in the current directory then garden will attempt to load a \"global\" configuration file, typically located in ~/.config/garden/garden.yaml. The following garden init invocation creates an empty garden.yaml with a root directory of ~/src in the user's home configuration directory. This is typically ~/.config/garden/garden.yaml. garden init --global --root '~/src' This allows you to access the config irrespective of the current directory and perform garden operations without needing to cd into ~/src/ to do so. If multiple configuration files are made available in ~/.config/garden, then using garden -c alt.yaml ... from any directory (without specifying an absolute path) will use the alt.yaml garden file.","breadcrumbs":"Setup and Usage » Setup","id":"12","title":"Setup"},"13":{"body":"Now that we know how to create a garden.yaml we can start using garden to track our development repositories. When we have a ~/src/garden.yaml file with Git worktrees alongside it in the ~/src directory then we can start adding those trees to the garden file. Existing trees are added to a garden file using garden plant . Once we have a garden file with trees in it then we can use the garden file to recreate our setup using garden grow. The garden grow command brings trees into existence by cloning trees that have been configured in a garden file. Garden commands are used to operate over sets of trees once a configuration has been defined. See the Garden Commands Documentation for detailed information about the built-in garden commands.","breadcrumbs":"Setup and Usage » Usage","id":"13","title":"Usage"},"14":{"body":"Garden commands take arguments that specify which groups, gardens or trees to operate on. Tree queries are strings that resolve to a set of trees. Command arguments with garden, group or tree names, @tree references, %group references, :garden references and wildcards are all referred to as \"tree queries\". When a name is specified, garden will use the first matching garden, group or tree, in that order, when determining which trees to operate on. When a garden or group is matched, all of its associated trees are used.","breadcrumbs":"Tree Queries » Tree Queries","id":"14","title":"Tree Queries"},"15":{"body":"If you have groups, gardens, and trees with the same name then you can use the @tree, %group, and :garden syntax to disambiguate between them. @tree - values prefixed with @ resolve trees only %group - values prefixed with % resolve groups only :garden - values prefixed with : resolve gardens only garden grow @tree # grow the tree called \"tree\"\ngarden grow %group # grow the group called \"group\"\ngarden grow :garden # grow the garden called \"garden\" When no prefixes are specified then the names are resolved in the following order: gardens, groups and trees. Gardens have the highest priority, followed by groups and lastly trees. If your trees, groups and gardens are named uniquely then no prefixes are needed.","breadcrumbs":"Tree Queries » Resolving Trees, Groups or Gardens Only","id":"15","title":"Resolving Trees, Groups or Gardens Only"},"16":{"body":"In the following example, the \"cola\" garden is found in the example configuration. Each command is run over every tree in that garden. garden exec cola git status -s\ngarden status cola\ngarden cmd cola status build","breadcrumbs":"Tree Queries » Tree Queries Resolve to Multiple Trees","id":"16","title":"Tree Queries Resolve to Multiple Trees"},"17":{"body":"Paths can be specified as well, but the filesystem has the lowest priority relative to gardens, groups, and trees. When specifyiing paths they must resolve to a configured tree. For example, garden build . -- --verbose runs the build command on the tree in the current directory and passes the --verbose flag to the configured build command.","breadcrumbs":"Tree Queries » Paths","id":"17","title":"Paths"},"18":{"body":"Garden understands shell wildcards. Glob wildcards in tree queries allows operations to span over ad-hoc gardens, groups and trees. This following examples show how wildcards might be used: # Grow all all trees whose names start with \"git\" by cloning them.\ngarden grow '@git*' # Run \"pwd\" in all of the same trees.\ngarden exec '@git*' pwd","breadcrumbs":"Tree Queries » Wildcards","id":"18","title":"Wildcards"},"19":{"body":"Garden includes a set of built-in commands and can be flexibly extended with user-defined commands. User-defined commands are one Garden's most useful features.","breadcrumbs":"Commands » Commands","id":"19","title":"Commands"},"2":{"body":"garden.yaml -- a Garden file defines trees, groups and gardens. tree -- a Git worktree. A single repository clone. group -- a named collection of trees. The \"group\" block in the configuration file defines tree groups that are available for use by commands and gardens. garden -- a composite of trees and groups for defining project-level variables and commands. Gardens help create environments for working on libraries, and application that use the library, in tandem. tree query -- a shellexpand glob expression that matches against garden names, group names and tree names. Many garden commands accept tree queries as arguments. Gardens can be used for software projects composed of multiple repositories, or they can be used to provide an approachable way to explore a curated set of Git repositories for any purposes. Gardens allow you to define environment variables and workflow commands that are either available to any tree or scoped to specific gardens only. Groups are lighter-weight than a garden. They group trees together into named collections that can be referenced by gardens and commands.","breadcrumbs":"Glossary » Glossary","id":"2","title":"Glossary"},"20":{"body":"Run garden help to display usage information for garden commands. The usage information is where the command-line options are documented. garden help\ngarden help \ngarden --help Built-in commands use this basic syntax: garden [options] [command-options] [command-arguments]* The following options come before and are common to all commands. -C | --chdir chdir to the specified directory before searching for configuration. This is modeled after make -C ... or git -C .... -c | --config Specify a garden config file to use instead of searching for garden.yaml. The path can either be the path to an actual config file, or it can be the basename of a file in the configuration search path. -v | --verbose Enable verbose debugging output. -D | --define name=value Override a configured variable by passing a name=value string to the -D | --define option. The variable named name will be updated with the garden expression value. Multiple variables can be set by specifying the flag multiple times.","breadcrumbs":"Commands » Command-Line Conventions","id":"20","title":"Command-Line Conventions"},"21":{"body":"garden init [options] [] # create a local garden config rooted at the current directory\ngarden init --root '${GARDEN_CONFIG_DIR}' # create a global garden config rooted at ~/src\ngarden init --global --root '~/src' The init command will create an empty Garden YAML file with the minimal boilerplate to start using garden. If no is specified, garden.yaml in the current directory will be written. The Garden file is written to the user's ~/.config/garden/ global configuration directory when --global is specified. This command is typically run without specifying a filename. After garden init the following files are created. current-directory/\n└── garden.yaml","breadcrumbs":"Commands » garden init","id":"21","title":"garden init"},"22":{"body":"garden plant Add a pre-existing Git worktree to garden.yaml. The trees section in the garden.yaml file will be updated with details about the new tree. garden plant records the Git remotes associated with a repository. It is safe to re-run garden plant in order to add new remotes to an existing configuration. Repositories created using git worktree are supported by garden plant. Parent trees must be planted first before planting a child tree.","breadcrumbs":"Commands » garden plant","id":"22","title":"garden plant"},"23":{"body":"Garden commands accept tree query strings that are used to refer to sets of trees. Tree queries are glob string patterns that can be used to match the gardens, groups or trees defined in \"garden.yaml\".","breadcrumbs":"Commands » garden ... [tree-query]","id":"23","title":"garden ... [tree-query]"},"24":{"body":"garden grow # Example usage\ngarden grow cola If you have a garden.yaml file, either one that you authored yourself or one that was provided to you, then you will need to grow the Git trees into existence. The grow sub-command updates or creates the trees matched by the and places them into the paths defined by the garden file. It is safe to re-run the grow command and re-grow a tree. Existing trees will have their git configuration updated to match the configured remotes. Missing repositories are created by cloning the configured tree url. Branches The branch: tree variable is used to specify which branch should be cloned and checked out when the tree is grown. trees: example: branch: dev url: url garden grow example clones the repository using git clone --branch=dev. The branch setting is a tree variable and supports ${variable} expressions. Shallow Clones The depth: tree parameter is used to create shallow clones. trees: example: depth: 42 url: url garden grow example clones the repository using: git clone --depth=42 --no-single-branch Even though a shallow clone is created, all of the remote tracking branches (eg. origin/*) are available because we clone the repository using the --no-single-branch option. The single-branch: true tree parameter is used to create clones that contain a single branch only. This is useful if you want to limit the on-disk footprint of repositories by only having a single branch available. This paramter is typically used in conjunction with branch: and depth: 1 to create a 1-commit shallow clone with a single branch. trees: example: branch: dev depth: 1 single-branch: true url: url Wildcards Wildcards are supported in the trees queries supported by garden grow. garden grow 'glob*' grows the gardens, groups or trees that start with \"glob\". If garden.yaml contains gardens whose name matches the query then the trees associated with each garden are grown. If no gardens are found then garden will search for \"groups\" that match the query. If groups are found then the trees within each group will be grown. If no gardens and no groups are found then will garden search for trees and grow those whose names match the query string. Worktrees garden grow can be used to create worktrees that share their .git storage using git worktree . To create shared storage, define the primary worktree where the .git storage will reside and then define additional trees that reference the worktrees. trees: example/main: url example/dev: worktree: example/main branch: dev example/v2: worktree: example/main branch: v2 This example uses example/main tree for the shared storage and two additional worktrees. example/dev uses the dev branch and example/v2 uses the v2 branch. Upstream Branches Remote tracking branches can be configured by defining a branches block that maps local branch names (the key) to a remote branch name expression (the value). trees: example/branches: branch: local branches: local: origin/dev dev: origin/dev The above configuration creates local branches called local and dev and checks out the local branch when garden grow example/branches is run. Git Configuration Values The garden grow command will apply git configuration values that are specified using the gitconfig key. trees: foo: gitconfig: # Override the submodule URL for \"thirdparty/repo\". submodule.thirdparty/repo.url: \"git@private.example.com:thirdparty/repo.git\" Multi-valued git config --add values are also supported, for example the remote.$name.pushurl value can be set to multiple values. Use a list as the value for the key and multiple values will be added using git config --add $name $value . trees: foo: url: \"git@github.com:example/foo.git\" gitconfig: remote.origin.pushurl: # Push to multiple remotes when using \"git push origin\" - \"git@github.com:example/foo.git\" - \"git@private.example.com:example/foo.git\" Bare Repositories To clone bare repositories use bare: true in the tree configuration. trees: example: bare: true url: url Bare clones are created by default when the tree path ends in .git. For example, a tree called example.git will be bare: true by default. trees: example.git: url Setting bare: false overrides the name-based detection of bare repositories. trees: example.git: bare: false url: url","breadcrumbs":"Commands » garden grow","id":"24","title":"garden grow"},"25":{"body":"garden cmd []... [-- ..] # Example usage\ngarden cmd cola build test -- V=1 Run one or more user-defined commands over the gardens, groups or trees that match the specified tree query. The exapmle above runs the build and test commands in all of the trees that are part of the cola garden. Commands garden cmd and garden interact with custom commands that are configured in the commands section for templates, trees, gardens, and the top-level scope. # Example usage # Run the test\" command in the cola and vx trees\ngarden test cola vx # Use \"--\" to forward arguments to the custom commands\ngarden test cola vx -- V=1 Custom commands can be defined at either the tree or garden scope. Commands defined at the garden scope extend commands defined on a tree. If both a tree and the garden containing that tree defines a command called test then garden test will first run the tree's test command followed by the garden's test command. Commands are executed in a shell so that shell expressions can be used in commands. A POSIX-compatible shell must be installed in your $PATH. The garden.shell configuration value defaults to zsh but can be set to any shell that accepts -e and -c ' options (for example bash). If zsh is not installed then bash will be used by default instead. If neither zsh nor bash is installed then sh will be used by default instead. Each command runs under [\"zsh\", \"-e\", \"-c\", \"\"] with the resolved environment from the corresponding garden, group, or tree. Multi-line and multi-statement command strings will stop executing as soon as the first non-zero exit code is encountered due to the use of the -e shell option. Use the -n | --no-errexit option to inhibit the use of the -e errexit option. The --no-errexit option causes commands with multiple statements to run to completion even when a non-zero exit code is encountered. This is akin to a regular shell script. You can also opt-out of the errexit behavior on a per-command basis by adding set +e as the first line of a multi-line command. Additional command-line specified after a double-dash (--) end-of-options marker are forwarded to each command. \"$0\" in a custom command points to the current garden executable and can be used to rerun garden from within a garden command. Additional arguments are available to command strings by using the traditional \"$@\" shell syntax. When additional arguments are present \"$1\", \"$2\", and subsequent variables will be set according to each argument. # Commands can be defined in multiple ways.\n# Strings and lists of strings are both supported via \"String to List Promotion\".\n# The YAML reader accepts multi-line strings using the the \"|\" pipe syntax. commands: one-liner: echo hello \"$@\" multi-liner: | if test \"${debian}\" = \"yes\" then apt install rust-all else multi-statement-and-multi-liner: - echo a $1 - | echo b $3 echo c $4 variables: name: value debian: $ type apt-get >/dev/null && echo yes || echo no # Commands can also be defined at tree and garden scope trees: our-tree: commands: tree-cmd: echo ${TREE_NAME} gardens: all: trees: * commands: print-pwd: pwd Shell Syntax User-defined Commands and Exec Expressions are evaluated by the shell configured in the garden.shell configuration value. Garden and Shells share a key piece of common syntax: the interpolated braced ${variable} syntax. Garden Variables that use the ${variable} syntax are evaluated by garden first before the shell has evaluated them. This means that the shell syntax supported by Garden's Exec Expressions is a subset of the full syntax because shell-only variables such as ${OSTYPE} cannot be accessed using the braced-variable syntax. commands: example-command: | shell_variable=$(date +%s) echo hello $OSTYPE $shell_variable The plain $variable syntax is reserved for use by the shell commands used in user-defined Commands and Exec Expressions. Environment Variables can be used in shell scriptlets through both the $ENV and ${ENV} braced variable syntax. Garden makes ${PATH} and all other environment variables available during variable expansion. The distinction between the ${garden} and $shell syntax is only relevant when using variables defined within shell command, such as $shell_variable above. If the ${shell_variable} syntax were to be used in the example-command then an empty value would have been used instead of the output of date +%s. Sometimes it is necessary to actually use the ${...} braced literal syntax in shell commands. The $${...} braced double-dollar syntax can be used to escape a braced value and disable evalution by garden. Double-$ can generally be used to escape literal $ values in commands, but escaping is handled automatically for regular $shell variables. Depth-first and Breadth-first Tree Traversal The following two invocations run commands in a different order: # Depth-first (default)\ngarden cmd treesitters build test # Breadth-first\ngarden cmd --breadth-first treesitters build test The default traversal order for commands is depth-first. This means that both the build and test commands are run on each tree in the treesitters group before running any commands on the next tree. The -b | --breadth-first option enables a breadth-first traversal. A breadth-first traversal runs the build command over all of the trees in the treesitters group before the test command is run over all of the trees in the same group. Custom Commands garden []* [-- ...] # Example usage\ngarden status @git-cola .\ngarden build cola -- V=1 garden is another way to execute a user-defined . This form allows you to specify multiple queries rather than multiple commands. When no builtin command exists by the specified name then garden will use custom commands defined in a commands block at the corresponding garden or tree scope. garden ... is complementary to garden cmd .... garden cmd ... runs multiple commands over a single query. garden ... runs a command over multiple queries. For example, garden build treesitters catsitters will run a user-defined build command over both the treesitters and catsitters groups.","breadcrumbs":"Commands » garden cmd","id":"25","title":"garden cmd"},"26":{"body":"garden exec []* # example\ngarden exec cola git status -s Run commands over the trees, groups or gardens matched by tree query. When the resolves to a garden then the environment is configured for the command using the environment variables and custom commands from both the tree and the garden.","breadcrumbs":"Commands » garden exec","id":"26","title":"garden exec"},"27":{"body":"garden eval [] [] # example\ngarden eval '${GARDEN_ROOT}'\ngarden eval '${TREE_PATH}' cola Evaluate a Garden Expression in the specified tree context and output the result to stdout. Garden Expressions are strings-with-${variables} that get substituted and resolved using garden's variables and environment blocks. If no tree is given then the variable scope includes the top-level variables block only. When a tree is given then its variables are considered as well. When a garden is specified then the garden's variables are also available for evaluation.","breadcrumbs":"Commands » garden eval","id":"27","title":"garden eval"},"28":{"body":"garden shell [] # example\ngarden shell cola Launch a shell inside the environment synthesized by the tree query. If is specified then the current directory will be set to the tree's directory. If the resolved tree query contains a tree whose name exactly matches the query string then that tree's directory will be used when opening the shell. The optional tree argument is not needed for the case where a garden and tree share a name -- garden will chdir into that same-named tree when creating the shell.","breadcrumbs":"Commands » garden shell","id":"28","title":"garden shell"},"29":{"body":"garden prune [options] [...] Traverse the filesystem and interactively delete any repositories that are not referenced by the garden file. This command is intended to cleanup a garden-managed directory. Its intended usage is to delete repositories that were created (eg. via garden grow) and have since been removed from your version-controlled garden configuration. Warning : garden prune is a dangerous command and must be run with care. garden prune deletes repositories and all of their files (including the .git storage)! The following options are supported by garden prune.","breadcrumbs":"Commands » garden prune","id":"29","title":"garden prune"},"3":{"body":"There are multiple ways to install garden. These instructions assume that you have cargo installed for Rust development. Skip ahead to the Homebrew section if you're on macOS and prefer to install garden using Homebrew. Skip ahead to the NetBSD section if you're on NetBSD and prefer to install garden using pkgin or the pkgsrc/NetBSD sources.","breadcrumbs":"Installation » Installation","id":"3","title":"Installation"},"30":{"body":"--rm The garden prune command uses a no-op \"safe mode\" which does not actually delete repositories by default. Deletions must be enabled by specifying the --rm option. Use the --rm option only after you have verified that garden prune is not going to delete any unexpected repositories that you intended to keep.","breadcrumbs":"Commands » Enable deletions","id":"30","title":"Enable deletions"},"31":{"body":"--jobs The prune process runs in parallel across multiple cores. All cores are used by default. The --jobs option limits the number of cores to the specified number of jobs.","breadcrumbs":"Commands » Limit concurrency","id":"31","title":"Limit concurrency"},"32":{"body":"--min-depth \n--max-depth \n--exact-depth The cleanup process can be limited to specific traversal depths. The filesystem is traversed with no limits by default. Specifying a minimum depth will not remove repositories shallower than the specified depth. For example, --min-depth 1 will not remove repositories in the same directory as the garden file. Specifying a maximum depth will not remove repositories deeper than the specified depth. For example, --max-depth 0 will not remove repositories in subdirectories below the directory containing the garden file.","breadcrumbs":"Commands » Limit filesystem traversal depth","id":"32","title":"Limit filesystem traversal depth"},"33":{"body":"--no-prompt The garden prune command interactively prompts before removing each repository. The prompt looks like the following: # /home/user/src/example\nDelete the \"example\" repository?\nWARNING: \"all\" deletes \"example\" and ALL subsequent repositories!\nChoices: yes, no, all, quit [y,n,all,q]? Entering y (or yes) at the prompt will delete the repository and all of its files. Entering n (or no) at the prompt will skip and not remove the repository. Entering q (or quit) will exit garden prune without deleting the repository. Entering all will remove the repository and all subsequent repositories. all is equivalent to answering yes to all further prompts. Entering all is dangerous and proceeds without further prompts. Be careful! --no-prompt is also equivalent to answering yes to all prompts. --no-prompt is intended for use in scripts where user interaction is not desired. Use with caution!","breadcrumbs":"Commands » Enable scripted usage by answering \"yes\" to all prompts","id":"33","title":"Enable scripted usage by answering \"yes\" to all prompts"},"34":{"body":"Shell completions for garden can be generated by running the garden completion command. garden completion uses clap complete to generate its completions. The --commands options will additionally generate completions for custom commands. Zsh Ensure that your ~/.zshrc file has completions enabled and that you have a directory configured in your $fpath for zsh completion scripts. Add the following snippet to your ~/.zshrc to enable completions and configure ~/.config/zsh/completion for providing completion scripts. fpath=(~/.config/zsh/completion $fpath)\nautoload -U +X compinit\ncompinit -i These settings make zsh look for a script called _garden in the directory when tab-completing for garden. Lastly, create the directory and generate the ~/.config/zsh/completion/_garden zsh shell completion script. mkdir -p ~/.config/zsh/completion\ngarden completion zsh >~/.config/zsh/completion/_garden Use garden completion --commands zsh instead of garden completion zsh to include completions for custom commands. NOTE : You should regenerate the _garden zsh completion script whenever garden is upgraded to ensure that all of the options and commands have up to date completions. Bash Add the following snippet to your ~/.bashrc to enable bash tab completions. if test -n \"$PS1\" && type garden >/dev/null 2>&1\nthen eval \"$(garden completion bash)\" 2>/dev/null\nfi Use garden completion --commands bash instead of garden completion bash to include completions for custom commands. Future shell completion enhancements Tab completion can only be made to include a static set of user-defined commands. Custom commands cannot be defined dynamically, which means that the same completions will be used irrespective of your current directory. Improvements to the shell completions can be made once traction has been made on the following upstream issues: clap #3022 - zsh broken with two multi length arguments clap #4612 - candidate fix for the above issue clapng #92 - Dynamic completion support","breadcrumbs":"Commands » garden completion","id":"34","title":"garden completion"},"35":{"body":"Garden is configured through a YAML configuration file, typically called \"garden.yaml\". Garden will find garden.yaml in current directory or in specific locations on the filesystem when unspecified. Garden searches for garden.yaml in the following locations. The first one found is used. # Relative to the current directory\n./garden.yaml\n./garden/garden.yaml\n./etc/garden/garden.yaml # Relative to $HOME\n~/.config/garden/garden.yaml\n~/etc/garden/garden.yaml # Global configuration\n/etc/garden/garden.yaml Use garden -c|--config to specify a garden file and override garden's file discovery. The following example garden.yaml is referred to by the documentation when showing examples. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Configuration » Configuration","id":"35","title":"Configuration"},"36":{"body":"The garden root directory is configured in the garden.root field. This directory is the parent directory in which all trees will be cloned. Slashes in tree paths will create new directories on disk as needed. garden.root defaults to the current directory when unspecified. The built-in ${GARDEN_CONFIG_DIR} variable can be used to create relocatable setups that define a garden.root relative to the garden file itself. To place all trees in a src directory sibling to the garden.yaml file, the following configuration can be used: garden: root: ${GARDEN_CONFIG_DIR}/src To place all trees in a src directory in your $HOME directory, the following configuration can be used: garden: root: ~/src","breadcrumbs":"Configuration » Garden Root","id":"36","title":"Garden Root"},"37":{"body":"The shell used by garden when running Commands and evaluating Exec Expressions can be configured in the garden.shell field. garden: shell: zsh The $PATH environment variable is probed for available shells in the following order when garden.shell is omitted. The first one found is the one that's used. zsh bash sh","breadcrumbs":"Configuration » Garden Shell","id":"37","title":"Garden Shell"},"38":{"body":"Garden files can be split apart into several files for modularity and reuse. You can use the garden.includes list to specify other garden files to include into the current garden file. garden: includes: # Includes are relative to the GARDEN_CONFIG_DIR by default. - variables.yaml # Includes can reference custom and built-in ${variables}. - ${include_dir}/commands.yaml variables: include_dir: ${GARDEN_ROOT} Absolute paths in the garden.includes list are included as-is. Relative paths in the garden.includes list are resolved. Relative paths are first resolved relative to the file in which they are defined. This allows nested include files to use relative paths for their nested includes. If an include file is not found relative to the current garden file then a path relative to the root configuration directory will be checked for the existence of the file. Includes files are treated like \"optional\" includes -- include files that cannot be found are silenty ignored. Enable the garden -d config ... debug flag to display warnings about missing include files. The \"Last One Wins\" Rule Entities in garden files such as trees, gardens, groups, commands and variables can be sparsely defined across multiple files by using includes. When the same entry is found in multiple included files then the only last definition will be used. This is referred to as the \"Last One Wins\" rule. Entities defined in the the root garden.yaml have the highest precedence and override entries provided via garden.includes. variables, commands, groups and gardens are completely replaced when multiple definitions are found. trees are sparsely overridden. If an override definition in the top-level garden.yaml replaces just the url field, for example, then all of the commands, variables and environment values from the earlier definition are retained and only the url for the origin remote is replaced. If a tree needs to completely override a base definition then a tree can use replace: true to indicate that the tree definition is replacement for the earlier tree definition. # garden.yaml\n---\ngarden: includes: trees.yaml trees: example: replace: true url: https://custom.example.com/custom/tree\n... The garden.yaml above includes trees.yaml. The example tree is originally defined here, but it is completely replaced by the same entry above. # trees.yaml\n---\ntrees: example: https://example.com/original/tree commands: echo: Hello, ${TREE_NAME}\n... In the example above, the example tree completely replaces the same tree from the included trees.yaml. None of the commands, variables or other settings from the replaced tree are retained.","breadcrumbs":"Configuration » Includes","id":"38","title":"Includes"},"39":{"body":"Garden configuration contains a \"variables\" block that allows defining variables that are can be referenced by other garden values. variables: flavor: debug user: $ whoami libdir: $ test -e /usr/lib64 && echo lib64 || echo lib nproc: $ nproc prefix: ~/.local py_ver_code: from sys import version_info as v; print(\"%s.%s\" % v[:2]) py_ver: $ python -c '${py_ver_code}' py_site: ${libdir}/python${py_ver}/site-packages Variables definitions can reference environment variables and other garden variables. Variable references use shell ${variable} syntax. Values that start with dollar-sign+space ($ ) are called \"exec expressions\". Exec expressions are run through a shell after evaluation and replaced with the output of the evaluated command. When resolving values, variables defined in a tree scope override/replace variables defined at the global scope. Variables defined in garden scope override/replace variables defined in a tree scope.","breadcrumbs":"Configuration » Variables","id":"39","title":"Variables"},"4":{"body":"If you already have cargo installed then you can skip this section. You may be able to install cargo on macOS and Linux using standard package managers, eg. brew install rust or apt install rust-all. Other platforms and older distributions can get a Rust development toolchain by going to rustup.rs and following the installation instructions .","breadcrumbs":"Installation » Rust and Cargo","id":"4","title":"Rust and Cargo"},"40":{"body":"Garden automatically defines some built-in variables that can be useful when constructing values for variables, commands, and paths. GARDEN_CONFIG_DIR -- Directory containing the garden.yaml config file. GARDEN_ROOT -- Root directory for trees. TREE_NAME -- Current tree name. TREE_PATH -- Current tree path.","breadcrumbs":"Configuration » Built-in variables","id":"40","title":"Built-in variables"},"41":{"body":"The \"environment\" block defines variables that are stored in the environment. Environment variables are resolved in the same order as the garden variables: global scope, tree scope, and garden scope. This allows gardens to prepend/append variables after a tree, thus allowing for customization of behavior from the garden scope. Environment variables are resolved after garden variables. This allows the use of garden variables when defining environment variable values. Environment variable names can use garden ${variable} syntax when defining both their name and values. Values in environment blocks prepend to the named environment variable. trees: foo: environment: PATH: ${TREE_PATH}/bin The example above prepends the foo/bin directory to the colon (:)-delimeted PATH environment variable. Names with an equals sign (=) suffix are treated as \"store\" operations and are stored into the environment, fully replacing any pre-existing values. trees: foo: environment: ${TREE_NAME}_LOCATION=: ${TREE_PATH} The example above exports a variable called foo_LOCATION with the location of the tree. If foo_LOCATION is already defined then it its value is replaced. A plus sign (+) suffix in the name append to a variable instead of prepending. trees: foo: environment: PATH+: ${TREE_PATH}/bin The example above appends to the PATH environment variable. Note the + suffix after PATH. OS Environment Variables OS-level environment variables that are present in garden's runtime environment can be referenced using garden ${variable} expression syntax. Garden variables have higher precedence than environment variables when resolving ${variable} references -- the environment is checked only when no garden variables exist by that name.","breadcrumbs":"Configuration » Environment Variables","id":"41","title":"Environment Variables"},"42":{"body":"Trees are Git repositories with configuration that allows for the specification of arbitrary commands and workflows. Groups are a simple named grouping mechanism. Gardens aggregate groups and trees. Define a group and reuse the group in different gardens to share tree lists between gardens. Defining gardens and groups make those names available when querying and performing operations over trees. Gardens can also include environment, gitconfig, and custom group-level commands in addition to the commands provided by each tree.","breadcrumbs":"Configuration » Gardens, Groups and Trees","id":"42","title":"Gardens, Groups and Trees"},"43":{"body":"Templates allow sharing of command, variable, gitconfig, and environment definitions across trees. Adding an entry to the templates configuration block makes a template available when defining trees. Specify templates: to inherit the the specified template's settings when defining trees. The templates field also accepts a list of template names. Trees can also reuse another tree definition by specifying the \"extend\" keyword with the name of another tree. Only the first remote is used when extending a tree. templates: hello: variables: message: Hello ${TREE_NAME}. commands: echo: echo ${message} trees: hello-tree: templates: hello hello-tree-extended: extend: hello-tree variables: message: The time is now: $(date) When a tree specifies multiple templates then all of the tempaltes are merged into the tree's definitions. If variables are multiply-defined across multiple templates then the variable's value from the last specified template will be used.","breadcrumbs":"Configuration » Templates","id":"43","title":"Templates"},"44":{"body":"Fields that expect Lists can also be specified using a String value. Strings will be promoted to a List containing a single String. This is useful when defining commands and groups. The commands block defines commands that are specified using Lists of Strings. String to List Promotion makes it easier to define commands by specifying a single String that can either be a simple value or a multi-line YAML String. The following commands show the various ways that commands can be specified due to the automatic promotion of Strings into Lists. commands: # commands are a list of command strings. cmd1: - echo ${TREE_NAME} - pwd # strings are promoted to a list with a single item. cmd2: echo ${TREE_NAME} && pwd # cmd2 is promoted into cmd2: - echo ${TREE_NAME} && pwd # multi-line command strings are supported using \"|\" YAML syntax. cmd4: | echo ${TREE_NAME} pwd # cmd4 is promoted into cmd4: - \"echo ${TREE_NAME}\\npwd\"","breadcrumbs":"Configuration » String to List Promotion","id":"44","title":"String to List Promotion"},"45":{"body":"The names in garden tree and group lists, and group member names accept glob wildcard patterns. The \"annex\" group definition is: annex/*. This matches all trees that start with \"annex/\". The \"git-all\" group has two entries -- git* and cola. the first matches all trees that start with \"git\", and the second one matches \"cola\" only.","breadcrumbs":"Configuration » Wildcards","id":"45","title":"Wildcards"},"46":{"body":"Symlink trees create a symlink on the filesystem during garden init. garden exec, and custom garden cmd commands ignore symlink trees. trees: media: path: ~/media symlink: /media/${USER} The \"path\" entry behaves like the tree \"path\" entry -- when unspecified it defaults to a path named after the tree relative to the garden root.","breadcrumbs":"Configuration » Symlinks","id":"46","title":"Symlinks"},"47":{"body":"A more advanced modularity feature allow you to stitch additional garden.yaml files underneath a custom \"graft namespace\". The example below demonstrates how to define trees and variables in separate \"graft\" files and refer to them using a graft:: namespace qualfier. # Top-level garden.yaml\ngrafts: graft: graft.yaml graft-repos: config: repos.yaml root: repos trees: local-tree: url: https://git.example.com/repo.git variables: value: \"local ${graft::value}\" variables: value: \"global ${graft::value}\" gardens: example: trees: - local-tree - graft::tree - graft-repos::example The graft-repos graft entry demonstrates how to use a custom root directory for the trees provided by the grafted configuration. The grafts.yaml file provides a tree called tree and a variable called value. We refer to them as graft::tree when specifying trees and ${graft::value} when using variables. graft.yaml contains the following: # The grafted \"graft.yaml\" file.\ntrees: tree: https://git.example.com/tree.git variables: value: \"grafted value\" Running garden eval '${graft::value}' will output grafted value. Running garden eval '${value}' wil output global grafted value, as it evaluates at global scope. Running garden eval '${value}' local-tree will output local grafted value, as it evaluates from local-tree's scope.","breadcrumbs":"Configuration » Grafts","id":"47","title":"Grafts"},"48":{"body":"These examples demonstrate how to setup and run real-world projects using garden.","breadcrumbs":"Examples » Examples","id":"48","title":"Examples"},"49":{"body":"The \"Photo Restoration\" example sets up the Bringing Old Photos Back to Life software for restoring old photos that suffer from severe degradation using deep learning approaches.","breadcrumbs":"Examples » Photo Restoration","id":"49","title":"Photo Restoration"},"5":{"body":"This requires at least Rust 1.45 and Cargo to be installed. Once you have installed Rust, type the following in the terminal: cargo install garden-tools This will download and compile garden for you. The only thing left to do is to add the Cargo $HOME/.cargo/bin directory to your $PATH.","breadcrumbs":"Installation » Crates.io","id":"5","title":"Crates.io"},"50":{"body":"The \"Git Cola\" example sets up a development environment for Git Cola , a PyQt-based graphical user interface for Git.","breadcrumbs":"Examples » Git Cola Development","id":"50","title":"Git Cola Development"},"51":{"body":"This example demonstrates how to run the Bringing Old Photo Back to Life photo restoration project.","breadcrumbs":"Examples » Photo Restoration » Photo Restoration","id":"51","title":"Photo Restoration"},"52":{"body":"Run the following commands to clone the repository, download pre-trained deep-learning model data files used by the software and configure a Python virtualenv used to run the tools. NOTE : this example uses almost 7GB of disk space. # Create a directory we'll clone and build a few repositories.\nmkdir -p photo-restoration && cd photo-restoration # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/photo-restoration/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the trees. This will clone an \"old-photos\" repo.\ngarden grow old-photos # One-time setup: Download resources.\ngarden setup old-photos","breadcrumbs":"Examples » Photo Restoration » Setup","id":"52","title":"Setup"},"53":{"body":"Now that everything is setup we can run the tools using the custom run command provided by the garden.yaml file. The run.py script takes several options. garden run old-photos -- --help Arguments can be passed directly to run.py by passing additional arguments after the special double-dash -- \"end of options\" marker. The example above pases the --help option for demonstration purposes. You will have to specify the --input_folder and --output_folder in order to use the photo restoration tool. See the --help output for more details.","breadcrumbs":"Examples » Photo Restoration » Run the Software","id":"53","title":"Run the Software"},"54":{"body":"The following is the contents of the garden.yaml file used in this example. The setup command defines what happens during garden setup old-photos. The run command defines when happens during garden run old-photos. Additional command-line arguments specified after the double-dash -- marker are available to commands via conventional $1, $2, $N, ... \"$@\" shell variables. ---\ngarden: root: ${GARDEN_CONFIG_DIR}\nvariables: env_py3: $ python3 -c 'import sys; print(\"env%s%s\" % sys.version_info[:2])'\ntrees: old-photos: description: | Restore old photos using machine-learning. $ garden grow old-photos $ garden setup old-photos $ garden run old-photos -- --help url: \"https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life.git\" links: - \"https://colab.research.google.com/drive/1NEm6AsybIiC5TwTU_4DqDkQO0nFRB-uA?usp=sharing&authuser=2#scrollTo=32jCofdSr8AW\" - \"http://raywzy.com/Old_Photo/\" - \"https://news.ycombinator.com/item?id=25148253\" environment: PATH: \"${TREE_PATH}/${env_py3}/bin\" commands: setup: | ( cd ./Face_Detection && ( test -f shape_predictor_68_face_landmarks.dat || ( curl -L http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 -o shape_predictor_68_face_landmarks.dat.bz2 bzip2 -v -d shape_predictor_68_face_landmarks.dat.bz2 ) ) ) ( cd ./Face_Enhancement && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/face_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) ( cd ./Global && ( test -f checkpoints.zip || curl -L https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/releases/download/v1.0/global_checkpoints.zip -o checkpoints.zip test -d checkpoints || unzip checkpoints.zip ) ) test -d ${env_py3} || ( python3 -m venv ${env_py3} ${env_py3}/bin/pip install -r requirements.txt ) run: ${env_py3}/bin/python3 run.py \"$@\"\n...","breadcrumbs":"Examples » Photo Restoration » garden.yaml","id":"54","title":"garden.yaml"},"55":{"body":"This garden file sets up a development garden with the latest version of Git, Git Cola, qtpy and vx. Run the following commands to see this in action. # Create a directory we'll clone and build a few repositories.\nmkdir -p cola && cd cola # Download and audit the garden file we're going to run.\nwget https://raw.githubusercontent.com/davvid/garden/main/doc/src/examples/git-cola/garden.yaml\ncat garden.yaml # One-time setup: Clone all of the repos in the \"cola\" garden and use a custom\n# \"garden grow\" is a garden built-in command that clones.\ngarden grow cola # \"garden setup\" command defined in \"garden.yaml\" to initializes the environment.\ngarden setup cola # All set! Now we can run Git Cola from the development environment.\ngarden run # Daily development workflow: run tests in each repository in-place.\ngarden test cola # Commands can be passed to the underlying \"run\" command to run Git Cola\n# against any Git repository.\ngarden run -- --repo path/to/any/git/tree # These projects don't need to be \"built\", so this is technically a no-op.\n# A Rust or C++ Rust project could use something like this to run \"make\"\n# in each repository.\ngarden build cola The development repositories are now in your current directory and a development virtualenv is present in the ./dist directory.","breadcrumbs":"Examples » Git Cola » Git Cola Development","id":"55","title":"Git Cola Development"},"56":{"body":"The following is the contents of the garden.yaml file used in this example. # Create environments for developing Git Cola against development versions of Git.\n#\n# The following gardens are defined: \"cola\", \"cola-main\" and \"cola-next\".\n#\n# The \"cola\" garden runs git-cola using the \"git\" command from your $PATH.\n# The \"cola-main\" garden runs git-cola using git.git's \"main\" branch.\n# The \"cola-next\" garden runs git-cola using git.git's \"next\" branch.\n#\n# One-time Setup:\n#\n# * Clone repositories and create worktrees:\n#\n# garden grow cola-main cola-next\n#\n# * Initialize git-cola's Python virtualenv environment.\n# garden setup cola\n#\n# Development workflows:\n#\n# * Build the \"cola-main\" garden using git.git's \"main\" branch:\n# garden build cola-main\n#\n# * Build the \"cola-next\" garden using git.git's \"next\" branch:\n# garden build cola-next\n#\n# * Run Git Cola's tests in each environment.\n# garden test/git-cola cola\n# garden test/git-cola cola-main\n# garden test/git-cola cola-next\n#\n# * Run Git Cola in each environment.\n# garden run cola\n# garden run cola-main\n# garden run cola-next garden: root: ${GARDEN_CONFIG_DIR} # The following variables are used in the custom commands below.\nvariables: # A virtualenv is created in the ./dist directory. prefix: ${GARDEN_ROOT}/dist num_procs: $ nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 8 python: python3 commands: add-all: git add --update diff: GIT_PAGER= git diff --patience --color-words \"$@\" lol: git log --decorate --graph --oneline \"$@\" && echo run: vx ${prefix} git cola \"$@\" status: - git status --short - git branch templates: bin: environment: PATH: ${TREE_PATH}/bin python: environment: PYTHONPATH: ${TREE_PATH} makefile: commands: build: make -j ${num_procs} prefix=\"${prefix}\" all \"$@\" install: make -j ${num_procs} prefix=\"${prefix}\" install \"$@\" test: make -j ${num_procs} prefix=\"${prefix}\" test \"$@\" doc: make -j ${num_procs} prefix=\"${prefix}\" doc \"$@\" trees: # git/main is the parent worktree that shares its .git storage with the child # git/next worktrees using \"git worktree\" -- https://git-scm.com/docs/git-worktree git/main: url: https://github.com/git/git.git templates: makefile environment: PATH: ${TREE_PATH}/bin-wrappers # git/next is a \"git worktree\" for git.git's \"next\" branch. git/next: worktree: git/main branch: next # git-cola's worktree can be reused alongside any of the git/* trees defined above. git-cola: url: https://github.com/git-cola/git-cola.git templates: [bin, makefile, python] commands: setup: | ${python} -m venv ${prefix} vx ${prefix} make requirements vx ${prefix} make requirements-dev vx ${prefix} make requirements-optional # Run just git-cola's tests test/git-cola: make test \"$@\" qtpy: description: Qt abstraction library used by git-cola url: https://github.com/spyder-ide/qtpy.git templates: python setup: vx ${prefix} pip install pytest-qt vx: description: Utility for activating Python virtualenvs url: https://github.com/davvid/vx.git depth: 1 # Create a shallow clone using \"git clone --depth=1\" environment: PATH: ${TREE_PATH} commands: test: make test # This tree allows the \"run\" command to be run from any directory. cwd: path: ${PWD} groups: cola-repos-grp: - git-cola - qtpy - vx gardens: cola: groups: cola-repos-grp environment: PATH: ${prefix}/bin cola-main: groups: cola-repos-grp trees: git/main environment: PATH: ${prefix}/bin cola-next: groups: cola-repos-grp trees: git/next environment: PATH: ${prefix}/bin","breadcrumbs":"Examples » Git Cola » garden.yaml","id":"56","title":"garden.yaml"},"57":{"body":"Included in garden.yaml are a few few helpful commands that give us a quick view of what's going on in each tree: garden diff cola\ngarden status cola\ngarden lol cola If we want to perform git stuff (like fetch the latest changes), we can always use garden exec to run arbitrary commands: garden exec cola git fetch --verbose # When needed, we can hop into a shell with all of the environment variables set\ngarden shell cola","breadcrumbs":"Examples » Git Cola » Pre-defined Custom Commands and Ad-Hoc Commands","id":"57","title":"Pre-defined Custom Commands and Ad-Hoc Commands"},"58":{"body":"The garden run example runs git and git cola in-place in their respective trees. The git-cola project is not installed into the ./dist directory. It contains just the virtualenv created needed to run it. In order to create a self-contained installation to run the tools independently of their source repositories we have to install them into the ./dist directory. The following example installs Git and Git Cola into the ./dist directory by running the \"make install\" targets in each repo: garden install cola Now we can test the installed tools directly by adding ./dist/bin to our $PATH, or just invoke the script directly: ./dist/bin/git-cola Voila, we now have a fully functional development environment with PyQt5, qtpy and Git Cola ready to go for development.","breadcrumbs":"Examples » Git Cola » Self-contained installation demo","id":"58","title":"Self-contained installation demo"},"59":{"body":"","breadcrumbs":"Changelog » Changelog","id":"59","title":"Changelog"},"6":{"body":"The version published to crates.io will sometimes be behind the source code repository. If you want to install the latest pre-release version then you can build the Git version of Garden yourself using cargo. cargo install --git https://github.com/davvid/garden garden-tools","breadcrumbs":"Installation » Latest using Cargo","id":"6","title":"Latest using Cargo"},"60":{"body":"Features : garden now supports a grafts feature that allows you to stitch configuration entities from separate garden files into a graft-specific namespace. Trees and variables from grafted configurations can be referenced using graft:: namespace qualifiers. garden grow can now configure upstream branches . garden grow can now configure gitconfig settings with multiple values using git config --add .","breadcrumbs":"Changelog » v0.8.0","id":"60","title":"v0.8.0"},"61":{"body":"Features : Trees, Groups, Gardens and Commands defined in the top-level garden.yaml can now override entries defined via garden.includes. Configuration entities now follow \"last one wins\" semantics -- if the same entity is defined in multiple includes files then only the final definition will be used. ( #14 ) ( #15 ) Trees now sparsely override existing entries . This behavior allows a tree definition to replace just the url field, or to replace individual tree commands while retaining the rest. Use replace: true in a Tree definition in order to completely replace the existing entry instead of sparsely overridding it. Improved shell completions for garden, garden init and garden plant. Packaging 0323pin packaged garden for pkgsrc/NetBSD and merged the package into the main branch! ( #13 )","breadcrumbs":"Changelog » v0.7.0","id":"61","title":"v0.7.0"},"62":{"body":"Released 2023-01-20 Features : Both names and values in gitconfig can now use ${var} expressions. Previously only values were evaluated. Config names are evaluated now as well. Fixes The zsh workaround for garden completion zsh is no longer needed. The documentation for generating zsh completions has been updated. ( #10 )","breadcrumbs":"Changelog » v0.6.0","id":"62","title":"v0.6.0"},"63":{"body":"Released 2023-01-15 Fixes Exec expressions were previously run with the current directory set to the directory from which garden was run. Exec expresssions are now run in the tree's current directory.","breadcrumbs":"Changelog » v0.5.1","id":"63","title":"v0.5.1"},"64":{"body":"Released 2023-01-12 Features : Garden configuration files can now include other configuration files by specifying the additional files to include in the garden.includes field. The includes feature makes it possible to create modular and reusable garden files. The trees, variables, commands, groups and gardens defined in the included files are added to the current configuration. ( #7 ) Garden commands can now reference $shell variables using the standard (brace-less) shell $variable syntax. The braced ${garden} variable syntax remains reserved for resolving Garden Variables. Double-$ braces (ex: $${...}) can be used to escape a $${variable} from evaluation so that a literal the ${variable} value is used by the garden command. ( #11 ) ( #12 ) A new garden completion subcommand was added for providing shell command-line completion using the clap_complete crate. ( #9 ) garden -V | --version was added alongside the clap rewrite for displaying the garden command version. Development : The Makefile has been replaced by a garden.yaml Garden file. We can now use garden {build, test, check, fmt, clippy, ...} instead of make .... See garden.yaml @ 5ef8d0ab16 for more details . Packagers can use cargo install to install garden and invoke mdbook directly to install the user manual. We also provide garden -D DESTDIR=/tmp/stage -D prefix=/usr/local install-doc if distros want to install the user manual using our recipe. ( #8 ) Garden's command-line parsing has been rewritten to leverage the clap crate and ecosystem.","breadcrumbs":"Changelog » v0.5.0","id":"64","title":"v0.5.0"},"65":{"body":"Released 2022-12-26 Features : The garden cmd --no-errexit option was extended to work with commands that are configured using a YAML list of strings. Commands that are specified using lists are now indistinguishable from commands specified using multi-line strings.","breadcrumbs":"Changelog » v0.4.1","id":"65","title":"v0.4.1"},"66":{"body":"Released 2022-12-23 Breaking Changes : garden cmd now runs custom commands using -e -c '' by default. The use of -e is a change in behavior and causes multi-line / multi-statement commands to halt execution when the first non-zero exit code is encountered. Use set +e at the top of of a multi-line command to opt-out of this behavior on a per-command basis, or specify the -n | --no-errexit option. garden will now fallback to bash (and sh) as the default garden.shell value when zsh (and bash) are not installed. As before, the garden.shell configuration variable can be used to override the default shell. Features : garden prune was added for removing orphaned Git repositories. ( #4 ) garden cmd can now run commands in breadth-first order when the -b/--breadth-first option is used. Depth-first tree traversal is the default. The garden cmd --breadth-first traversal runs all commands on a tree before continuing on to the next tree. The default garden cmd depth-first traversal runs a command across all trees before continuing on to the next command. ( #3 )","breadcrumbs":"Changelog » v0.4.0","id":"66","title":"v0.4.0"},"67":{"body":"Released 2022-08-20 Features : garden plant can now detect git worktree repositories. ( #1 )","breadcrumbs":"Changelog » v0.3.0","id":"67","title":"v0.3.0"},"68":{"body":"Released 2022-07-29 Breaking Changes : garden add was renamed to garden plant. Features : garden grow can now grow trees using \"git worktree\" (#1). garden grow learned to clone specific branches. garden grow and garden plant can now handle bare repositories.","breadcrumbs":"Changelog » v0.2.0","id":"68","title":"v0.2.0"},"69":{"body":"Released 2022-06-13 Features : This is the initial garden release. garden grow grows worktrees. garden init intitializes configuration. garden plant (formerly garden add) adds existing trees. garden cmd and garden can run custom commands. Templates, variables, and environment variables are all supported.","breadcrumbs":"Changelog » v0.1.0","id":"69","title":"v0.1.0"},"7":{"body":"You can install garden on macOS using Homebrew . Add the homebrew-garden tap NOTE : The custom brew tap will not be needed in the future once the Garden repository gets enough stars, forks or watchers to allow garden to be added to the main homebrew-core repository. You will need to enable the homebrew-garden tap until then. brew tap davvid/homebrew-garden Stable Release To install the latest stable release from the homebrew-garden tap: brew install garden Upgrade garden in the future by using brew upgrade garden. Development Version To install the latest development version from Git: brew install --head garden NOTE : If you install the latest development version with --head then you will need to use brew upgrade --fetch-HEAD garden to upgrade it. If you don't specify --fetch-HEAD when upgrading then brew upgrade garden will actually downgrade garden to the latest stable release. Cleanup Installing garden with Homebrew may leave behind the Rust development tools. Use brew remove rust after garden is installed to save on disk space. Read on for how to build garden from source.","breadcrumbs":"Installation » Install using Homebrew","id":"7","title":"Install using Homebrew"},"8":{"body":"Garden has been packaged for pkgsrc/NetBSD as described in #13 . To install from the official repository, run: pkgin install garden If you prefer to build from the pkgsrc sources, run: cd /usr/pkgsrc/devel/garden\nmake install","breadcrumbs":"Installation » Install on NetBSD","id":"8","title":"Install on NetBSD"},"9":{"body":"If you would like to develop features and contribute to Garden then you will have to clone the repository on your local machine. git clone https://github.com/davvid/garden.git\ncd garden # Build ./target/debug/garden\ncargo build # Install $HOME/.cargo/bin/garden\ncargo install --path . Running cargo install with no arguments installs to ~/.cargo/bin/garden by default. Once you have garden installed then you can use Garden's garden.yaml to run Garden's custom worfkflow commands. garden test runs the test suite using cargo test. garden check runs checks and linters. garden doc builds the documentation. garden fmt formats the source code. garden install-doc installs the documentation. See Garden's garden.yaml for more details.","breadcrumbs":"Installation » Build and Install from Source for Development","id":"9","title":"Build and Install from Source for Development"}},"length":70,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"55":{"tf":3.3166247903554},"56":{"tf":6.244997998398398},"57":{"tf":2.23606797749979},"58":{"tf":2.449489742783178}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":38,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"2":{"tf":2.23606797749979},"20":{"tf":3.3166247903554},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":8.0},"26":{"tf":2.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":3.1622776601683795},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.0},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.385164807134504},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":28,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.0},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.7416573867739413},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.47213595499958},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":2.0},"34":{"tf":1.0},"47":{"tf":1.7320508075688772}},"u":{"df":7,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":23,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.7416573867739413},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":4.242640687119285},"25":{"tf":6.244997998398398},"26":{"tf":2.449489742783178},"27":{"tf":2.8284271247461903},"28":{"tf":2.23606797749979},"29":{"tf":3.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.605551275463989},"35":{"tf":4.795831523312719},"36":{"tf":2.23606797749979},"37":{"tf":1.7320508075688772},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.449489742783178},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.0},"55":{"tf":2.449489742783178},"56":{"tf":5.0},"57":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":4.0},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.3166247903554},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.0},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.6457513110645907}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.242640687119285},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.449489742783178},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"25":{"tf":2.0},"3":{"tf":2.23606797749979},"35":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979},"5":{"tf":1.7320508075688772},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":2.8284271247461903},"6":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.0},"8":{"tf":2.0},"9":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.8284271247461903},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":2.449489742783178},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.7320508075688772},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"53":{"tf":1.4142135623730951},"54":{"tf":3.1622776601683795}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.6457513110645907},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.6457513110645907}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.3166247903554}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.23606797749979},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"14":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.0},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":6,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0},"47":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.449489742783178},"34":{"tf":2.0},"37":{"tf":2.0},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":24,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.4641016151377544},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.23606797749979}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.605551275463989},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.1622776601683795},"15":{"tf":3.3166247903554},"16":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.449489742783178},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.4641016151377544},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.0}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.605551275463989},"40":{"tf":1.7320508075688772},"41":{"tf":4.795831523312719},"43":{"tf":2.0},"47":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.6457513110645907}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{"1":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"3":{"2":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"69":{"tf":1.0}}},"7":{"df":1,"docs":{"68":{"tf":1.0}}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"32":{"tf":1.0}}},"1":{".":{"4":{"5":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"62":{"tf":1.0}}},"1":{"df":1,"docs":{"64":{"tf":1.0}}},"2":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0}}},"3":{"df":3,"docs":{"61":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"5":{"df":2,"docs":{"61":{"tf":1.0},"63":{"tf":1.0}}},"df":8,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}},"2":{"0":{"2":{"2":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"3":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"62":{"tf":1.0},"67":{"tf":1.0}}},"3":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"df":1,"docs":{"65":{"tf":1.0}}},"9":{"df":1,"docs":{"68":{"tf":1.0}}},">":{"&":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}},"3":{"0":{"2":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"6":{"1":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"8":{"d":{"0":{"a":{"b":{"1":{"6":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{"df":1,"docs":{"64":{"tf":1.0}},"g":{"b":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"8":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"9":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":1,"docs":{"64":{"tf":1.0}}},"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"53":{"tf":1.0},"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"df":10,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.0}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":1,"docs":{"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":3.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":4,"docs":{"25":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"37":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"33":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"32":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"25":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"25":{"tf":2.23606797749979},"26":{"tf":1.0},"41":{"tf":1.0},"62":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":5.477225575051661},"35":{"tf":2.6457513110645907},"56":{"tf":2.6457513110645907},"60":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":2,"docs":{"4":{"tf":1.0},"7":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"s":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":13,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.7320508075688772},"25":{"tf":3.0},"35":{"tf":2.23606797749979},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.23606797749979}}},"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"15":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"3":{"tf":1.0},"4":{"tf":2.0},"5":{"tf":1.7320508075688772},"6":{"tf":2.0},"64":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"d":{"df":6,"docs":{"12":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":1.7320508075688772},"35":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":11,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"p":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":3.7416573867739413},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"68":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"m":{"d":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"df":6,"docs":{"16":{"tf":1.0},"25":{"tf":3.1622776601683795},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"25":{"tf":1.4142135623730951},"6":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"'":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":13,"docs":{"16":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":6.244997998398398},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"55":{"tf":3.605551275463989},"56":{"tf":6.324555320336759},"57":{"tf":2.449489742783178},"58":{"tf":2.6457513110645907}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":43,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":2.23606797749979},"20":{"tf":3.605551275463989},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":2.0},"25":{"tf":8.06225774829855},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":3.3166247903554},"35":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":3.1622776601683795},"46":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":2.23606797749979},"56":{"tf":2.6457513110645907},"57":{"tf":2.449489742783178},"61":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"66":{"tf":3.0},"69":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"25":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"5":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"25":{"tf":1.0},"34":{"tf":5.477225575051661},"38":{"tf":2.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.8284271247461903},"25":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"58":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"7":{"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":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":2.0},"13":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":2.0},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":2.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":2.23606797749979},"17":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":17,"docs":{"25":{"tf":2.449489742783178},"26":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}}},"w":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"33":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":4,"docs":{"20":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":2.0},"64":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":11,"docs":{"12":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"66":{"tf":2.23606797749979},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":3.605551275463989},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.7320508075688772},"64":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"38":{"tf":2.6457513110645907},"39":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"1":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"4":{"2":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"24":{"tf":2.0},"25":{"tf":1.7320508075688772},"32":{"tf":3.872983346207417},"35":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"34":{"tf":1.0}}}}}},"df":3,"docs":{"24":{"tf":2.449489742783178},"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":13,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"13":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"50":{"tf":1.7320508075688772},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"64":{"tf":1.0},"7":{"tf":2.0},"9":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"42":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":21,"docs":{"12":{"tf":3.0},"13":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":2.8284271247461903},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"o":{"c":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"64":{"tf":1.0},"9":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"16":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":7,"docs":{"25":{"tf":2.8284271247461903},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"25":{"tf":2.23606797749979},"39":{"tf":1.0},"66":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"g":{"df":4,"docs":{"10":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"d":{"df":3,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"2":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":3.3166247903554},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":4.58257569495584},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":3.3166247903554},"57":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":2.23606797749979},"34":{"tf":1.0},"47":{"tf":1.7320508075688772}},"u":{"df":7,"docs":{"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":25,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.6457513110645907},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":2.449489742783178},"41":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}}},"/":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"46":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":2.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":1.0},"66":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"43":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"19":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"w":{"df":4,"docs":{"10":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":25,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":2.449489742783178},"13":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"38":{"tf":3.872983346207417},"40":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"35":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"17":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.7320508075688772},"35":{"tf":1.0},"46":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}},"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"14":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":3.605551275463989},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":2.449489742783178}}}}},"x":{"df":3,"docs":{"34":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"12":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"25":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"24":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"(":{"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":{},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":2,"docs":{"41":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"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":{"33":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"41":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"38":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":22,"docs":{"12":{"tf":2.449489742783178},"13":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"47":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}},"}":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":61,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.449489742783178},"10":{"tf":2.0},"12":{"tf":3.4641016151377544},"13":{"tf":3.4641016151377544},"14":{"tf":2.6457513110645907},"15":{"tf":3.872983346207417},"16":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":3.4641016151377544},"20":{"tf":2.8284271247461903},"21":{"tf":3.3166247903554},"22":{"tf":2.449489742783178},"23":{"tf":2.0},"24":{"tf":4.358898943540674},"25":{"tf":6.324555320336759},"26":{"tf":2.6457513110645907},"27":{"tf":3.0},"28":{"tf":2.449489742783178},"29":{"tf":3.1622776601683795},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":3.7416573867739413},"35":{"tf":4.795831523312719},"36":{"tf":2.449489742783178},"37":{"tf":2.0},"38":{"tf":3.1622776601683795},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":3.1622776601683795},"42":{"tf":2.6457513110645907},"45":{"tf":1.0},"46":{"tf":2.0},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":3.605551275463989},"56":{"tf":4.242640687119285},"57":{"tf":2.449489742783178},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":3.7416573867739413},"65":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.0},"68":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"7":{"tf":4.123105625617661},"8":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":2.0},"62":{"tf":1.0}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"7":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}},"@":{"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":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":5,"docs":{"24":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":3.605551275463989},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":5.0},"42":{"tf":1.0},"45":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":5.0990195135927845},"57":{"tf":1.7320508075688772},"58":{"tf":2.6457513110645907},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":5,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"o":{"df":6,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"47":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":4.123105625617661},"60":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":18,"docs":{"12":{"tf":1.0},"14":{"tf":2.23606797749979},"15":{"tf":3.4641016151377544},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":2.8284271247461903},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"35":{"tf":2.0},"38":{"tf":1.4142135623730951},"42":{"tf":3.0},"44":{"tf":1.0},"45":{"tf":2.0},"56":{"tf":2.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":13,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"24":{"tf":4.123105625617661},"29":{"tf":1.0},"35":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"24":{"tf":1.7320508075688772}}}}},"p":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":2.449489742783178}}}},"p":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"41":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"o":{"c":{"df":2,"docs":{"18":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"7":{"tf":2.8284271247461903}}}}}},"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"1":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"6":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"c":{"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"_":{"4":{"d":{"df":0,"docs":{},"q":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"o":{"0":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"2":{"5":{"1":{"4":{"8":{"2":{"5":{"3":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{".":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"34":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.7320508075688772},"38":{"tf":4.358898943540674},"42":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}},"}":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"1":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":2.0},"21":{"tf":2.6457513110645907},"46":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":4,"docs":{"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"69":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"25":{"tf":2.0},"3":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"5":{"tf":2.0},"54":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":3.0},"6":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"66":{"tf":1.0},"7":{"tf":3.3166247903554},"8":{"tf":2.449489742783178},"9":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":2,"docs":{"10":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"j":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}},"o":{"b":{"df":1,"docs":{"31":{"tf":2.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"30":{"tf":1.0}}}},"y":{"df":2,"docs":{"24":{"tf":1.7320508075688772},"25":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.7320508075688772},"43":{"tf":1.0},"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"55":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"54":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}}},"v":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"2":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}},"}":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"39":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"1":{".":{"0":{"/":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}}},"k":{"df":1,"docs":{"54":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"10":{"tf":1.0},"4":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":3.0},"45":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"24":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":2.449489742783178},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"35":{"tf":1.4142135623730951},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"l":{"df":3,"docs":{"35":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":1,"docs":{"1":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":4,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"35":{"tf":3.1622776601683795},"56":{"tf":3.1622776601683795},"61":{"tf":1.0},"7":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"1":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":3.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772},"64":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"24":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"25":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"x":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"21":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"24":{"tf":1.0},"38":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"30":{"tf":1.0}},"l":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"47":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"25":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"34":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":7,"docs":{"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":11,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"22":{"tf":1.4142135623730951},"36":{"tf":1.0},"64":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"35":{"tf":3.4641016151377544},"56":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"34":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"w":{"df":14,"docs":{"13":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"35":{"tf":2.23606797749979},"56":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"54":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"df":5,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"n":{"c":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"p":{"df":2,"docs":{"30":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"18":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}},"t":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"20":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.6457513110645907},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.7320508075688772},"56":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"24":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"66":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"53":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":2.449489742783178},"26":{"tf":1.0},"42":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":6,"docs":{"20":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"38":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"66":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"39":{"tf":1.0},"4":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":1,"docs":{"64":{"tf":1.0}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":4,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":18,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":2.0},"20":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":2.8284271247461903},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"46":{"tf":2.0},"5":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.8284271247461903},"58":{"tf":1.0},"9":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":3,"docs":{"34":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"25":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"12":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":5,"docs":{"49":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":2.449489742783178},"53":{"tf":1.7320508075688772},"54":{"tf":3.3166247903554}}}}}},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":3,"docs":{"3":{"tf":1.0},"61":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"24":{"tf":1.0},"36":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.0},"22":{"tf":2.8284271247461903},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"=":{"\"":{"$":{"df":0,"docs":{},"{":{"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":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"15":{"tf":2.23606797749979},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"56":{"tf":2.6457513110645907}},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"56":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"55":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"df":0,"docs":{},"s":{".":{"%":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"%":{"df":0,"docs":{},"s":{"%":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"37":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":6,"docs":{"1":{"tf":1.0},"2":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.0},"44":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":3.4641016151377544}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":8,"docs":{"2":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"29":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"w":{"d":{"df":5,"docs":{"18":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"t":{"5":{"df":1,"docs":{"58":{"tf":1.0}}},"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"3":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.6457513110645907}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"14":{"tf":2.23606797749979},"15":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":2.449489742783178},"25":{"tf":3.0},"26":{"tf":1.7320508075688772},"28":{"tf":2.0},"42":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}}}},"i":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"22":{"tf":1.0},"24":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"14":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}}}}},"df":6,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":2.6457513110645907},"46":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"6":{"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.4142135623730951},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"25":{"tf":1.0}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"1":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"24":{"tf":2.23606797749979},"38":{"tf":1.0},"43":{"tf":1.0}},"e":{".":{"$":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"29":{"tf":1.0},"32":{"tf":2.0},"33":{"tf":1.7320508075688772},"66":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"38":{"tf":3.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"61":{"tf":2.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":6,"docs":{"35":{"tf":2.0},"47":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.0},"2":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.8284271247461903},"35":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"5":{"tf":1.0},"56":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"25":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":12,"docs":{"14":{"tf":1.0},"15":{"tf":2.449489742783178},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"64":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"61":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"49":{"tf":2.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"1":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"30":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}},"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":3.4641016151377544},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.23606797749979},"54":{"tf":2.0},"55":{"tf":3.0},"56":{"tf":3.4641016151377544},"57":{"tf":1.0},"58":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"66":{"tf":2.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":3,"docs":{"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"61":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":6,"docs":{"2":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.0},"39":{"tf":2.0},"41":{"tf":2.0},"47":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"16":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"12":{"tf":1.0},"20":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"13":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"t":{"df":20,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"28":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"35":{"tf":2.0},"36":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":1.7320508075688772},"56":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"38":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"24":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"6":{"8":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"d":{"a":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"2":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}},"df":3,"docs":{"25":{"tf":1.0},"37":{"tf":1.0},"66":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"$":{"(":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":12,"docs":{"10":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":4.358898943540674},"28":{"tf":2.6457513110645907},"34":{"tf":2.0},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"61":{"tf":1.0},"64":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}},"w":{"df":3,"docs":{"18":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"+":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"41":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"24":{"tf":2.6457513110645907},"25":{"tf":1.0},"44":{"tf":1.7320508075688772}}}}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.4142135623730951},"33":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"25":{"tf":1.0},"6":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":6,"docs":{"2":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":24,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":2.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":2.0},"35":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"4":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":1,"docs":{"7":{"tf":1.0}},"t":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"25":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":6,"docs":{"16":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"47":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"25":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"24":{"tf":2.0},"29":{"tf":1.0},"35":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"14":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.449489742783178},"27":{"tf":1.0},"28":{"tf":1.0},"44":{"tf":3.605551275463989},"65":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"57":{"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":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"24":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"22":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"y":{"df":2,"docs":{"39":{"tf":1.0},"54":{"tf":1.0}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":2.449489742783178}}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":7,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":3.872983346207417},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"s":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"[":{":":{"2":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"53":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"7":{"tf":2.23606797749979}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"25":{"tf":1.0},"35":{"tf":2.0},"43":{"tf":3.7416573867739413},"56":{"tf":2.0},"69":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":2.0},"56":{"tf":2.0}}}}}},"df":11,"docs":{"10":{"tf":1.0},"25":{"tf":3.7416573867739413},"34":{"tf":1.0},"35":{"tf":2.6457513110645907},"39":{"tf":1.0},"54":{"tf":2.449489742783178},"55":{"tf":1.4142135623730951},"56":{"tf":2.6457513110645907},"58":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"5":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"25":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"20":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":6,"docs":{"5":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"df":6,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"25":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":2.0},"66":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"43":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"25":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.4142135623730951}},"}":{"/":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"3":{"df":0,"docs":{},"}":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":38,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":2.6457513110645907},"14":{"tf":3.4641016151377544},"15":{"tf":3.605551275463989},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":2.23606797749979},"2":{"tf":3.1622776601683795},"22":{"tf":2.23606797749979},"23":{"tf":2.449489742783178},"24":{"tf":5.656854249492381},"25":{"tf":4.69041575982343},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":3.0},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"38":{"tf":3.4641016151377544},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.6457513110645907},"43":{"tf":3.4641016151377544},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":3.4641016151377544},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.23606797749979},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"64":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"69":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":2.449489742783178}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"a":{"?":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"&":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"2":{"#":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"=":{"3":{"2":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"8":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"35":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"34":{"tf":1.0},"7":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"24":{"tf":3.872983346207417},"35":{"tf":2.0},"38":{"tf":1.7320508075688772},"47":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"df":51,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":4.242640687119285},"25":{"tf":4.69041575982343},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":3.3166247903554},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":3.1622776601683795},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"6":{"4":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}},"=":{"1":{"df":1,"docs":{"25":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"[":{":":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"15":{"tf":1.7320508075688772},"20":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":3.1622776601683795},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0}}}},"r":{"df":1,"docs":{"62":{"tf":1.0}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":22,"docs":{"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":3.7416573867739413},"26":{"tf":1.0},"27":{"tf":2.449489742783178},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.449489742783178},"39":{"tf":3.7416573867739413},"40":{"tf":2.0},"41":{"tf":4.898979485566356},"43":{"tf":2.0},"47":{"tf":2.449489742783178},"54":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":2.6457513110645907},"66":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":4,"docs":{"20":{"tf":1.0},"39":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"35":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"df":7,"docs":{"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":5,"docs":{"25":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":5,"docs":{"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":4,"docs":{"25":{"tf":1.7320508075688772},"35":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":2.6457513110645907}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"24":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"2":{"tf":1.0},"25":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"62":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"55":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"18":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"14":{"tf":1.0},"18":{"tf":2.23606797749979},"24":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":2.8284271247461903}}}}},"df":2,"docs":{"38":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"33":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"2":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":2.8284271247461903},"35":{"tf":2.8284271247461903},"56":{"tf":2.8284271247461903},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}},"x":{"df":1,"docs":{"34":{"tf":1.0}}},"y":{",":{"df":0,"docs":{},"n":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"q":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"24":{"tf":1.0},"6":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":5,"docs":{"25":{"tf":2.0},"34":{"tf":3.0},"37":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"66":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"title":{"root":{"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"m":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"30":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"54":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"15":{"tf":1.0},"42":{"tf":1.0}}}},"w":{"df":1,"docs":{"24":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"3":{"tf":1.0},"58":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"23":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"52":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"28":{"tf":1.0},"37":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":5,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"33":{"tf":1.0}}}},"df":2,"docs":{"6":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"1":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"64":{"tf":1.0}}},"1":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":20,"teaser_word_count":30},"search_options":{"bool":"AND","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":2},"title":{"boost":2}}}} \ No newline at end of file