From e35720ae47d26e9e2d3ad1d87abe3ef8452604eb Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Thu, 24 Feb 2022 16:43:27 +0100 Subject: [PATCH 1/2] keybindings: Add a table of valid key combinations (#372) Adds a table with all valid key combinations for the `Ctrl` and `Alt` modifiers, as well as for the general `Char` key class. --- docs/src/keybindings-keys.md | 51 ++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/docs/src/keybindings-keys.md b/docs/src/keybindings-keys.md index e469956..aa1eaa7 100644 --- a/docs/src/keybindings-keys.md +++ b/docs/src/keybindings-keys.md @@ -1,16 +1,33 @@ # Keys -These are the possible keys and key combinations one can set in the [Keybindings configuration](./keybindings.md). -For more information, please see: [https://docs.rs/termion/1.5.6/termion/event/enum.Key.html](https://docs.rs/termion/1.5.6/termion/event/enum.Key.html) +These are the possible keys and key combinations one can set in the +[Keybindings configuration](./keybindings.md). +For more information, please see: +[https://docs.rs/termion/1.5.6/termion/event/enum.Key.html](https://docs.rs/termion/1.5.6/termion/event/enum.Key.html) + +Or some related Github Issues: + +- [#351](https://github.com/zellij-org/zellij/issues/351) +- [#357](https://github.com/zellij-org/zellij/issues/357) + +There's a table with an overview of valid key combinations at the bottom of +this page. + ## `Char: ` -A single character with no modifier, eg. `Char: f` +A single character with no modifier, eg. `Char: 'f'` + +**Note:** Please also refer to the table at the bottom of this page ## `Alt: ` -A single character preceded by the `Alt` modifier, eg. `Alt: f`. +A single character preceded by the `Alt` modifier, eg. `Alt: 'f'`. + +**Note:** Please also refer to the table at the bottom of this page ## `Ctrl: ` -A single character preceded by the `Ctrl` modifier, eg. `Ctrl: f`. +A single character preceded by the `Ctrl` modifier, eg. `Ctrl: 'f'`. + +**Note:** Please also refer to the table at the bottom of this page ## `F: <1-12>` One of the `F` characters (usually at the top of the keyboard). eg. `F: 11` @@ -41,3 +58,27 @@ The insert key. ## `Esc` The Esc key. + + +# Valid character combinations + +Following is a table that gives an overview of all the possible character +combinations available for keybindings. + +**Note that combining any of the `Ctrl`, `Alt` or `Char` bindings with the +special keys mentioned above isn't possible.** + + +| Keys | `Ctrl: ' '` | `Alt: ' '` | `Char: ' '` | +| :--------: | :---------: | :--------: | :---------: | +| `a-z` | yes | yes | yes | +| `A-Z` | no | yes | yes | +| `0-9` | no | yes | yes | +| Space | no | yes | yes | +| Tab | no | yes | yes | +| `.:,;-_!?` | no | yes | yes | +| `'"#$%&()` | no | yes | yes | +| `*+/<=>@\` | no | yes | yes | +| `[]^_\|{}~` | no | yes | yes | +| `äöüß` | no | yes | yes | + From 36279474ade20e7fa1edd54190e1eebc7fbe0d52 Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Thu, 24 Feb 2022 16:45:24 +0100 Subject: [PATCH 2/2] Update website contents (#372) --- ...s_de1a7f5f1c8c46959803c429bb697ff0.content | 2 +- ...scss_de1a7f5f1c8c46959803c429bb697ff0.json | 2 +- static/documentation/404.html | 40 +---- static/documentation/book.js | 35 +++- static/documentation/commands.html | 63 ++----- static/documentation/compatibility.html | 47 +---- static/documentation/configuration.html | 43 +---- static/documentation/css/general.css | 5 + static/documentation/css/variables.css | 6 +- static/documentation/index.html | 41 +---- static/documentation/installation.html | 43 +---- static/documentation/introduction.html | 41 +---- static/documentation/keybindings-actions.html | 43 +---- .../documentation/keybindings-examples.html | 43 +---- static/documentation/keybindings-keys.html | 82 ++++----- static/documentation/keybindings-modes.html | 43 +---- static/documentation/keybindings.html | 43 +---- static/documentation/layouts-templates.html | 43 +---- static/documentation/layouts.html | 43 +---- static/documentation/options.html | 65 ++----- static/documentation/overview.html | 43 +---- static/documentation/plugin-other.html | 43 +---- static/documentation/plugin-overview.html | 43 +---- static/documentation/plugin-rust.html | 43 +---- static/documentation/plugin-writing.html | 43 +---- static/documentation/plugins.html | 43 +---- static/documentation/print.html | 168 ++++++++---------- static/documentation/searchindex.js | 2 +- static/documentation/searchindex.json | 2 +- static/documentation/themes.html | 43 +---- 30 files changed, 197 insertions(+), 1049 deletions(-) diff --git a/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content b/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content index aae33b6..a7ca6f9 100644 --- a/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content +++ b/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.content @@ -1,3 +1,3 @@ -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */::-webkit-scrollbar{width:8px;height:8px;background:#212020}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#dcdcdc}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-display:auto;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-display:auto;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-display:auto;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}code[class*="language-"],pre[class*="language-"]{color:white;background:none;font-family:Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;font-size:1em;text-align:left;text-shadow:0 -.1em .2em black;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"],:not(pre)>code[class*="language-"]{background:#141414}pre[class*="language-"]{border-radius:.5em;border:0.3em solid #545454;box-shadow:1px 1px .5em black inset;margin:.5em 0;overflow:auto;padding:1em}pre[class*="language-"]::-moz-selection{background:#27292a}pre[class*="language-"]::selection{background:#27292a}pre[class*="language-"]::-moz-selection,pre[class*="language-"] ::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"] ::-moz-selection{text-shadow:none;background:rgba(237,237,237,0.15)}pre[class*="language-"]::selection,pre[class*="language-"] ::selection,code[class*="language-"]::selection,code[class*="language-"] ::selection{text-shadow:none;background:rgba(237,237,237,0.15)}:not(pre)>code[class*="language-"]{border-radius:.3em;border:0.13em solid #545454;box-shadow:1px 1px .3em -.1em black inset;padding:.15em .2em .05em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#787878}.token.punctuation{opacity:.7}.token.namespace{opacity:.7}.token.tag,.token.boolean,.token.number,.token.deleted{color:#cf694a}.token.keyword,.token.property,.token.selector,.token.constant,.token.symbol,.token.builtin{color:#f9ee9a}.token.attr-name,.token.attr-value,.token.string,.token.char,.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable,.token.inserted{color:#919e6b}.token.atrule{color:#7386a5}.token.regex,.token.important{color:#e9c163}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}pre[data-line]{padding:1em 0 1em 3em;position:relative}.language-markup .token.tag,.language-markup .token.attr-name,.language-markup .token.punctuation{color:#ad895c}.token{position:relative;z-index:1}.line-highlight{background:rgba(84,84,84,0.25);background:linear-gradient(to right, rgba(84,84,84,0.1) 70%, rgba(84,84,84,0));border-bottom:1px dashed #545454;border-top:1px dashed #545454;left:0;line-height:inherit;margin-top:0.75em;padding:inherit 0;pointer-events:none;position:absolute;right:0;white-space:pre;z-index:0}.line-highlight:before,.line-highlight[data-end]:after{background-color:#8794a6;border-radius:999px;box-shadow:0 1px white;color:#f5f2f0;content:attr(data-start);font:bold 65%/1.5 sans-serif;left:.6em;min-width:1em;padding:0 .5em;position:absolute;text-align:center;text-shadow:none;top:.4em;vertical-align:.3em}.line-highlight[data-end]:after{bottom:.4em;content:attr(data-end);top:auto}pre[data-line]{position:relative;padding:1em 0 1em 3em}.line-highlight{position:absolute;left:0;right:0;padding:inherit 0;margin-top:1em;background:rgba(153,122,102,0.08);background:linear-gradient(to right, rgba(153,122,102,0.1) 70%, rgba(153,122,102,0));pointer-events:none;line-height:inherit;white-space:pre}@media print{.line-highlight{-webkit-print-color-adjust:exact;color-adjust:exact}}.line-highlight:before,.line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;background-color:rgba(153,122,102,0.4);color:#f5f2f0;font:bold 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px white}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.line-numbers .line-highlight:before,.line-numbers .line-highlight:after{content:none}pre[id].linkable-line-numbers span.line-numbers-rows{pointer-events:all}pre[id].linkable-line-numbers span.line-numbers-rows>span:before{cursor:pointer}pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:rgba(128,128,128,0.2)}pre[class*="language-"].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*="language-"].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:0.8em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:.3em;right:.2em;transition:opacity 0.3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,0.2);box-shadow:0 2px 0 0 rgba(0,0,0,0.2);border-radius:.5em}div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar button:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar span:hover,div.code-toolbar>.toolbar span:focus{color:inherit;text-decoration:none}:root{--phoneWidth: (max-width: 950px);--tabletWidth: (max-width: 950px)}@font-face{font-family:'Inter UI';font-style:normal;font-display:auto;font-weight:400;src:url("../fonts/Inter-UI-Regular.woff2") format("woff2"),url("../fonts/Inter-UI-Regular.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:italic;font-display:auto;font-weight:400;src:url("../fonts/Inter-UI-Italic.woff2") format("woff2"),url("../fonts/Inter-UI-Italic.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:normal;font-display:auto;font-weight:600;src:url("../fonts/Inter-UI-Medium.woff2") format("woff2"),url("../fonts/Inter-UI-Medium.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:italic;font-display:auto;font-weight:600;src:url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"),url("../fonts/Inter-UI-MediumItalic.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:normal;font-display:auto;font-weight:800;src:url("../fonts/Inter-UI-Bold.woff2") format("woff2"),url("../fonts/Inter-UI-Bold.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:italic;font-display:auto;font-weight:800;src:url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"),url("../fonts/Inter-UI-BoldItalic.woff") format("woff")}.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 18px;margin-bottom:5px;text-decoration:none;text-align:center;font-weight:500;border-radius:8px;border:1px solid transparent;appearance:none;cursor:pointer;outline:none;background:#fafafa}@media (prefers-color-scheme: dark){button,.button,a.button{background:#1b1c1d;color:inherit}}@media (prefers-color-scheme: light){button,.button,a.button{background:#fafafa}}[data-theme=dark] button,[data-theme=dark] .button,[data-theme=dark] a.button{background:#1b1c1d;color:inherit}[data-theme=light] button,[data-theme=light] .button,[data-theme=light] a.button{background:#fafafa}button.outline,.button.outline,a.button.outline{background:transparent;box-shadow:none;padding:8px 18px;border-color:#eaeaea}@media (prefers-color-scheme: dark){button.outline,.button.outline,a.button.outline{border-color:#3b3d42;color:inherit}}@media (prefers-color-scheme: light){button.outline,.button.outline,a.button.outline{border-color:#eaeaea}}[data-theme=dark] button.outline,[data-theme=dark] .button.outline,[data-theme=dark] a.button.outline{border-color:#3b3d42;color:inherit}[data-theme=light] button.outline,[data-theme=light] .button.outline,[data-theme=light] a.button.outline{border-color:#eaeaea}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.primary,.button.primary,a.button.primary{box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08)}button.primary:hover,.button.primary:hover,a.button.primary:hover{box-shadow:0 2px 6px rgba(50,50,93,0.21),0 1px 3px rgba(0,0,0,0.08)}button.link,.button.link,a.button.link{background:none;font-size:1rem}button.small,.button.small,a.button.small{font-size:.8rem}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;margin-bottom:5px;text-decoration:none;text-align:center;font-size:13px;font-weight:500;border-radius:8px;border:1px solid transparent;appearance:none;cursor:pointer;outline:none;background:#eaeaea}@media (prefers-color-scheme: dark){.code-toolbar .toolbar-item a{background:#3b3d42;color:inherit}}@media (prefers-color-scheme: light){.code-toolbar .toolbar-item a{background:#eaeaea}}[data-theme=dark] .code-toolbar .toolbar-item a{background:#3b3d42;color:inherit}[data-theme=light] .code-toolbar .toolbar-item a{background:#eaeaea}.header{display:flex;align-items:center;justify-content:center;position:relative;padding:20px;background:#1b1c1d}@media (prefers-color-scheme: dark){.header{background:#1b1c1d}}@media (prefers-color-scheme: light){.header{background:#1b1c1d}}[data-theme=dark] .header{background:#1b1c1d}[data-theme=light] .header{background:#1b1c1d}.header__right{display:flex;flex-direction:row;align-items:center}@media (max-width: 950px){.header__right{flex-direction:row-reverse}}.header__inner{display:flex;align-items:center;justify-content:space-between;margin:0 auto;width:100%;max-width:100%}.theme-toggle{display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer}.theme-toggler{fill:currentColor}.not-selectable{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.logo{display:flex;align-items:center;text-decoration:none;font-weight:bold;font-display:auto;font-family:monospace, monospace}.logo img{height:44px}.logo__mark{margin-right:25px}.logo__text{font-size:1.125rem;color:#A3BD8D}.logo__cursor{display:inline-block;width:10px;height:1rem;background:#fe5186;margin-left:5px;border-radius:1px;animation:cursor 1s infinite}@media (prefers-reduced-motion: reduce){.logo__cursor{animation:none}}@keyframes cursor{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.menu{z-index:9999;background:#1b1c1d}@media (prefers-color-scheme: dark){.menu{background:#1b1c1d}}@media (prefers-color-scheme: light){.menu{background:#1b1c1d}}[data-theme=dark] .menu{background:#1b1c1d}[data-theme=light] .menu{background:#1b1c1d}@media (max-width: 950px){.menu{position:absolute;top:50px;right:0;border:none;margin:0;padding:10px}}.menu__inner{display:flex;align-items:center;justify-content:flex-start;max-width:100%;margin:0 auto;padding:0 15px;font-size:1rem;list-style:none;color:#EACB8B;font-weight:bold}.menu__inner li{margin:0 12px}@media (max-width: 950px){.menu__inner{flex-direction:column;align-items:flex-start;padding:0}.menu__inner li{margin:0;padding:5px}}.menu-trigger{width:24px;height:24px;fill:currentColor;margin-left:10px;cursor:pointer;display:none}@media (max-width: 950px){.menu-trigger{display:block}}.menu a{display:inline-block;margin-right:15px;text-decoration:none}.menu a:hover{text-decoration:underline}.menu a:last-of-type{margin-right:0}html{box-sizing:border-box;line-height:1.6;letter-spacing:0.06em;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:"Inter UI", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;font-display:auto;font-size:1rem;line-height:1.54;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"liga", "tnum", "case", "calt", "zero", "ss01", "locl";-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;display:flex;min-height:100vh;flex-direction:column;background-color:#232425;color:#7E9FBE}@media (max-width: 950px){body{font-size:1rem}}@media (prefers-color-scheme: dark){body{background-color:#232425;color:#7E9FBE}}@media (prefers-color-scheme: light){body{background-color:#232425;color:#7E9FBE}}[data-theme=dark] body{background-color:#232425;color:#7E9FBE}[data-theme=light] body{background-color:#232425;color:#7E9FBE}h2,h3,h4,h5,h6{display:flex;align-items:center;line-height:1.3}h1{font-size:2.625rem;color:#A3BD8D}h2{font-size:1.625rem;margin-top:2.5em;color:#A3BD8D}h3{font-size:1.375rem;color:#EACB8B}h4{font-size:1.125rem;color:#A3BD8D}@media (max-width: 950px){h1{font-size:2rem}h2{font-size:1.4rem}h3{font-size:1.15rem}h4{font-size:1.125rem}}a{color:inherit}img{display:block;max-width:100%}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}img.circle{border-radius:50%;max-width:25%;margin:auto}figure{display:table;max-width:100%;margin:25px 0}figure.left{margin-right:auto}figure.left-floated{margin-right:auto;float:left}figure.left-floated img{margin:20px 20px 20px 0}figure.center{margin-left:auto;margin-right:auto}figure.right{margin-left:auto}figure.right-floated{margin-left:auto;float:right}figure.right-floated img{margin:20px 0 20px 20px}figure.rounded img{border-radius:50%}figure figcaption{font-size:14px;margin-top:5px;opacity:0.8}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}em,i,strong{color:black}@media (prefers-color-scheme: dark){em,i,strong{color:white}}@media (prefers-color-scheme: light){em,i,strong{color:black}}[data-theme=dark] em,[data-theme=dark] i,[data-theme=dark] strong{color:white}[data-theme=light] em,[data-theme=light] i,[data-theme=light] strong{color:black}code{font-family:Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;font-display:auto;font-feature-settings:normal;padding:1px 6px;margin:0 2px;border-radius:5px;font-size:0.95rem;background:#3b3d42}@media (prefers-color-scheme: dark){code{background:#3b3d42}}@media (prefers-color-scheme: light){code{background:#3b3d42}}[data-theme=dark] code{background:#3b3d42}[data-theme=light] code{background:#3b3d42}pre{background:#212020;padding:10px 10px 10px 20px;border-radius:8px;font-size:0.95rem;overflow:auto}@media (max-width: 950px){pre{white-space:pre-wrap;word-wrap:break-word}}pre code{background:none !important;margin:0;padding:0;font-size:inherit;color:#ccc}@media (prefers-color-scheme: dark){pre code{color:inherit}}@media (prefers-color-scheme: light){pre code{color:#ccc}}[data-theme=dark] pre code{color:inherit}[data-theme=light] pre code{color:#ccc}blockquote{border-left:3px solid #3eb0ef;margin:40px;padding:10px 20px}@media (max-width: 950px){blockquote{margin:10px;padding:10px}}blockquote:before{content:"”";font-family:Georgia, serif;font-display:auto;font-size:3.875rem;position:absolute;left:-40px;top:-20px}blockquote p:first-of-type{margin-top:0}blockquote p:last-of-type{margin-bottom:0}ul,ol{margin-left:40px;padding:0}@media (max-width: 950px){ul,ol{margin-left:20px}}ol ol{list-style-type:lower-alpha}.container{flex:1 auto;display:flex;flex-direction:column;justify-content:center;text-align:center}.content{display:flex;flex-direction:column;flex:1 auto;align-items:center;justify-content:center;margin:0}@media (max-width: 950px){.content{margin-top:0}}hr{width:100%;border:none;height:1px;background:#4e4e57}@media (prefers-color-scheme: dark){hr{background:#4e4e57}}@media (prefers-color-scheme: light){hr{background:#4e4e57}}[data-theme=dark] hr{background:#4e4e57}[data-theme=light] hr{background:#4e4e57}.hidden{display:none}@media (max-width: 950px){.hide-on-phone{display:none}}@media (max-width: 950px){.hide-on-tablet{display:none}}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;width:auto;top:5px;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;z-index:100000}.background-image{background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center center}.highlight{margin:30px auto}.download-hover{position:relative;display:inline-block}.download-hover .img-top{display:none;position:absolute;top:0;left:0;z-index:99}.download-hover:hover .img-top{display:inline}.posts{width:100%;max-width:800px;text-align:left;padding:20px;margin:20px auto}@media (max-width: 950px){.posts{max-width:660px}}.posts:not(:last-of-type){border-bottom:1px solid #dcdcdc}@media (prefers-color-scheme: dark){.posts:not(:last-of-type){border-bottom:1px solid #4e4e57}}@media (prefers-color-scheme: light){.posts:not(:last-of-type){border-bottom:1px solid #dcdcdc}}[data-theme=dark] .posts:not(:last-of-type){border-bottom:1px solid #4e4e57}[data-theme=light] .posts:not(:last-of-type){border-bottom:1px solid #dcdcdc}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}@media (max-width: 950px){.posts-group{display:block}}.posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts .post-title{font-size:1rem;margin:5px 0 5px 0}.posts .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}@media (max-width: 950px){.posts .post-year{margin:-6px 0 4px}}.posts .post-item{border-bottom:1px grey dashed}.posts .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;text-decoration:none}.posts .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.post{width:100%;max-width:800px;text-align:left;padding:20px;margin:20px auto}@media (max-width: 950px){.post{max-width:600px}}.post-title{font-size:1.3rem;margin:0 0 20px}@media (max-width: 950px){.post-title{font-size:1.3rem}}.post-title a{text-decoration:none;border-bottom:dashed 2px}.post-tags{display:block;margin-bottom:20px;font-size:1rem;opacity:0.5}.post-tags a{text-decoration:none}.post-content{margin-top:30px}.post-cover{border-radius:8px;margin:40px -50px;width:860px;max-width:860px}@media (max-width: 950px){.post-cover{margin:20px 0;width:100%}}.post-excerpt{color:grey;font-style:italic}.post-info{margin-top:30px;font-size:0.8rem;line-height:normal;opacity:.6}.post-info p{margin:0.8em 0}.post-info a:hover{border-bottom:1px solid white}.post-info svg{margin-right:0.8em}.post-info .tag{margin-right:0.5em}.post-info .tag::before{content:"#"}.post-info .feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.post .flag{border-radius:50%;margin:0 5px}.pagination{margin-top:20px}.pagination__title{display:flex;text-align:center;position:relative;margin:20px 0}.pagination__title-h{text-align:center;margin:0 auto;padding:5px 10px;font-size:0.8rem;text-transform:uppercase;text-decoration:none;letter-spacing:0.1em;z-index:1;background:#fff;color:#999}@media (prefers-color-scheme: dark){.pagination__title-h{background:#232425;color:#A3BD8D}}@media (prefers-color-scheme: light){.pagination__title-h{background:#fff;color:#999}}[data-theme=dark] .pagination__title-h{background:#232425;color:#A3BD8D}[data-theme=light] .pagination__title-h{background:#fff;color:#999}.pagination__title hr{position:absolute;left:0;right:0;width:100%;margin-top:15px;z-index:0}.pagination__buttons{display:flex;align-items:center;justify-content:center}.pagination__buttons a{text-decoration:none;font-weight:bold}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;border-radius:8px;max-width:40%;padding:0;cursor:pointer;appearance:none;background:#eaeaea}@media (prefers-color-scheme: dark){.button{background:#3b3d42}}@media (prefers-color-scheme: light){.button{background:#eaeaea}}[data-theme=dark] .button{background:#3b3d42}[data-theme=light] .button{background:#eaeaea}.button+.button{margin-left:10px}.button a{display:flex;padding:8px 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button.next .button__icon{margin-left:8px}.button.previous .button__icon{margin-right:8px}.footer{padding:40px 20px;flex-grow:0;color:#999}.footer__inner{display:flex;align-items:center;justify-content:center;margin:0 auto;width:760px;max-width:100%}@media (max-width: 950px){.footer__inner{flex-direction:column}}.footer__content{display:flex;flex-direction:row;align-items:center;font-size:1rem;color:#999}@media (max-width: 950px){.footer__content{flex-direction:column;margin-top:10px}}.footer__content>*:not(:last-child)::after{content:"•";padding:0 5px}@media (max-width: 950px){.footer__content>*:not(:last-child)::after{content:"";padding:0}}.footer__content>*:last-child{padding:0 0px}@media (max-width: 950px){.footer__content>*:last-child{padding:0}}.sharing-buttons{display:flex;flex-wrap:wrap;justify-content:space-between}.sharing-buttons .resp-sharing-button__icon,.sharing-buttons .resp-sharing-button__link{display:inline-block}.sharing-buttons .resp-sharing-button__link{text-decoration:none;margin:0.5em}.sharing-buttons .resp-sharing-button{border-radius:5px;transition:25ms ease-out;padding:0.5em 0.75em;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.sharing-buttons .resp-sharing-button__icon svg{width:1em;height:1em;margin-right:0.4em;vertical-align:top}.sharing-buttons .resp-sharing-button--small svg{margin:0;vertical-align:middle}.post-content table{border-collapse:collapse;margin:25px auto;font-size:0.9em;min-width:400px;max-width:100%}.post-content table th,.post-content table td{padding:12px 15px;border:1px solid #dcdcdc}@media (prefers-color-scheme: dark){.post-content table th,.post-content table td{border:1px solid #4e4e57}}@media (prefers-color-scheme: light){.post-content table th,.post-content table td{border:1px solid #dcdcdc}}[data-theme=dark] .post-content table th,[data-theme=dark] .post-content table td{border:1px solid #4e4e57}[data-theme=light] .post-content table th,[data-theme=light] .post-content table td{border:1px solid #dcdcdc}.post-content table thead tr{text-align:left;background-color:#dcdcdc;color:#222}@media (prefers-color-scheme: dark){.post-content table thead tr{background-color:#4e4e57;color:#7E9FBE}}@media (prefers-color-scheme: light){.post-content table thead tr{background-color:#dcdcdc;color:#222}}[data-theme=dark] .post-content table thead tr{background-color:#4e4e57;color:#7E9FBE}[data-theme=light] .post-content table thead tr{background-color:#dcdcdc;color:#222}.post-content table tbody tr{border:1px solid #dcdcdc}@media (prefers-color-scheme: dark){.post-content table tbody tr{border:1px solid #4e4e57}}@media (prefers-color-scheme: light){.post-content table tbody tr{border:1px solid #dcdcdc}}[data-theme=dark] .post-content table tbody tr{border:1px solid #4e4e57}[data-theme=light] .post-content table tbody tr{border:1px solid #dcdcdc} +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */::-webkit-scrollbar{width:8px;height:8px;background:#212020}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#dcdcdc}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-display:auto;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-display:auto;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-display:auto;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}code[class*="language-"],pre[class*="language-"]{color:white;background:none;font-family:Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;font-size:1em;text-align:left;text-shadow:0 -.1em .2em black;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"],:not(pre)>code[class*="language-"]{background:#141414}pre[class*="language-"]{border-radius:.5em;border:0.3em solid #545454;box-shadow:1px 1px .5em black inset;margin:.5em 0;overflow:auto;padding:1em}pre[class*="language-"]::-moz-selection{background:#27292a}pre[class*="language-"]::selection{background:#27292a}pre[class*="language-"]::-moz-selection,pre[class*="language-"] ::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"] ::-moz-selection{text-shadow:none;background:rgba(237,237,237,0.15)}pre[class*="language-"]::selection,pre[class*="language-"] ::selection,code[class*="language-"]::selection,code[class*="language-"] ::selection{text-shadow:none;background:rgba(237,237,237,0.15)}:not(pre)>code[class*="language-"]{border-radius:.3em;border:0.13em solid #545454;box-shadow:1px 1px .3em -.1em black inset;padding:.15em .2em .05em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#787878}.token.punctuation{opacity:.7}.token.namespace{opacity:.7}.token.tag,.token.boolean,.token.number,.token.deleted{color:#cf694a}.token.keyword,.token.property,.token.selector,.token.constant,.token.symbol,.token.builtin{color:#f9ee9a}.token.attr-name,.token.attr-value,.token.string,.token.char,.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable,.token.inserted{color:#919e6b}.token.atrule{color:#7386a5}.token.regex,.token.important{color:#e9c163}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}pre[data-line]{padding:1em 0 1em 3em;position:relative}.language-markup .token.tag,.language-markup .token.attr-name,.language-markup .token.punctuation{color:#ad895c}.token{position:relative;z-index:1}.line-highlight{background:rgba(84,84,84,0.25);background:linear-gradient(to right, rgba(84,84,84,0.1) 70%, rgba(84,84,84,0));border-bottom:1px dashed #545454;border-top:1px dashed #545454;left:0;line-height:inherit;margin-top:0.75em;padding:inherit 0;pointer-events:none;position:absolute;right:0;white-space:pre;z-index:0}.line-highlight:before,.line-highlight[data-end]:after{background-color:#8794a6;border-radius:999px;box-shadow:0 1px white;color:#f5f2f0;content:attr(data-start);font:bold 65%/1.5 sans-serif;left:.6em;min-width:1em;padding:0 .5em;position:absolute;text-align:center;text-shadow:none;top:.4em;vertical-align:.3em}.line-highlight[data-end]:after{bottom:.4em;content:attr(data-end);top:auto}pre[data-line]{position:relative;padding:1em 0 1em 3em}.line-highlight{position:absolute;left:0;right:0;padding:inherit 0;margin-top:1em;background:rgba(153,122,102,0.08);background:linear-gradient(to right, rgba(153,122,102,0.1) 70%, rgba(153,122,102,0));pointer-events:none;line-height:inherit;white-space:pre}@media print{.line-highlight{-webkit-print-color-adjust:exact;color-adjust:exact}}.line-highlight:before,.line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;background-color:rgba(153,122,102,0.4);color:#f5f2f0;font:bold 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px white}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.line-numbers .line-highlight:before,.line-numbers .line-highlight:after{content:none}pre.linkable-line-numbers[id] span.line-numbers-rows{pointer-events:all}pre.linkable-line-numbers[id] span.line-numbers-rows>span:before{cursor:pointer}pre.linkable-line-numbers[id] span.line-numbers-rows>span:hover:before{background-color:rgba(128,128,128,0.2)}pre.line-numbers[class*="language-"]{position:relative;padding-left:3.8em;counter-reset:linenumber}pre.line-numbers[class*="language-"]>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:0.8em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:.3em;right:.2em;transition:opacity 0.3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,0.2);box-shadow:0 2px 0 0 rgba(0,0,0,0.2);border-radius:.5em}div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar button:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar span:hover,div.code-toolbar>.toolbar span:focus{color:inherit;text-decoration:none}:root{--phoneWidth: (max-width: 950px);--tabletWidth: (max-width: 950px)}@font-face{font-family:'Inter UI';font-style:normal;font-display:auto;font-weight:400;src:url("../fonts/Inter-UI-Regular.woff2") format("woff2"),url("../fonts/Inter-UI-Regular.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:italic;font-display:auto;font-weight:400;src:url("../fonts/Inter-UI-Italic.woff2") format("woff2"),url("../fonts/Inter-UI-Italic.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:normal;font-display:auto;font-weight:600;src:url("../fonts/Inter-UI-Medium.woff2") format("woff2"),url("../fonts/Inter-UI-Medium.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:italic;font-display:auto;font-weight:600;src:url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"),url("../fonts/Inter-UI-MediumItalic.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:normal;font-display:auto;font-weight:800;src:url("../fonts/Inter-UI-Bold.woff2") format("woff2"),url("../fonts/Inter-UI-Bold.woff") format("woff")}@font-face{font-family:'Inter UI';font-style:italic;font-display:auto;font-weight:800;src:url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"),url("../fonts/Inter-UI-BoldItalic.woff") format("woff")}.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 18px;margin-bottom:5px;text-decoration:none;text-align:center;font-weight:500;border-radius:8px;border:1px solid transparent;appearance:none;cursor:pointer;outline:none;background:#fafafa}@media (prefers-color-scheme: dark){button,.button,a.button{background:#1b1c1d;color:inherit}}@media (prefers-color-scheme: light){button,.button,a.button{background:#fafafa}}[data-theme=dark] button,[data-theme=dark] .button,[data-theme=dark] a.button{background:#1b1c1d;color:inherit}[data-theme=light] button,[data-theme=light] .button,[data-theme=light] a.button{background:#fafafa}button.outline,.button.outline,a.button.outline{background:transparent;box-shadow:none;padding:8px 18px;border-color:#eaeaea}@media (prefers-color-scheme: dark){button.outline,.button.outline,a.button.outline{border-color:#3b3d42;color:inherit}}@media (prefers-color-scheme: light){button.outline,.button.outline,a.button.outline{border-color:#eaeaea}}[data-theme=dark] button.outline,[data-theme=dark] .button.outline,[data-theme=dark] a.button.outline{border-color:#3b3d42;color:inherit}[data-theme=light] button.outline,[data-theme=light] .button.outline,[data-theme=light] a.button.outline{border-color:#eaeaea}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.primary,.button.primary,a.button.primary{box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08)}button.primary:hover,.button.primary:hover,a.button.primary:hover{box-shadow:0 2px 6px rgba(50,50,93,0.21),0 1px 3px rgba(0,0,0,0.08)}button.link,.button.link,a.button.link{background:none;font-size:1rem}button.small,.button.small,a.button.small{font-size:.8rem}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;margin-bottom:5px;text-decoration:none;text-align:center;font-size:13px;font-weight:500;border-radius:8px;border:1px solid transparent;appearance:none;cursor:pointer;outline:none;background:#eaeaea}@media (prefers-color-scheme: dark){.code-toolbar .toolbar-item a{background:#3b3d42;color:inherit}}@media (prefers-color-scheme: light){.code-toolbar .toolbar-item a{background:#eaeaea}}[data-theme=dark] .code-toolbar .toolbar-item a{background:#3b3d42;color:inherit}[data-theme=light] .code-toolbar .toolbar-item a{background:#eaeaea}.header{display:flex;align-items:center;justify-content:center;position:relative;padding:20px;background:#1b1c1d}@media (prefers-color-scheme: dark){.header{background:#1b1c1d}}@media (prefers-color-scheme: light){.header{background:#1b1c1d}}[data-theme=dark] .header{background:#1b1c1d}[data-theme=light] .header{background:#1b1c1d}.header__right{display:flex;flex-direction:row;align-items:center}@media (max-width: 950px){.header__right{flex-direction:row-reverse}}.header__inner{display:flex;align-items:center;justify-content:space-between;margin:0 auto;width:100%;max-width:100%}.theme-toggle{display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer}.theme-toggler{fill:currentColor}.not-selectable{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.logo{display:flex;align-items:center;text-decoration:none;font-weight:bold;font-display:auto;font-family:monospace, monospace}.logo img{height:44px}.logo__mark{margin-right:25px}.logo__text{font-size:1.125rem;color:#A3BD8D}.logo__cursor{display:inline-block;width:10px;height:1rem;background:#fe5186;margin-left:5px;border-radius:1px;animation:cursor 1s infinite}@media (prefers-reduced-motion: reduce){.logo__cursor{animation:none}}@keyframes cursor{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.menu{z-index:9999;background:#1b1c1d}@media (prefers-color-scheme: dark){.menu{background:#1b1c1d}}@media (prefers-color-scheme: light){.menu{background:#1b1c1d}}[data-theme=dark] .menu{background:#1b1c1d}[data-theme=light] .menu{background:#1b1c1d}@media (max-width: 950px){.menu{position:absolute;top:50px;right:0;border:none;margin:0;padding:10px}}.menu__inner{display:flex;align-items:center;justify-content:flex-start;max-width:100%;margin:0 auto;padding:0 15px;font-size:1rem;list-style:none;color:#EACB8B;font-weight:bold}.menu__inner li{margin:0 12px}@media (max-width: 950px){.menu__inner{flex-direction:column;align-items:flex-start;padding:0}.menu__inner li{margin:0;padding:5px}}.menu-trigger{width:24px;height:24px;fill:currentColor;margin-left:10px;cursor:pointer;display:none}@media (max-width: 950px){.menu-trigger{display:block}}.menu a{display:inline-block;margin-right:15px;text-decoration:none}.menu a:hover{text-decoration:underline}.menu a:last-of-type{margin-right:0}html{box-sizing:border-box;line-height:1.6;letter-spacing:0.06em;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:"Inter UI", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;font-display:auto;font-size:1rem;line-height:1.54;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"liga", "tnum", "case", "calt", "zero", "ss01", "locl";-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;display:flex;min-height:100vh;flex-direction:column;background-color:#232425;color:#7E9FBE}@media (max-width: 950px){body{font-size:1rem}}@media (prefers-color-scheme: dark){body{background-color:#232425;color:#7E9FBE}}@media (prefers-color-scheme: light){body{background-color:#232425;color:#7E9FBE}}[data-theme=dark] body{background-color:#232425;color:#7E9FBE}[data-theme=light] body{background-color:#232425;color:#7E9FBE}h2,h3,h4,h5,h6{display:flex;align-items:center;line-height:1.3}h1{font-size:2.625rem;color:#A3BD8D}h2{font-size:1.625rem;margin-top:2.5em;color:#A3BD8D}h3{font-size:1.375rem;color:#EACB8B}h4{font-size:1.125rem;color:#A3BD8D}@media (max-width: 950px){h1{font-size:2rem}h2{font-size:1.4rem}h3{font-size:1.15rem}h4{font-size:1.125rem}}a{color:inherit}img{display:block;max-width:100%}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}img.circle{border-radius:50%;max-width:25%;margin:auto}figure{display:table;max-width:100%;margin:25px 0}figure.left{margin-right:auto}figure.left-floated{margin-right:auto;float:left}figure.left-floated img{margin:20px 20px 20px 0}figure.center{margin-left:auto;margin-right:auto}figure.right{margin-left:auto}figure.right-floated{margin-left:auto;float:right}figure.right-floated img{margin:20px 0 20px 20px}figure.rounded img{border-radius:50%}figure figcaption{font-size:14px;margin-top:5px;opacity:0.8}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}em,i,strong{color:black}@media (prefers-color-scheme: dark){em,i,strong{color:white}}@media (prefers-color-scheme: light){em,i,strong{color:black}}[data-theme=dark] em,[data-theme=dark] i,[data-theme=dark] strong{color:white}[data-theme=light] em,[data-theme=light] i,[data-theme=light] strong{color:black}code{font-family:Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;font-display:auto;font-feature-settings:normal;padding:1px 6px;margin:0 2px;border-radius:5px;font-size:0.95rem;background:#3b3d42}@media (prefers-color-scheme: dark){code{background:#3b3d42}}@media (prefers-color-scheme: light){code{background:#3b3d42}}[data-theme=dark] code{background:#3b3d42}[data-theme=light] code{background:#3b3d42}pre{background:#212020;padding:10px 10px 10px 20px;border-radius:8px;font-size:0.95rem;overflow:auto}@media (max-width: 950px){pre{white-space:pre-wrap;word-wrap:break-word}}pre code{background:none !important;margin:0;padding:0;font-size:inherit;color:#ccc}@media (prefers-color-scheme: dark){pre code{color:inherit}}@media (prefers-color-scheme: light){pre code{color:#ccc}}[data-theme=dark] pre code{color:inherit}[data-theme=light] pre code{color:#ccc}blockquote{border-left:3px solid #3eb0ef;margin:40px;padding:10px 20px}@media (max-width: 950px){blockquote{margin:10px;padding:10px}}blockquote:before{content:"”";font-family:Georgia, serif;font-display:auto;font-size:3.875rem;position:absolute;left:-40px;top:-20px}blockquote p:first-of-type{margin-top:0}blockquote p:last-of-type{margin-bottom:0}ul,ol{margin-left:40px;padding:0}@media (max-width: 950px){ul,ol{margin-left:20px}}ol ol{list-style-type:lower-alpha}.container{flex:1 auto;display:flex;flex-direction:column;justify-content:center;text-align:center}.content{display:flex;flex-direction:column;flex:1 auto;align-items:center;justify-content:center;margin:0}@media (max-width: 950px){.content{margin-top:0}}hr{width:100%;border:none;height:1px;background:#4e4e57}@media (prefers-color-scheme: dark){hr{background:#4e4e57}}@media (prefers-color-scheme: light){hr{background:#4e4e57}}[data-theme=dark] hr{background:#4e4e57}[data-theme=light] hr{background:#4e4e57}.hidden{display:none}@media (max-width: 950px){.hide-on-phone{display:none}}@media (max-width: 950px){.hide-on-tablet{display:none}}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;width:auto;top:5px;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;z-index:100000}.background-image{background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center center}.highlight{margin:30px auto}.download-hover{position:relative;display:inline-block}.download-hover .img-top{display:none;position:absolute;top:0;left:0;z-index:99}.download-hover:hover .img-top{display:inline}.posts{width:100%;max-width:800px;text-align:left;padding:20px;margin:20px auto}@media (max-width: 950px){.posts{max-width:660px}}.posts:not(:last-of-type){border-bottom:1px solid #dcdcdc}@media (prefers-color-scheme: dark){.posts:not(:last-of-type){border-bottom:1px solid #4e4e57}}@media (prefers-color-scheme: light){.posts:not(:last-of-type){border-bottom:1px solid #dcdcdc}}[data-theme=dark] .posts:not(:last-of-type){border-bottom:1px solid #4e4e57}[data-theme=light] .posts:not(:last-of-type){border-bottom:1px solid #dcdcdc}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}@media (max-width: 950px){.posts-group{display:block}}.posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts .post-title{font-size:1rem;margin:5px 0 5px 0}.posts .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}@media (max-width: 950px){.posts .post-year{margin:-6px 0 4px}}.posts .post-item{border-bottom:1px grey dashed}.posts .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;text-decoration:none}.posts .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.post{width:100%;max-width:800px;text-align:left;padding:20px;margin:20px auto}@media (max-width: 950px){.post{max-width:600px}}.post-title{font-size:1.3rem;margin:0 0 20px}@media (max-width: 950px){.post-title{font-size:1.3rem}}.post-title a{text-decoration:none;border-bottom:dashed 2px}.post-tags{display:block;margin-bottom:20px;font-size:1rem;opacity:0.5}.post-tags a{text-decoration:none}.post-content{margin-top:30px}.post-cover{border-radius:8px;margin:40px -50px;width:860px;max-width:860px}@media (max-width: 950px){.post-cover{margin:20px 0;width:100%}}.post-excerpt{color:grey;font-style:italic}.post-info{margin-top:30px;font-size:0.8rem;line-height:normal;opacity:.6}.post-info p{margin:0.8em 0}.post-info a:hover{border-bottom:1px solid white}.post-info svg{margin-right:0.8em}.post-info .tag{margin-right:0.5em}.post-info .tag::before{content:"#"}.post-info .feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.post .flag{border-radius:50%;margin:0 5px}.pagination{margin-top:20px}.pagination__title{display:flex;text-align:center;position:relative;margin:20px 0}.pagination__title-h{text-align:center;margin:0 auto;padding:5px 10px;font-size:0.8rem;text-transform:uppercase;text-decoration:none;letter-spacing:0.1em;z-index:1;background:#fff;color:#999}@media (prefers-color-scheme: dark){.pagination__title-h{background:#232425;color:#A3BD8D}}@media (prefers-color-scheme: light){.pagination__title-h{background:#fff;color:#999}}[data-theme=dark] .pagination__title-h{background:#232425;color:#A3BD8D}[data-theme=light] .pagination__title-h{background:#fff;color:#999}.pagination__title hr{position:absolute;left:0;right:0;width:100%;margin-top:15px;z-index:0}.pagination__buttons{display:flex;align-items:center;justify-content:center}.pagination__buttons a{text-decoration:none;font-weight:bold}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;border-radius:8px;max-width:40%;padding:0;cursor:pointer;appearance:none;background:#eaeaea}@media (prefers-color-scheme: dark){.button{background:#3b3d42}}@media (prefers-color-scheme: light){.button{background:#eaeaea}}[data-theme=dark] .button{background:#3b3d42}[data-theme=light] .button{background:#eaeaea}.button+.button{margin-left:10px}.button a{display:flex;padding:8px 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button.next .button__icon{margin-left:8px}.button.previous .button__icon{margin-right:8px}.footer{padding:40px 20px;flex-grow:0;color:#999}.footer__inner{display:flex;align-items:center;justify-content:center;margin:0 auto;width:760px;max-width:100%}@media (max-width: 950px){.footer__inner{flex-direction:column}}.footer__content{display:flex;flex-direction:row;align-items:center;font-size:1rem;color:#999}@media (max-width: 950px){.footer__content{flex-direction:column;margin-top:10px}}.footer__content>*:not(:last-child)::after{content:"•";padding:0 5px}@media (max-width: 950px){.footer__content>*:not(:last-child)::after{content:"";padding:0}}.footer__content>*:last-child{padding:0 0px}@media (max-width: 950px){.footer__content>*:last-child{padding:0}}.sharing-buttons{display:flex;flex-wrap:wrap;justify-content:space-between}.sharing-buttons .resp-sharing-button__icon,.sharing-buttons .resp-sharing-button__link{display:inline-block}.sharing-buttons .resp-sharing-button__link{text-decoration:none;margin:0.5em}.sharing-buttons .resp-sharing-button{border-radius:5px;transition:25ms ease-out;padding:0.5em 0.75em;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.sharing-buttons .resp-sharing-button__icon svg{width:1em;height:1em;margin-right:0.4em;vertical-align:top}.sharing-buttons .resp-sharing-button--small svg{margin:0;vertical-align:middle}.post-content table{border-collapse:collapse;margin:25px auto;font-size:0.9em;min-width:400px;max-width:100%}.post-content table th,.post-content table td{padding:12px 15px;border:1px solid #dcdcdc}@media (prefers-color-scheme: dark){.post-content table th,.post-content table td{border:1px solid #4e4e57}}@media (prefers-color-scheme: light){.post-content table th,.post-content table td{border:1px solid #dcdcdc}}[data-theme=dark] .post-content table th,[data-theme=dark] .post-content table td{border:1px solid #4e4e57}[data-theme=light] .post-content table th,[data-theme=light] .post-content table td{border:1px solid #dcdcdc}.post-content table thead tr{text-align:left;background-color:#dcdcdc;color:#222}@media (prefers-color-scheme: dark){.post-content table thead tr{background-color:#4e4e57;color:#7E9FBE}}@media (prefers-color-scheme: light){.post-content table thead tr{background-color:#dcdcdc;color:#222}}[data-theme=dark] .post-content table thead tr{background-color:#4e4e57;color:#7E9FBE}[data-theme=light] .post-content table thead tr{background-color:#dcdcdc;color:#222}.post-content table tbody tr{border:1px solid #dcdcdc}@media (prefers-color-scheme: dark){.post-content table tbody tr{border:1px solid #4e4e57}}@media (prefers-color-scheme: light){.post-content table tbody tr{border:1px solid #dcdcdc}}[data-theme=dark] .post-content table tbody tr{border:1px solid #4e4e57}[data-theme=light] .post-content table tbody tr{border:1px solid #dcdcdc} /*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json b/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json index 0a503be..1f7f053 100644 --- a/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json +++ b/resources/_gen/assets/scss/scss/main.scss_de1a7f5f1c8c46959803c429bb697ff0.json @@ -1 +1 @@ -{"Target":"main.5872a1e542d1f5b2da2546a914a1dbf24e047785bf21e45fe5d1345a9187e651.css","MediaType":"text/css","Data":{"Integrity":"sha256-WHKh5ULR9bLaJUapFKHb8k4Ed4W/IeRf5dE0WpGH5lE="}} \ No newline at end of file +{"Target":"main.cd9953cdddeac1263264b9cdf395498e4ef88a2f2fe0d17453ace410f31f1c8b.css","MediaType":"text/css","Data":{"Integrity":"sha256-zZlTzd3qwSYyZLnN85VJjk74ii8v4NF0U6zkEPMfHIs="}} \ No newline at end of file diff --git a/static/documentation/404.html b/static/documentation/404.html index 62507a9..0ca15ae 100644 --- a/static/documentation/404.html +++ b/static/documentation/404.html @@ -4,39 +4,26 @@ - - - - - - - - - - - - - @@ -44,9 +31,7 @@ - - @@ -105,8 +90,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/book.js b/static/documentation/book.js index 5e38636..d40440c 100644 --- a/static/documentation/book.js +++ b/static/documentation/book.js @@ -108,9 +108,12 @@ function playground_text(playground) { let text = playground_text(code_block); let classes = code_block.querySelector('code').classList; - let has_2018 = classes.contains("edition2018"); - let edition = has_2018 ? "2018" : "2015"; - + let edition = "2015"; + if(classes.contains("edition2018")) { + edition = "2018"; + } else if(classes.contains("edition2021")) { + edition = "2021"; + } var params = { version: "stable", optimize: "0", @@ -133,7 +136,15 @@ function playground_text(playground) { body: JSON.stringify(params) }) .then(response => response.json()) - .then(response => result_block.innerText = response.result) + .then(response => { + if (response.result.trim() === '') { + result_block.innerText = "No output"; + result_block.classList.add("result-no-output"); + } else { + result_block.innerText = response.result; + result_block.classList.remove("result-no-output"); + } + }) .catch(error => result_block.innerText = "Playground Communication: " + error.message); } @@ -151,12 +162,13 @@ function playground_text(playground) { if (window.ace) { // language-rust class needs to be removed for editable // blocks or highlightjs will capture events - Array - .from(document.querySelectorAll('code.editable')) + code_nodes + .filter(function (node) {return node.classList.contains("editable"); }) .forEach(function (block) { block.classList.remove('language-rust'); }); Array - .from(document.querySelectorAll('code:not(.editable)')) + code_nodes + .filter(function (node) {return !node.classList.contains("editable"); }) .forEach(function (block) { hljs.highlightBlock(block); }); } else { code_nodes.forEach(function (block) { hljs.highlightBlock(block); }); @@ -359,7 +371,14 @@ function playground_text(playground) { }); themePopup.addEventListener('click', function (e) { - var theme = e.target.id || e.target.parentElement.id; + var theme; + if (e.target.className === "theme") { + theme = e.target.id; + } else if (e.target.parentElement.className === "theme") { + theme = e.target.parentElement.id; + } else { + return; + } set_theme(theme); }); diff --git a/static/documentation/commands.html b/static/documentation/commands.html index 9a023fb..5a81b96 100644 --- a/static/documentation/commands.html +++ b/static/documentation/commands.html @@ -4,37 +4,25 @@ Commands - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/compatibility.html b/static/documentation/compatibility.html index a62eb14..5209ebe 100644 --- a/static/documentation/compatibility.html +++ b/static/documentation/compatibility.html @@ -4,37 +4,25 @@ Compatibility - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/configuration.html b/static/documentation/configuration.html index ec33d44..92ac2ee 100644 --- a/static/documentation/configuration.html +++ b/static/documentation/configuration.html @@ -4,37 +4,25 @@ Configuration - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/css/general.css b/static/documentation/css/general.css index 2cf347f..ef2ba50 100644 --- a/static/documentation/css/general.css +++ b/static/documentation/css/general.css @@ -12,6 +12,7 @@ html { color: var(--fg); background-color: var(--bg); text-size-adjust: none; + -webkit-text-size-adjust: none; } body { @@ -175,3 +176,7 @@ blockquote { margin: 5px 0px; font-weight: bold; } + +.result-no-output { + font-style: italic; +} diff --git a/static/documentation/css/variables.css b/static/documentation/css/variables.css index 9ff64d6..56b634b 100644 --- a/static/documentation/css/variables.css +++ b/static/documentation/css/variables.css @@ -67,7 +67,7 @@ --links: #2b79a2; - --inline-code-color: #c5c8c6;; + --inline-code-color: #c5c8c6; --theme-popup-bg: #141617; --theme-popup-border: #43484d; @@ -147,7 +147,7 @@ --links: #2b79a2; - --inline-code-color: #c5c8c6;; + --inline-code-color: #c5c8c6; --theme-popup-bg: #161923; --theme-popup-border: #737480; @@ -228,7 +228,7 @@ --links: #2b79a2; - --inline-code-color: #c5c8c6;; + --inline-code-color: #c5c8c6; --theme-popup-bg: #141617; --theme-popup-border: #43484d; diff --git a/static/documentation/index.html b/static/documentation/index.html index 1dff919..818be02 100644 --- a/static/documentation/index.html +++ b/static/documentation/index.html @@ -4,37 +4,25 @@ Introduction - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/installation.html b/static/documentation/installation.html index b3d43f9..9431419 100644 --- a/static/documentation/installation.html +++ b/static/documentation/installation.html @@ -4,37 +4,25 @@ Installation - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/introduction.html b/static/documentation/introduction.html index 530c4e3..dd85382 100644 --- a/static/documentation/introduction.html +++ b/static/documentation/introduction.html @@ -4,37 +4,25 @@ Introduction - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/keybindings-actions.html b/static/documentation/keybindings-actions.html index 236cc3c..77f9743 100644 --- a/static/documentation/keybindings-actions.html +++ b/static/documentation/keybindings-actions.html @@ -4,37 +4,25 @@ Actions - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/keybindings-examples.html b/static/documentation/keybindings-examples.html index a904aa4..3e5bdd3 100644 --- a/static/documentation/keybindings-examples.html +++ b/static/documentation/keybindings-examples.html @@ -4,37 +4,25 @@ Examples - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/keybindings-keys.html b/static/documentation/keybindings-keys.html index 789a196..b0abbba 100644 --- a/static/documentation/keybindings-keys.html +++ b/static/documentation/keybindings-keys.html @@ -4,37 +4,25 @@ Keys - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/keybindings-modes.html b/static/documentation/keybindings-modes.html index 475f83c..663f9ed 100644 --- a/static/documentation/keybindings-modes.html +++ b/static/documentation/keybindings-modes.html @@ -4,37 +4,25 @@ Modes - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/keybindings.html b/static/documentation/keybindings.html index 16c97af..6cc2c86 100644 --- a/static/documentation/keybindings.html +++ b/static/documentation/keybindings.html @@ -4,37 +4,25 @@ Configuring Keybindings - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/layouts-templates.html b/static/documentation/layouts-templates.html index 292af3a..56c8818 100644 --- a/static/documentation/layouts-templates.html +++ b/static/documentation/layouts-templates.html @@ -4,37 +4,25 @@ Templates - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/layouts.html b/static/documentation/layouts.html index e3c6e39..04b8085 100644 --- a/static/documentation/layouts.html +++ b/static/documentation/layouts.html @@ -4,37 +4,25 @@ Layouts - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/options.html b/static/documentation/options.html index 6c8575c..e1d1238 100644 --- a/static/documentation/options.html +++ b/static/documentation/options.html @@ -4,37 +4,25 @@ Options - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/overview.html b/static/documentation/overview.html index 1f73333..ea663da 100644 --- a/static/documentation/overview.html +++ b/static/documentation/overview.html @@ -4,37 +4,25 @@ Overview - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/plugin-other.html b/static/documentation/plugin-other.html index 24f125c..108cde6 100644 --- a/static/documentation/plugin-other.html +++ b/static/documentation/plugin-other.html @@ -4,37 +4,25 @@ Other Languages - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/plugin-overview.html b/static/documentation/plugin-overview.html index 04d851e..f3cfe32 100644 --- a/static/documentation/plugin-overview.html +++ b/static/documentation/plugin-overview.html @@ -4,37 +4,25 @@ Overview - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/plugin-rust.html b/static/documentation/plugin-rust.html index e91c0bf..26bf6d7 100644 --- a/static/documentation/plugin-rust.html +++ b/static/documentation/plugin-rust.html @@ -4,37 +4,25 @@ Rust - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/plugin-writing.html b/static/documentation/plugin-writing.html index e2f89ff..d88909e 100644 --- a/static/documentation/plugin-writing.html +++ b/static/documentation/plugin-writing.html @@ -4,37 +4,25 @@ Developing a Plugin - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/plugins.html b/static/documentation/plugins.html index b0b7483..510a5ce 100644 --- a/static/documentation/plugins.html +++ b/static/documentation/plugins.html @@ -4,37 +4,25 @@ Plugins - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - - diff --git a/static/documentation/print.html b/static/documentation/print.html index 9d4d136..33aa66c 100644 --- a/static/documentation/print.html +++ b/static/documentation/print.html @@ -4,39 +4,26 @@ Zellij User Guide - - - - - - - - - - - - - @@ -44,9 +31,7 @@ - - @@ -105,8 +90,7 @@
- - + -
- - - - - - - - - - diff --git a/static/documentation/searchindex.js b/static/documentation/searchindex.js index d5f9a18..297eee0 100644 --- a/static/documentation/searchindex.js +++ b/static/documentation/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["introduction.html#introduction","installation.html#installation","installation.html#rust---cargo","installation.html#binary-download","installation.html#compiling-zellij-from-source","installation.html#third-party-repositories","overview.html#overview","overview.html#default-configuration","commands.html#commands","commands.html#attach-session-name","commands.html#list-sessions","commands.html#kill-sessions-target-session","commands.html#kill-all-sessions","commands.html#options","commands.html#setup","commands.html#flags","configuration.html#configuration","options.html#options","keybindings.html#configuring-keybindings","keybindings.html#to-unbind-the-default-keybindings","keybindings.html#example","keybindings-modes.html#modes","keybindings-modes.html#normal","keybindings-modes.html#locked","keybindings-modes.html#pane","keybindings-modes.html#tab","keybindings-modes.html#resize","keybindings-modes.html#scroll","keybindings-modes.html#session","keybindings-keys.html#keys","keybindings-keys.html#char-character","keybindings-keys.html#alt-character","keybindings-keys.html#ctrl-character","keybindings-keys.html#f-1-12","keybindings-keys.html#backspace","keybindings-keys.html#left--right--up--down","keybindings-keys.html#home","keybindings-keys.html#end","keybindings-keys.html#pageup--pagedown","keybindings-keys.html#backtab","keybindings-keys.html#delete","keybindings-keys.html#insert","keybindings-keys.html#esc","keybindings-actions.html#actions","keybindings-actions.html#quit","keybindings-actions.html#detach","keybindings-actions.html#movepane-direction","keybindings-actions.html#switchtomode-inputmode","keybindings-actions.html#resize-direction","keybindings-actions.html#focusnextpane","keybindings-actions.html#focuspreviouspane","keybindings-actions.html#switchfocus","keybindings-actions.html#movefocus-direction","keybindings-actions.html#scrollup","keybindings-actions.html#scrolldown","keybindings-actions.html#pagescrollup","keybindings-actions.html#pagescrolldown","keybindings-actions.html#togglefocusfullscreen","keybindings-actions.html#togglepaneframes","keybindings-actions.html#toggleactivesynctab","keybindings-actions.html#toggletab","keybindings-actions.html#newpane-direction","keybindings-actions.html#closefocus","keybindings-actions.html#newtab-tablayout","keybindings-actions.html#gotonexttab","keybindings-actions.html#gotoprevioustab","keybindings-actions.html#closetab","keybindings-actions.html#gototab-index","keybindings-actions.html#run-cmd-path","keybindings-actions.html#write-bytes","keybindings-actions.html#writechars-characters","keybindings-examples.html#examples","keybindings-examples.html#prefix-example","themes.html#themes","layouts.html#layouts","layouts.html#example","layouts.html#creating-a-layout-file","layouts.html#parts-layout","layouts.html#direction-horizontal--vertical","layouts.html#split_size-percent-1-100--fixed-linescolumns","layouts.html#run-plugin-plugin--command-command","layouts.html#name-name-of-the-tab","layouts.html#session-session-configuration","layouts.html#focus-bool","layouts.html#configuration","layouts.html#further-examples","layouts-templates.html#layout-templates","plugins.html#plugins","plugin-overview.html#plugin-overview","plugin-writing.html#developing-a-plugin","plugin-rust.html#writing-a-plugin-in-rust","plugin-rust.html#getting-started","plugin-rust.html#installing-rust--zellij","plugin-rust.html#cloning-the-template-repository","plugin-rust.html#the-basic-structure-of-a-rust-plugin","plugin-rust.html#cargoconfigtoml","plugin-rust.html#cargotoml","plugin-rust.html#pluginyaml","plugin-rust.html#srcmainrs","plugin-rust.html#hello-zellij","plugin-rust.html#implementing-the-event-logger","plugin-rust.html#further-steps","plugin-other.html#writing-a-plugin-in-another-language","compatibility.html#compatibility","compatibility.html#issues","compatibility.html#known-issues","compatibility.html#the-status-bar-fonts-dont-render-correctly","compatibility.html#alt-button-mapping-on-darwin-systems","compatibility.html#pane-frame-title-has-issues-with-kitty","compatibility.html#mouse-issues","compatibility.html#clipboard-not-working"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":3,"title":1},"10":{"body":7,"breadcrumbs":3,"title":2},"100":{"body":792,"breadcrumbs":7,"title":3},"101":{"body":59,"breadcrumbs":6,"title":2},"102":{"body":101,"breadcrumbs":8,"title":4},"103":{"body":0,"breadcrumbs":2,"title":1},"104":{"body":4,"breadcrumbs":2,"title":1},"105":{"body":0,"breadcrumbs":3,"title":2},"106":{"body":17,"breadcrumbs":7,"title":6},"107":{"body":8,"breadcrumbs":6,"title":5},"108":{"body":9,"breadcrumbs":6,"title":5},"109":{"body":27,"breadcrumbs":3,"title":2},"11":{"body":9,"breadcrumbs":5,"title":4},"110":{"body":45,"breadcrumbs":3,"title":2},"12":{"body":7,"breadcrumbs":3,"title":2},"13":{"body":15,"breadcrumbs":2,"title":1},"14":{"body":36,"breadcrumbs":2,"title":1},"15":{"body":19,"breadcrumbs":2,"title":1},"16":{"body":67,"breadcrumbs":2,"title":1},"17":{"body":111,"breadcrumbs":3,"title":1},"18":{"body":109,"breadcrumbs":5,"title":2},"19":{"body":52,"breadcrumbs":6,"title":3},"2":{"body":21,"breadcrumbs":4,"title":2},"20":{"body":7,"breadcrumbs":4,"title":1},"21":{"body":16,"breadcrumbs":5,"title":1},"22":{"body":14,"breadcrumbs":5,"title":1},"23":{"body":32,"breadcrumbs":5,"title":1},"24":{"body":15,"breadcrumbs":5,"title":1},"25":{"body":15,"breadcrumbs":5,"title":1},"26":{"body":5,"breadcrumbs":5,"title":1},"27":{"body":7,"breadcrumbs":5,"title":1},"28":{"body":4,"breadcrumbs":5,"title":1},"29":{"body":13,"breadcrumbs":5,"title":1},"3":{"body":45,"breadcrumbs":4,"title":2},"30":{"body":6,"breadcrumbs":6,"title":2},"31":{"body":8,"breadcrumbs":6,"title":2},"32":{"body":8,"breadcrumbs":6,"title":2},"33":{"body":9,"breadcrumbs":7,"title":3},"34":{"body":2,"breadcrumbs":5,"title":1},"35":{"body":3,"breadcrumbs":8,"title":4},"36":{"body":2,"breadcrumbs":5,"title":1},"37":{"body":2,"breadcrumbs":5,"title":1},"38":{"body":3,"breadcrumbs":6,"title":2},"39":{"body":3,"breadcrumbs":5,"title":1},"4":{"body":6,"breadcrumbs":5,"title":3},"40":{"body":2,"breadcrumbs":5,"title":1},"41":{"body":2,"breadcrumbs":5,"title":1},"42":{"body":2,"breadcrumbs":5,"title":1},"43":{"body":6,"breadcrumbs":5,"title":1},"44":{"body":2,"breadcrumbs":5,"title":1},"45":{"body":5,"breadcrumbs":5,"title":1},"46":{"body":5,"breadcrumbs":6,"title":2},"47":{"body":20,"breadcrumbs":6,"title":2},"48":{"body":16,"breadcrumbs":6,"title":2},"49":{"body":8,"breadcrumbs":5,"title":1},"5":{"body":21,"breadcrumbs":5,"title":3},"50":{"body":8,"breadcrumbs":5,"title":1},"51":{"body":13,"breadcrumbs":5,"title":1},"52":{"body":18,"breadcrumbs":6,"title":2},"53":{"body":7,"breadcrumbs":5,"title":1},"54":{"body":7,"breadcrumbs":5,"title":1},"55":{"body":6,"breadcrumbs":5,"title":1},"56":{"body":6,"breadcrumbs":5,"title":1},"57":{"body":7,"breadcrumbs":5,"title":1},"58":{"body":6,"breadcrumbs":5,"title":1},"59":{"body":10,"breadcrumbs":5,"title":1},"6":{"body":33,"breadcrumbs":3,"title":1},"60":{"body":5,"breadcrumbs":5,"title":1},"61":{"body":32,"breadcrumbs":6,"title":2},"62":{"body":3,"breadcrumbs":5,"title":1},"63":{"body":17,"breadcrumbs":6,"title":2},"64":{"body":3,"breadcrumbs":5,"title":1},"65":{"body":3,"breadcrumbs":5,"title":1},"66":{"body":3,"breadcrumbs":5,"title":1},"67":{"body":4,"breadcrumbs":6,"title":2},"68":{"body":19,"breadcrumbs":7,"title":3},"69":{"body":5,"breadcrumbs":6,"title":2},"7":{"body":139,"breadcrumbs":4,"title":2},"70":{"body":5,"breadcrumbs":6,"title":2},"71":{"body":11,"breadcrumbs":5,"title":1},"72":{"body":921,"breadcrumbs":6,"title":2},"73":{"body":84,"breadcrumbs":3,"title":1},"74":{"body":51,"breadcrumbs":2,"title":1},"75":{"body":18,"breadcrumbs":2,"title":1},"76":{"body":50,"breadcrumbs":4,"title":3},"77":{"body":26,"breadcrumbs":3,"title":2},"78":{"body":5,"breadcrumbs":4,"title":3},"79":{"body":25,"breadcrumbs":7,"title":6},"8":{"body":16,"breadcrumbs":2,"title":1},"80":{"body":105,"breadcrumbs":6,"title":5},"81":{"body":17,"breadcrumbs":4,"title":3},"82":{"body":58,"breadcrumbs":4,"title":3},"83":{"body":91,"breadcrumbs":3,"title":2},"84":{"body":17,"breadcrumbs":2,"title":1},"85":{"body":14,"breadcrumbs":3,"title":2},"86":{"body":200,"breadcrumbs":4,"title":2},"87":{"body":42,"breadcrumbs":2,"title":1},"88":{"body":24,"breadcrumbs":4,"title":2},"89":{"body":24,"breadcrumbs":5,"title":2},"9":{"body":24,"breadcrumbs":4,"title":3},"90":{"body":32,"breadcrumbs":7,"title":3},"91":{"body":0,"breadcrumbs":6,"title":2},"92":{"body":33,"breadcrumbs":7,"title":3},"93":{"body":45,"breadcrumbs":7,"title":3},"94":{"body":14,"breadcrumbs":8,"title":4},"95":{"body":15,"breadcrumbs":5,"title":1},"96":{"body":37,"breadcrumbs":5,"title":1},"97":{"body":58,"breadcrumbs":5,"title":1},"98":{"body":60,"breadcrumbs":5,"title":1},"99":{"body":57,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"This is the documentation for the Zellij terminal workspace. For installing Zellij, see: Installation For configuring Zellij, see: Configuration For Operating System Compatibility and Known Issues, see: Compatibility For setting up layouts: Layouts For developing plugins: Plugins","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Currently Binaries are produced for both Linux and MacOS. However it is available in some public repositories.","breadcrumbs":"Introduction » Installation » Installation","id":"1","title":"Installation"},"10":{"body":"short: ls Will list all the names of currently running sessions.","breadcrumbs":"Commands » list-sessions","id":"10","title":"list-sessions"},"100":{"body":"That was pretty easy, so let's try to do something a bit more interesting! Let's subscribe to some Events by adding the following code to load(): fn load(&mut self) { subscribe(&[EventType::ModeUpdate]);\n} Code in load() is called once the first time your plugin is loaded. Aside from that, it's nothing special. Anything that you can do in the load() method should be possible from within the update() and render() methods as well. The subscribe() function is part of zellij-tile::prelude and sends a message to Zellij asking to be notified when certain Events occur. In this case, we're subscribing to ModeUpdate events. The documentation for Event tells us that a ModeUpdate contains the ModeInfo struct, which stores the current mode as well as some additional information. To actually handle these events, we'll need to add some code to our update() method: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { dbg!(mode_info.mode); }\n} Here we are checking for ModeUpdates and destructuring them to get the current mode. Currently, the dbg!() macro is being used to dump this information to stderr. If we want to actually see this debug info, we'll need to run our plugin slightly differently: cargo build\n# The 2> redirects stderr to dbg.log\nzellij -l plugin.yaml 2> dbg.log Do some faffing about in Zellij, changing modes a couple of times, then take a look at dbg.log: [src/main.rs:15] mode_info.mode = Normal\n[src/main.rs:15] mode_info.mode = Pane\n[src/main.rs:15] mode_info.mode = Tab\n[src/main.rs:15] mode_info.mode = Resize\n[src/main.rs:15] mode_info.mode = Scroll\n[src/main.rs:15] mode_info.mode = Locked\n[src/main.rs:15] mode_info.mode = Normal Excellent! It looks like our plugin is receiving mode updates! If you'd like to see these sorts of logs live, try opening a second terminal and running tail -f dbg.log. The next thing to do is properly store a log of events and print them to the screen. Let's start by tweaking our State struct: use std::collections::VecDeque; #[derive(Default)]\nstruct State { log: VecDeque,\n} We've gone with a VecDeque so that we can efficiently push Strings to the front of log and so we can show off how easy it is to use standard library components from within a plugin. Let's change the update() method again to grow our log: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front(mode); }\n} Recall that the {:?} format specifier simply debug-prints a value and that log.push_front(mode) adds a mode String to the front of our log messages. Finally, let's update render() to print out all of our log messages: fn render(&mut self, rows: usize, cols: usize) { for mode in &self.log { println!(\"Mode: {}\", mode); }\n} Let's give things a run with cargo build && zellij -l plugin.yaml and test it out! Our Plugin Excellent! You should notice that, as you cycle through different modes in Zellij, that those updates are being logged on-screen. This is a good start, but no logger is complete without storing timestamps! Let's import the chrono crate for working with time. First we'll need to add it to our Cargo.toml: [package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\"\nchrono = \"0.4\" Quite a few Rust libraries can compile to WebAssembly without any issue – this is one of them! Let's import it and update State to store timestamps: use chrono::{DateTime,Local}; #[derive(Default)]\nstruct State { log: VecDeque<(String, DateTime)>,\n} Next we'll need to actually store these timestamps in update(): fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); // Local::now() gets the current time and date self.log.push_front((mode, Local::now())); }\n} Finally, we can render() the timestamps to the screen: fn render(&mut self, rows: usize, cols: usize) { for (mode, time) in &self.log { println!(\"Mode: {} ({})\", mode, time.format(\"%T\")); }\n} The different options for time.format() can be found in the chrono::format::strftime module; %T shows the time in HH:MM:SS format. Finally, let's test this out! Our Plugin It looks like getting the time is working perfectly! Unfortunately, because our different mode names are different lengths, it looks a bit messy at the moment. Luckily, every time that render() is called, it passes the size of plugin pane. Let's use the cols value to right-align the timestamp: fn render(&mut self, _rows: usize, cols: usize) { for (mode, time) in &self.log { let mode = format!(\"Mode: {}\", mode); let time = time.format(\"%T\").to_string(); let padding = \" \".repeat(cols - mode.len() - time.len()); println!(\"{}{}{}\", mode, padding, time); }\n} By separately storing the left-aligned mode String and the right-aligned timestamp, we can calculate (using cols) exactly how much padding we need to fill the screen. Once we've done that, it's just a matter of printing the left half, the padding, then the right half. If we run this code, we now get the much nicer: Our Plugin Try resizing your terminal window or the plugin pane and watch how things stay properly justified! As a final step, let's add a couple of commands that allow the user to clear their history or save their log to a file. To do this, we'll need our plugin to receive KeyPress events: fn load(&mut self) { subscribe(&[EventType::ModeUpdate, EventType::KeyPress]);\n} Now we can expand update() to handle ModeUpdate and KeyPress events. Let's make Ctrl-L the command for clearing the logs: fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), _ => (), }\n} When matching against KeyPress events, you might find it helpful to explore the zellij_tile::Key enum. Also note that we need the catch-all case _ => () because, even though we've only subscribed to the ModeUpdate and KeyPress events, the Rust compiler on its own can't guarantee that only those events will be passed to update(). Let's try running this, changing modes a couple of times, then pressing Ctrl-L: Our Plugin Incredibly blank! Nicely done! As one final feature, we'll dump a log of the captured events to mode-log.txt when Ctrl-W is pressed: use std::{fs::File, io::Write}; // ... snip ... fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), Event::KeyPress(Key::Ctrl('w')) => { if let Ok(mut f) = File::create(\"mode-log.txt\") { for (mode, time) in self.log.iter().rev() { writeln!(f, \"{}: Entered {} Mode\", time.format(\"%c\"), mode).unwrap(); } } } _ => (), }\n} A couple of new things here, but all of them are vanilla Rust – nothing changes when writing a plugin! File::create(\"mode-log.txt\") is just normal code for creating a file named mode-log.txt in the current directory. After the file is created, we're again looping through all of the log events and writing them out (but this time to a file!). The format of the log file is also a bit different from the log we show on-screen. First of all, we're writing things to the log file in chronological order (that's why we're reversing our log with self.log.iter().rev()), and we've also changed to a more verbose timestamp. The %c should look something like this: Tue Apr 20 10:21:02 2021. Let's run Zellij again, change some modes, then press Ctrl-W: Our Plugin We can then look at mode-log.txt, which should look something like this: Tue Apr 20 10:20:40 2021: Entered Normal Mode\nTue Apr 20 10:20:46 2021: Entered Pane Mode\nTue Apr 20 10:20:50 2021: Entered Tab Mode\nTue Apr 20 10:20:53 2021: Entered Resize Mode\nTue Apr 20 10:20:57 2021: Entered Scroll Mode\nTue Apr 20 10:21:00 2021: Entered Locked Mode\nTue Apr 20 10:21:02 2021: Entered Normal Mode And that's all, folks! The full code for this example can be found in the rust-plugin-example repository.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Implementing the Event Logger","id":"100","title":"Implementing the Event Logger"},"101":{"body":"There are a lot of ways that this plugin could be improved! Here are a couple of the things that you might want to try implementing if you're looking for the extra practice: Support for scrolling :: you'll need to use rows and save a cursor position in State Make it pretty :: our default plugins use the colored crate for fancy formatting Make it more stable :: if you make the logger pane too small, the plugin will crash! Add a help bar :: there is currently no UI telling the user about the clear and save features Have fun, and don't hesitate to get in touch if you find any bugs or would like some guidance :)","breadcrumbs":"Plugins » Developing a Plugin » Rust » Further Steps","id":"101","title":"Further Steps"},"102":{"body":"This page is very much a work in progress! If you're familiar with WASM and Rust, then understanding the zellij-tile library is a great place to start. In short, Zellij expects your WASI module to export three functions: main() :: called once on plugin load update() :: called after event subscriptions are triggered render(i32, i32) :: called when the plugin needs to be rendered The render(i32, i32) function is passed the size of the plugin pane, first the rows, then the columns – e.g. render(rows, cols). Complex types are sent over stdin as JSON objects. Before update() is called, Zellij writes an event to the plugin's stdin that can be read back in the update() function. Host functions, for communicating with Zellij, are best documented by the extern section of zellij-tile::shim and are found in a WASM module named zellij. Help Add More Language Guides! If you'd like to contribute, either drop us a line on Discord or open a PR improving these docs !","breadcrumbs":"Plugins » Developing a Plugin » Other Languages » Writing a Plugin in Another Language","id":"102","title":"Writing a Plugin in Another Language"},"103":{"body":"","breadcrumbs":"Compatibility » Compatibility","id":"103","title":"Compatibility"},"104":{"body":"Please report issues here.","breadcrumbs":"Compatibility » Issues","id":"104","title":"Issues"},"105":{"body":"","breadcrumbs":"Compatibility » Known Issues","id":"105","title":"Known Issues"},"106":{"body":"This most likely is caused by a missing character in the font. Fonts from nerdfonts can fix this problem. Some Options: Package Manager Name apt fonts-powerline nix nerdfonts","breadcrumbs":"Compatibility » The status bar fonts don't render correctly:","id":"106","title":"The status bar fonts don't render correctly:"},"107":{"body":"This can be mitigated individually on a terminal emulator level, some inspiration can be found here .","breadcrumbs":"Compatibility » Alt button mapping on darwin systems:","id":"107","title":"Alt button mapping on darwin systems:"},"108":{"body":"This sadly seems to be an issue that can not be mitigated easily, more information can be found here .","breadcrumbs":"Compatibility » Pane frame title has issues with kitty:","id":"108","title":"Pane frame title has issues with kitty:"},"109":{"body":"If mouse_mode is turned on zellij handles these events, zellij provides an escape mechanism in the form of the SHIFT Key, once it is pressed zellij lets the terminal handle selection, clicking on links, copying, scrolling. More information can be found here","breadcrumbs":"Compatibility » Mouse issues:","id":"109","title":"Mouse issues:"},"11":{"body":"short: k Will kill the session with the name of [target-session], if it is currently running.","breadcrumbs":"Commands » kill-sessions [target-session]","id":"11","title":"kill-sessions [target-session]"},"110":{"body":"This is a known problem which mostly occurs in specific terminal emulators under Linux/OS X such as GNOMEs default Terminal, terminator, and more. A workaround for this was added in zellij > 0.24.0 and enables the user to specify a custom command that copies selected text to the system clipboard. Refer to lines containing \"copy_command\" from the output of zellij setup --dump-config. For technical background, refer to this issue and this merge request","breadcrumbs":"Compatibility » Clipboard not working:","id":"110","title":"Clipboard not working:"},"12":{"body":"short: ka Will prompt the user to kill all running sessions.","breadcrumbs":"Commands » kill-all-sessions","id":"12","title":"kill-all-sessions"},"13":{"body":"Can be used to change the behaviour of zellij on startup. Will supercede options defined in the config file. To see a list of options look here .","breadcrumbs":"Commands » options","id":"13","title":"options"},"14":{"body":"Functionality to help with the setup of zellij. Flag Description --check Checks the configuration --clean Start with default configuration --dump-config Dump the default configuration file to stdout --dump-layout [LAYOUT] Dump a specified default layout file to stdout --generate-completions [SHELL] Generate completions for the specified shell","breadcrumbs":"Commands » setup","id":"14","title":"setup"},"15":{"body":"These flags can be invoked with zellij --flag. Flag Description --help Display the help prompt --debug Gather additional debug information --version Print version information","breadcrumbs":"Commands » Flags","id":"15","title":"Flags"},"16":{"body":"By default Zellij will look for config.yaml in the config directory. Quickstart: mkdir ~/.config/zellij\nzellij setup --dump-config > ~/.config/zellij/config.yaml The default config directory order is as follows: --config-dir flag ZELLIJ_CONFIG_DIR env variable $HOME/.config/zellij default location Linux: /home/alice/.config/zellij Mac: /Users/Alice/Library/Application Support/org.Zellij-Contributors.Zellij system location (/etc/zellij) In order to pass a config file directly to zellij: zellij --config [FILE] or use the ZELLIJ_CONFIG_FILE environment variable. To start without loading configuration from default directories: zellij options --clean To show the current default configuration: zellij setup --dump-config","breadcrumbs":"Configuration » Configuration","id":"16","title":"Configuration"},"17":{"body":"You can make use of these options either by invoking zellij with zellij options [OPTION] or binding them in the configuration file. Eg. zellij options --simplified-ui true is equivalent to simplified_ui: true in the config file. Option Config Default Description default-mode default_mode normal The first mode on startup. default-shell default_shell $SHELL The default shell. mouse-mode mouse_mode true Enable mouse mode. disable-mouse-mode - false Disable mouse mode. simplified-ui simplified_ui false Request the Plugins to use a more compatible ui. pane-frames pane_frames true Display frames around the panes. no-pane-frames - false Disable display of frames around the panes. on-force-close on_force_close detach What to do when receiving a SIGTERM, SIGINT, SIGQUIT or SIGHUP. theme theme default Switch to a theme configured under the themes section. scroll-buffer-size scroll_buffer_size 10000 The number of lines zellij stores for each pane in the scroll back buffer.","breadcrumbs":"Configuration » Options » Options","id":"17","title":"Options"},"18":{"body":"Zellij comes with a default set of keybindings that try to fit as many different users and use cases while trying to maximize comfort for everyone. It is possible to add to these defaults or even override them with an external configuration. For more information about the file, see Configuration . The structure of the keybinds section of the file is as follows: keybinds: normal: - action: [] key: [] Under the main keybinds section one can list the new bindings they'd like to add grouped under the different Modes (normal in this example). The action is a sequence of one or more instructions sent to Zellij through this keybinding. The key is a list of one or more keys, any one of them alone would trigger the sequence of actions. For example: keybinds: normal: - action: [ NewTab, GoToTab: 1,] key: [ Char: 'c',] Will create a new tab and then switch to tab number 1 on pressing the c key. Whereas: keybinds: normal: - action: [ NewTab,] key: [ Char: 'c', Char: 'd',] Will create a new tab on pressing either the c or the d key.","breadcrumbs":"Configuration » Configuring Keybindings » Configuring Keybindings","id":"18","title":"Configuring Keybindings"},"19":{"body":"The default keybinds can be unbound either for a specific mode, or for every mode. It supports either a list of keybinds, or a bool indicating that every keybind should be unbound: keybinds: unbind: true Will unbind every default binding. keybinds: unbind: [ Ctrl: 'p'] Will unbind every default ^P binding for each mode. keybinds: normal: - unbind: true Will unbind every default keybind for the normal mode. keybinds: normal: - unbind: [ Alt: 'n', Ctrl: 'g'] Will unbind every default keybind for n and ^g for the normal mode.","breadcrumbs":"Configuration » Configuring Keybindings » To unbind the default Keybindings","id":"19","title":"To unbind the default Keybindings"},"2":{"body":"For instructions on how to install Cargo see here: Once installed run: cargo install zellij If experiencing errors, if installed through rustup, please try running: rustup update","breadcrumbs":"Introduction » Installation » Rust - Cargo","id":"2","title":"Rust - Cargo"},"20":{"body":"This configuration can be used to configure Zellij's default keybindings: default.yaml","breadcrumbs":"Configuration » Configuring Keybindings » Example","id":"20","title":"Example"},"21":{"body":"The Zellij keybindings are grouped into different modes, which are a logical separation meant to reduce the mental overhead and allow to duplicate shortcuts in different situations.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » Modes","id":"21","title":"Modes"},"22":{"body":"This is the default mode Zellij starts with. By default it provides the ability to switch to different modes, as well as some quick navigation shortcuts.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » normal","id":"22","title":"normal"},"23":{"body":"This mode \"locks\" the interface, disabling all keybindings except one that would switch to \"normal\" mode (ctrl-g by default). It is intended to give users a workaround in case one of the default keybindings overrides something they use in their terminal. (eg. ctrl-r for reverse history search in bash).","breadcrumbs":"Configuration » Configuring Keybindings » Modes » locked","id":"23","title":"locked"},"24":{"body":"This mode includes instructions that manipulate the different panes. Eg. adding new panes, closing panes and moving the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » pane","id":"24","title":"pane"},"25":{"body":"This mode includes instructions that manipulate the different tabs. Eg. adding new tabs, closing tabs and moving the active tab.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » tab","id":"25","title":"tab"},"26":{"body":"This mode allows the resizing of the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » resize","id":"26","title":"resize"},"27":{"body":"This mode allows scrolling up/down within the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » scroll","id":"27","title":"scroll"},"28":{"body":"This mode allows detaching from a session.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » session","id":"28","title":"session"},"29":{"body":"These are the possible keys and key combinations one can set in the Keybindings configuration . For more information, please see: https://docs.rs/termion/1.5.6/termion/event/enum.Key.html","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Keys","id":"29","title":"Keys"},"3":{"body":"Binaries are made available each release for the Linux and MacOS operating systems. It is possible to download the binaries for these on the release page. Once downloaded, untar the file: tar -xvf zellij*.tar.gz check for the execution bit: chmod +x zellij and then execute Zellij: ./zellij Include the directory Zellij is in, in your PATH Variable if you wish to be able to execute it anywhere. 'Or' move Zellij to a directory already included in your [$PATH] Variable.","breadcrumbs":"Introduction » Installation » Binary Download","id":"3","title":"Binary Download"},"30":{"body":"A single character with no modifier, eg. Char: f","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Char: ","id":"30","title":"Char: "},"31":{"body":"A single character preceded by the Alt modifier, eg. Alt: f.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Alt: ","id":"31","title":"Alt: "},"32":{"body":"A single character preceded by the Ctrl modifier, eg. Ctrl: f.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Ctrl: ","id":"32","title":"Ctrl: "},"33":{"body":"One of the F characters (usually at the top of the keyboard). eg. F: 11","breadcrumbs":"Configuration » Configuring Keybindings » Keys » F: <1-12>","id":"33","title":"F: <1-12>"},"34":{"body":"The Backspace key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Backspace","id":"34","title":"Backspace"},"35":{"body":"The arrow keys on the keyboard.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Left / Right / Up / Down","id":"35","title":"Left / Right / Up / Down"},"36":{"body":"The home key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Home","id":"36","title":"Home"},"37":{"body":"The End key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » End","id":"37","title":"End"},"38":{"body":"The PageUp or PageDown keys.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » PageUp / PageDown","id":"38","title":"PageUp / PageDown"},"39":{"body":"The backward Tab key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » BackTab","id":"39","title":"BackTab"},"4":{"body":"Instructions on how to compile Zellij from source can be found here .","breadcrumbs":"Introduction » Installation » Compiling Zellij From Source","id":"4","title":"Compiling Zellij From Source"},"40":{"body":"The delete key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Delete","id":"40","title":"Delete"},"41":{"body":"The insert key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Insert","id":"41","title":"Insert"},"42":{"body":"The Esc key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Esc","id":"42","title":"Esc"},"43":{"body":"These are the actions that can be assigned to key sequences when configuring keybindings .","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Actions","id":"43","title":"Actions"},"44":{"body":"Quit Zellij.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Quit","id":"44","title":"Quit"},"45":{"body":"Detach from the currently running Zellij session.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Detach","id":"45","title":"Detach"},"46":{"body":"Move the currently focused pane in a direction.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MovePane: ","id":"46","title":"MovePane: "},"47":{"body":"Switch to the specified input mode . The mode should be capitalized, eg. SwitchToMode: Normal. Note that there's a \"hidden\" mode called RenameTab which can be used in order to trigger the renaming of a tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchToMode: ","id":"47","title":"SwitchToMode: "},"48":{"body":"Resize focused pane in the specified direction. Direction should be one of Left, Right, Up, Down, Increase, or Decrease. Example: Resize: Down","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Resize: ","id":"48","title":"Resize: "},"49":{"body":"Switch focus to next pane to the right or below if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusNextPane","id":"49","title":"FocusNextPane"},"5":{"body":"Zellij is packaged in some third part repositories. Please keep in mind that they are not directly affiliated with zellij maintainers: Packaging status More information about third party installation can be found here .","breadcrumbs":"Introduction » Installation » Third party repositories","id":"5","title":"Third party repositories"},"50":{"body":"Switch focus to next pane to the left or above if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusPreviousPane","id":"50","title":"FocusPreviousPane"},"51":{"body":"Switch focus to pane with the next ID (this is mostly left around for legacy support, FocusNextPane or FocusPreviousPane should be preferred).","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchFocus","id":"51","title":"SwitchFocus"},"52":{"body":"Move focus to the pane with the greatest overlap with the current pane in the specified direction. Direction should be one of Left, Right, Up or Down. eg. MoveFocus: Left","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MoveFocus: ","id":"52","title":"MoveFocus: "},"53":{"body":"Scroll up 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollUp","id":"53","title":"ScrollUp"},"54":{"body":"Scroll down 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollDown","id":"54","title":"ScrollDown"},"55":{"body":"Scroll up one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollUp","id":"55","title":"PageScrollUp"},"56":{"body":"Scroll down one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollDown","id":"56","title":"PageScrollDown"},"57":{"body":"Toggle between fullscreen focus pane and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleFocusFullscreen","id":"57","title":"ToggleFocusFullscreen"},"58":{"body":"Toggle between pane frames and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » TogglePaneFrames","id":"58","title":"TogglePaneFrames"},"59":{"body":"Toggle between sending text commands to all panes on the current tab and just the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleActiveSyncTab","id":"59","title":"ToggleActiveSyncTab"},"6":{"body":"Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer. Zellij has a native layout and plugin system. To understand Zellij a little bit better, let us take a look at the default configuration.","breadcrumbs":"Introduction » Overview » Overview","id":"6","title":"Overview"},"60":{"body":"Switch between the most recently used tabs.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleTab","id":"60","title":"ToggleTab"},"61":{"body":"Open a new pane in the specified direction (relative to focus). If no direction is specified, will try to use the biggest available space. Direction should be one of Left, Right, Up or Down. Specifying no direction should be done by introducing a space character (this is a bug and should be fixed). eg. NewPane: Left or NewPane:","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewPane: ","id":"61","title":"NewPane: "},"62":{"body":"Close the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseFocus","id":"62","title":"CloseFocus"},"63":{"body":"Create a new tab. Optionally with the provided tab-layout. Example: NewTab: or NewTab: { direction: Vertical, parts: [ direction: Vertical, direction: Horizontal, ],}","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewTab: ","id":"63","title":"NewTab: "},"64":{"body":"Go to the next tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToNextTab","id":"64","title":"GoToNextTab"},"65":{"body":"Go to the previous tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToPreviousTab","id":"65","title":"GoToPreviousTab"},"66":{"body":"Close the current tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseTab","id":"66","title":"CloseTab"},"67":{"body":"Go to the tab of the specified index.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToTab: ","id":"67","title":"GoToTab: "},"68":{"body":"Run the specified command in a new pane. A comma separated list of arguments, or the split direction is optional: Run: {cmd: , args: [ARGS], direction: }","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Run: {cmd: }","id":"68","title":"Run: {cmd: }"},"69":{"body":"Write the specified bytes in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Write: [bytes]","id":"69","title":"Write: [bytes]"},"7":{"body":"Default layout The default configuration consists of: The tab-bar plugin. It shows current tabs that are in use as well as the session name. The pane, in which the default shell is started. The title the shell sets can be seen in the upper left corner of the pane. The status-bar plugin. It gives an overview over current default keybindings, since Zellij is modal it can show hints based on modes it currently resides in. To dive deeper in to how the layout-template that is behind the default layout works, consider checking out the relevant section . Let's open a new tab and then a couple panes inside that new tab: Ctrl + t n Ctrl + p n r Return The status-bar should have guided us through: Status tab 1 Status tab 2 And this is our current state: Default state 1 Zellij doesn't need a terminal to keep commands running, because it uses a client and server system. Let us disconnect and reconnect to the same session now: Ctrl + o d Status tab 3 If only one server session is running in the background zellij can restore the connection automatically, if not then we need a specific session name. We can get the name in the following way: zellij list-sessions And now we reattach to the currently running session: zellij attach hilarious-kitty","breadcrumbs":"Introduction » Overview » Default Configuration","id":"7","title":"Default Configuration"},"70":{"body":"Write the specified characters in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » WriteChars: ","id":"70","title":"WriteChars: "},"71":{"body":"Zellij's keybindings can be configured to behave in multiple ways. Here are example configurations to possibly inspire you.","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Examples","id":"71","title":"Examples"},"72":{"body":"This certain example works as if it had a prefix key. Zellij starts in locked mode and only the prefix key switches to normal mode, from then on it is possible to have a layer of shortcuts, or more special modes to switch to. Eg: Open a pane: ^b - n Open a pane to the right: ^b - p - r Open a tab: ^b - N Open multiple tabs: ^b - t - N - n Switch to a specific pane or tab: ^b - h/j/k/l Switch to a specific tab: ^b - 1 Resize: ^b - r - h/j/k/l Fullscreen: ^b - p - f Send the prefix key (^b): ^b - b Detach the session: ^b - o - d Quit zellij: ^b - ^q Here is one possible example of that: default_mode: locked\nkeybinds: unbind: true # the prefix key ^b locked: - action: [SwitchToMode: Normal,] key: [Ctrl: 'b',] normal: # send the prefix-key ^b on pressing b in normal mode # then switch back to locked mode - action: [Write: [2,], SwitchToMode: Locked] key: [Char: 'b'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: ' ', Char: \"\\n\"] - action: [SwitchToMode: Pane,] key: [Char: 'p',] - action: [SwitchToMode: Resize,] key: [Char: 'r',] - action: [SwitchToMode: Tab,] key: [Char: 't',] - action: [SwitchToMode: Scroll,] key: [Char: 's',] - action: [Quit,] key: [Ctrl: 'q',] - action: [NewPane: , SwitchToMode: Locked, ] key: [ Alt: 'n',] - action: [NewTab: , SwitchToMode: Locked, ] key: [ Char: 'N',] - action: [NewPane: , SwitchToMode: Locked,] key: [ Char: 'n',] - action: [MoveFocusOrTab: Left,] key: [ Char: 'h', Alt: 'h' ] - action: [MoveFocusOrTab: Right,] key: [ Char: 'l', Alt: 'l',] - action: [MoveFocus: Down,] key: [ Char: 'j', Alt: 'j',] - action: [MoveFocus: Up,] key: [ Char: 'k', Alt: 'k',] - action: [FocusPreviousPane,] key: [ Char: '[', Alt: '['] - action: [FocusNextPane,] key: [ Char: ']', Alt: '['] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: '-',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: '\\',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] resize: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit] key: [Ctrl: 'q'] - action: [Resize: Left,] key: [Char: 'h', Left, ] - action: [Resize: Down,] key: [Char: 'j', Down, ] - action: [Resize: Up,] key: [Char: 'k', Up, ] - action: [Resize: Right,] key: [Char: 'l', Right, ] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] pane: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Normal,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [SwitchFocus,] key: [Char: 'p'] - action: [NewPane: , SwitchToMode: Locked,] key: [Char: 'n', Alt: 'n',] - action: [NewPane: ,] key: [Char: 'N', ] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: 'd',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: 'r',] - action: [TogglePaneFrames, SwitchToMode: Locked,] key: [Char: 'z',] - action: [TogglePaneFrames,] key: [Char: 'Z',] - action: [NewPane: Down,] key: [Char: 'D',] - action: [NewPane: Right,] key: [Char: 'R',] - action: [CloseFocus, SwitchToMode: Locked,] key: [Char: 'x',] - action: [CloseFocus,] key: [Char: 'X',] - action: [ToggleFocusFullscreen, SwitchToMode: Locked,] key: [Char: 'f',] - action: [ToggleFocusFullscreen,] key: [Char: 'F',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] tab: - action: [SwitchToMode: Normal,] key: [Ctrl: 't'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [SwitchToMode: RenameTab, TabNameInput: [0],] key: [Char: 'r'] - action: [Quit,] key: [Ctrl: 'q',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] - action: [GoToPreviousTab,] key: [ Char: 'h',] - action: [GoToNextTab,] key: [ Char: 'l',] - action: [GoToNextTab,] key: [ Char: 'j',] - action: [GoToPreviousTab,] key: [ Char: 'k',] - action: [NewTab: ,] key: [ Char: 'n',] - action: [CloseTab,] key: [ Char: 'x',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] scroll: - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Ctrl: 's', Char: ' ', Char: \"\\n\",] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Normal,] key: [Ctrl: 's',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [Quit,] key: [Ctrl: 'q',] - action: [ScrollDown,] key: [Char: 'j', Down,] - action: [ScrollUp,] key: [Char: 'k', Up,] - action: [PageScrollDown,] key: [Ctrl: 'f', PageDown,] - action: [PageScrollUp,] key: [Ctrl: 'b', PageUp,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] renametab: - action: [SwitchToMode: Normal,] key: [Ctrl: 'r'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Ctrl: 's', Char: ' ',] - action: [SwitchToMode: Tab,] key: [Char: \"\\n\",] - action: [TabNameInput: [27] , SwitchToMode: Tab,] key: [Esc,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] session: - action: [SwitchToMode: Normal,] key: [Ctrl: 'o'] - action: [SwitchToMode: Resize,] key: [Ctrl: 'r',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [Detach,] key: [Char: 'd',]","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Prefix Example","id":"72","title":"Prefix Example"},"73":{"body":"You can specify a color theme, that will be picked up by zellij in the following way: themes: default: fg: [0,0,0] bg: [0,0,0] black: [0,0,0] gray: [0,0,0] red: [0,0,0] green: [0,0,0] yellow: [0,0,0] blue: [0,0,0] magenta: [0,0,0] cyan: [0,0,0] white: [0,0,0] orange: [0,0,0] for truecolor, or: themes: default: fg: 0 bg: 0 black: 0 gray: 0 red: 0 green: 0 yellow: 0 blue: 0 magenta: 0 cyan: 0 white: 0 orange: 0 for 256 color. If the theme is called default, then zellij will pick it on startup. To specify a different theme, run zellij with: zellij options --theme [NAME] or put the name in the configuration file with theme: [NAME].","breadcrumbs":"Configuration » Themes » Themes","id":"73","title":"Themes"},"74":{"body":"Layouts are yaml configuration files which Zellij can load on startup. These files can describe a layout of terminal panes and plugins that Zellij will create when it loads. To load a layout with Zellij: zellij --layout-path /path/to/your/layout_file.yaml By default Zellij will load the default.yaml layout, that is found in the layout directory (by default a subdirectory of the config directory [config/layouts]). Falling back to an internal default layout, if not found. Layouts residing in the default directory can be accessed as follows: zellij --layout [layout_name]","breadcrumbs":"Layouts » Layouts","id":"74","title":"Layouts"},"75":{"body":"This file: ---\ntabs: - direction: Vertical parts: - direction: Horizontal parts: - direction: Vertical - direction: Vertical - direction: Horizontal Will instruct Zellij to create this layout: ┌─────┬─────┐\n│ │ │\n├─────┤ │\n│ │ │\n└─────┴─────┘","breadcrumbs":"Layouts » Example","id":"75","title":"Example"},"76":{"body":"A layout file is a nested tree structure. Each node describes either a pane, or a space in which its parts (children) will be created. The layout file is divided in to two sections: templates and tabs. The templates describe the structure of the layout and what part of the ui should be tab agnostic. The tabs describe which part of the layout should be tab specific. For this mechanism the templates make use of an extra attribute called body, if it is specified each single tab will be inserted in to the template and then started by zellij.","breadcrumbs":"Layouts » Creating a layout file","id":"76","title":"Creating a layout file"},"77":{"body":"Layouts are composed through the optional parts section, if a layout has a non empty parts section it is a node that is split up into these respective parts. Example: parts: - direction: Vertical - direction: Vertical Each node has the following fields:","breadcrumbs":"Layouts » parts: ","id":"77","title":"parts: "},"78":{"body":"If the node has children, they will be created as splits in this direction.","breadcrumbs":"Layouts » direction: Horizontal / Vertical","id":"78","title":"direction: Horizontal / Vertical"},"79":{"body":"This indicates either a percentage of the node's parent's space or a fixed size of columns/rows from its parent's space. By default the splits are proportional. Example: parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical split_size: Percent: 50","breadcrumbs":"Layouts » split_size: Percent: <1-100> / Fixed: ","id":"79","title":"split_size: Percent: <1-100> / Fixed: "},"8":{"body":"These commands can be invoked with zellij [SUBCOMMAND]. For more details, each subcommand has its own help section when run with the --help flag (zellij [SUBCOMMAND] --help).","breadcrumbs":"Commands » Commands","id":"8","title":"Commands"},"80":{"body":"This is an optional instruction to either run a command, or a plugin. If indicated, instead of loading the default shell in a terminal pane, the run action will be executed. plugin: This is an optional path to a compiled Zellij plugin. If indicated, instead of loading a terminal, this plugin will be loaded. For more information, please see the plugin documentation of this guide. In case the plugin resides in the plugin directory, specifying the name of the plugin is sufficient. Example: run: plugin: location: \"zellij:status-bar\" _allow_exec_host_cmd: false # Optional and false by default For more information, please see the plugin documentation of this guide. The _allow_exec_host_cmd is preliminary and allows plugins to run commands on the host system, if the plugins need that functionality the user can opt in to it. command: {cmd: , args: } This is an optional path to a command. If indicated, instead of loading a pane with the default shell, this command will be executed. Optionally it's arguments can be passed as a vector of strings. Example: run: command: {cmd: htop, args: [\"-C\"]}","breadcrumbs":"Layouts » run: plugin: / command: ","id":"80","title":"run: plugin: / command: "},"81":{"body":"This is an optional command that can be used to name the tab in the tab layout section. Example: tabs: - name: \"\" This is currently limited to the tabs section.","breadcrumbs":"Layouts » name: ","id":"81","title":"name: "},"82":{"body":"This is an optional configuration option that can be used to modify the session behavior of the layout. Current options include: session: name: \"zellij\" # a string, that names the session attach: true # default `true`. If session exists, re-attach. Example: session: name: \"zellij\" Adding this to the layout would name the session zellij and upon loading the layout again will try to attach to an existing session that is called zellij. If the attach configuration is false, then zellij will show an error message on trying to create the layout, if the layout name already exists.","breadcrumbs":"Layouts » session: ","id":"82","title":"session: "},"83":{"body":"This is an optional configuration option that can be used to specify the initial focus of the tab or pane. This option is not set by default. So, every tab and pane basically focus the first target. Example one: tabs:\n- direction: Vertical\n- direction: Vertical focus: true # focus second tab. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50 If the option is duplicated, the first declared focus has priority. This applies to both tab and pane. Example two: tabs:\n- direction: Vertical focus: true # [duplicated] focus first tab. - direction: Vertical focus: true # [duplicated] ignored. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50\n- direction: Vertical","breadcrumbs":"Layouts » focus: ","id":"83","title":"focus: "},"84":{"body":"The layout supports all the configuration options from the Configuration page. If an option is specified in a layout, it has precedence over the config file itself. Example: default_shell: fish","breadcrumbs":"Layouts » configuration","id":"84","title":"configuration"},"85":{"body":"Please take a look at the default layouts that come with Zellij, or the layouts that reside in the example directory for more complete layouts.","breadcrumbs":"Layouts » Further examples","id":"85","title":"Further examples"},"86":{"body":"The templates section of the layout file describes the structure of the layout. To understand how it works let us look at the default layout a little bit closer. zellij setup --dump-layout default: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\" The default layout consists of three parts. The plugin tab-bar (part 1), a body (part 2) and the status-bar plugin (part 3). Since the tabs section is empty, a default pane will be inserted in to the body section Default Layout Let us now use the default layout and build upon it: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\"\ntabs: - name: \"tab 1\" # tab 1 - name: \"tab 2\" # tab 2 direction: Vertical parts: - direction: Horizontal - direction: Horizontal - name: \"tab 3\" # tab 3 direction: Vertical parts: - direction: Horizontal - direction: Horizontal parts: - direction: Horizontal - direction: Vertical This layout will create the following tabs upon loading. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3 This is how the tabs would look like with pane frames disabled. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3","breadcrumbs":"Layouts » Templates » Layout Templates","id":"86","title":"Layout Templates"},"87":{"body":"One feature that makes Zellij unique is its WebAssembly plugin system. This allows plugin developers to write their plugin in any language that can run on WASI ! Rust offers first-class support for WASI , but other languages like C/C++ , AssemblyScript , even Python should be supported. Disclaimer: The API for plugins is very much a work in progress. Don't be shy to request new features on our tracking issue !","breadcrumbs":"Plugins » Plugins","id":"87","title":"Plugins"},"88":{"body":"This is a small list of default plugins that zellij ships with: tab-bar strider status-bar This is an overview of zellij plugins, please do keep in mind that they are not necessarily connected to zellij maintainers: zellij-pomodoro-plugin","breadcrumbs":"Plugins » Overview » Plugin Overview","id":"88","title":"Plugin Overview"},"89":{"body":"Currently we have a complete guide for developing plugins in Rust and plan to add more guides for other languages in the future. If you are feeling particularly brave, you can try to write plugins in another language today! The Other Languages section will get you started.","breadcrumbs":"Plugins » Developing a Plugin » Developing a Plugin","id":"89","title":"Developing a Plugin"},"9":{"body":"short: a Zellij will attempt to attach to an already running session, with the name [session-name]. If given no [session-name] and there is only one running session, it will attach to that session. The attach subcommand will also accept the optional options subcommand.","breadcrumbs":"Commands » attach [session-name]","id":"9","title":"attach [session-name]"},"90":{"body":"Writing a Zellij plugin in Rust is incredibly easy thanks to Rust's first-class support for WebAssembly and the simple zellij-tile scaffolding library. This guide will walk through implementing the rust-plugin-example , a simple event logger that records mode-changes within Zellij.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Writing a Plugin in Rust","id":"90","title":"Writing a Plugin in Rust"},"91":{"body":"","breadcrumbs":"Plugins » Developing a Plugin » Rust » Getting Started","id":"91","title":"Getting Started"},"92":{"body":"First things first, to develop a plugin in Rust, you'll need Rust installed! The easiest way to do this is by using rustup . Once you have Rust and Cargo installed, getting the latest version of Zellij is as easy as running: cargo install zellij You'll also want to add the installed binary to your path!","breadcrumbs":"Plugins » Developing a Plugin » Rust » Installing Rust & Zellij","id":"92","title":"Installing Rust & Zellij"},"93":{"body":"To streamline the development experience, we provide a template repository that contains everything you need to get started quickly! You can use a tool called cargo-generate to fill in a couple of the gaps automatically: # First install `cargo-generate`\ncargo install cargo-generate\n# Then clone the rust-plugin template\ncargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name mode-logger\ncd mode-logger","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cloning The Template Repository","id":"93","title":"Cloning The Template Repository"},"94":{"body":"After cloning the template repository, you should have a directory that looks a little bit like this: .\n├── .cargo\n│ └── config.toml\n├── Cargo.toml\n├── plugin.yaml\n├── README.md\n└── src └── main.rs","breadcrumbs":"Plugins » Developing a Plugin » Rust » The Basic Structure of a Rust Plugin","id":"94","title":"The Basic Structure of a Rust Plugin"},"95":{"body":"[build]\ntarget = \"wasm32-wasi\" This file specifies a default target for our project. In this case, the correct WASI target is wasm32-wasi.","breadcrumbs":"Plugins » Developing a Plugin » Rust » .cargo/config.toml","id":"95","title":".cargo/config.toml"},"96":{"body":"[package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\" This is a quite standard package file that cargo-generate has partially filled in for us. Note the dependency on zellij-tile which provides some helpful functionality for avoiding boilerplate and writing unsafe code.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cargo.toml","id":"96","title":"Cargo.toml"},"97":{"body":"---\ndirection: Horizontal\nparts: - direction: Vertical split_size: Fixed: 1 plugin: tab-bar - direction: Vertical plugin: target/wasm32-wasi/debug/mode-logger.wasm - direction: Vertical split_size: Fixed: 2 plugin: status-bar This is a Zellij Layout that loads a mostly default instance of Zellij, but with the middle terminal pane replaced by the plugin being developed. The plugin: target/wasm32-wasi/debug/mode-logger.wasm line should point Zellij to the development version of our plugin. There will likely be a better way of loading plugins in the future, but custom Layouts are currently the only way to do so.","breadcrumbs":"Plugins » Developing a Plugin » Rust » plugin.yaml","id":"97","title":"plugin.yaml"},"98":{"body":"use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) {}\n} When using the zellij-tile library, plugins are written as Structs that implement the ZellijPlugin trait. The magic line here is register_plugin!(State), which wraps up the State struct in a way that neatly exposes its ZellijPlugin implementation for Zellij to find. Note that load(), update(), and render() have default implementations, so you only need to define the callbacks used by your plugin.","breadcrumbs":"Plugins » Developing a Plugin » Rust » src/main.rs","id":"98","title":"src/main.rs"},"99":{"body":"Let's tweak our main.rs a little to say hello! use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) { println!(\"Hello, Zellij!\"); }\n} It really is as simple as that! Anything printed to stdout by the render() method will be automatically drawn to the screen in the pane where the plugin is active. Let's build our plugin and test things out: cargo build\nzellij --layout-path plugin.yaml Our Plugin","breadcrumbs":"Plugins » Developing a Plugin » Rust » Hello, Zellij!","id":"99","title":"Hello, Zellij!"}},"length":111,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"73":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"79":{"tf":1.0}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"6":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"7":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"2":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"79":{"tf":1.0},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"72":{"tf":1.0}}},"df":5,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"3":{"df":3,"docs":{"7":{"tf":1.0},"72":{"tf":2.0},"86":{"tf":3.0}}},"4":{"df":1,"docs":{"72":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"79":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":1,"docs":{"72":{"tf":2.0}}},"6":{"df":1,"docs":{"72":{"tf":2.0}}},"7":{"df":1,"docs":{"72":{"tf":2.0}}},"8":{"df":1,"docs":{"72":{"tf":2.0}}},"9":{"df":1,"docs":{"72":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"18":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"72":{"tf":11.489125293076057},"80":{"tf":1.0}}}},"v":{"df":2,"docs":{"25":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"89":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"107":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"72":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"102":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"82":{"tf":2.0},"9":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"7":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"7":{"tf":1.7320508075688772},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"83":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"72":{"tf":5.0}},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"97":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}},"d":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"76":{"tf":1.0},"86":{"tf":2.0}}}},"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":{"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"101":{"tf":1.0},"61":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"c":{"/":{"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.0},"47":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":2.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"72":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"62":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.23606797749979},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"85":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"68":{"tf":1.0}},"n":{"d":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"74":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"86":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"72":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":24,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.6457513110645907},"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"86":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":4.0},"97":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"87":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":5.385164807134504},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"101":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"72":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"84":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":3,"docs":{"100":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"106":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":3.605551275463989}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":2.0}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0}}}},"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"108":{"tf":1.0},"17":{"tf":2.0},"58":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":2.0},"14":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"85":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"97":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"93":{"tf":2.0},"96":{"tf":1.0}}}}},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"64":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"72":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"p":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"86":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"d":{"df":2,"docs":{"100":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"2":{"tf":2.0},"5":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"100":{"tf":1.0},"72":{"tf":3.1622776601683795},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"72":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"18":{"tf":2.8284271247461903},"19":{"tf":3.1622776601683795},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"109":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":3.1622776601683795},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":3.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"df":2,"docs":{"100":{"tf":2.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":3.7416573867739413},"7":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":1,"docs":{"109":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"109":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"16":{"tf":1.0},"74":{"tf":2.0},"80":{"tf":2.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"72":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"100":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"101":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"17":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"108":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"100":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"109":{"tf":1.0},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"109":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"72":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"9":{"tf":2.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"w":{"df":9,"docs":{"100":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"61":{"tf":1.7320508075688772},"72":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"79":{"tf":1.0}}},"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"109":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"92":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":2.449489742783178},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"16":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"7":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"5":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"100":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":5,"docs":{"102":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.0},"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":2.23606797749979},"24":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":3.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":3.872983346207417},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"16":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"3":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":2,"docs":{"79":{"tf":1.7320508075688772},"83":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"102":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":3.7416573867739413},"101":{"tf":1.7320508075688772},"102":{"tf":2.0},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":3.7416573867739413},"86":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":2.6457513110645907},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":2.449489742783178}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"109":{"tf":1.0},"18":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"15":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"106":{"tf":1.0},"110":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"72":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"44":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"102":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"82":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"106":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"5":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"72":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"35":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413},"83":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.449489742783178},"86":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":9,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"2":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"109":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"72":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"80":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"108":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"100":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"45":{"tf":1.0},"7":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"82":{"tf":3.0},"9":{"tf":2.449489742783178}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"110":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"87":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"72":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":1,"docs":{"100":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"61":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"79":{"tf":1.7320508075688772},"83":{"tf":2.0},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}},"s":{":":{"1":{"5":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"106":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"86":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"100":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"72":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"39":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":3.4641016151377544},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"81":{"tf":2.449489742783178},"83":{"tf":2.6457513110645907},"86":{"tf":4.795831523312719},"88":{"tf":1.0},"97":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"76":{"tf":2.0},"86":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"73":{"tf":2.8284271247461903}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":1,"docs":{"100":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"58":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"76":{"tf":1.0}}}},"i":{"df":7,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"72":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"76":{"tf":1.0},"83":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.0},"17":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":3.1622776601683795},"102":{"tf":1.7320508075688772},"2":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.3166247903554},"73":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":2.449489742783178},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"15":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"63":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":3.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"100":{"tf":2.0}}},"v":{"df":1,"docs":{"100":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"27":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"71":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"80":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":2.8284271247461903},"102":{"tf":2.449489742783178},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}}}}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"73":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"79":{"tf":1.4142135623730951}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"6":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"7":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"2":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"79":{"tf":1.4142135623730951},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"72":{"tf":1.0}}},"df":5,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"3":{"df":3,"docs":{"7":{"tf":1.0},"72":{"tf":2.0},"86":{"tf":3.0}}},"4":{"df":1,"docs":{"72":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"79":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":1,"docs":{"72":{"tf":2.0}}},"6":{"df":1,"docs":{"72":{"tf":2.0}}},"7":{"df":1,"docs":{"72":{"tf":2.0}}},"8":{"df":1,"docs":{"72":{"tf":2.0}}},"9":{"df":1,"docs":{"72":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"18":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":11.489125293076057},"80":{"tf":1.0}}}},"v":{"df":2,"docs":{"25":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"89":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":2.0},"72":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"82":{"tf":2.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"7":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"83":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"72":{"tf":5.0}},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"97":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":2.0},"92":{"tf":1.0}}}}},"d":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"76":{"tf":1.0},"86":{"tf":2.0}}}},"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":{"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"101":{"tf":1.0},"61":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}}}}},"c":{"/":{"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.0},"47":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":2.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"72":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"68":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.23606797749979},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"85":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"68":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":3.1622776601683795},"81":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"74":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":66,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"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.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"86":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":2.0},"7":{"tf":1.7320508075688772},"72":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":24,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.8284271247461903},"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"86":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"52":{"tf":2.0},"61":{"tf":2.449489742783178},"63":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":4.0},"97":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.7320508075688772},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"87":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":5.477225575051661},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"101":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"72":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":2.0},"84":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":3,"docs":{"100":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"106":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.7320508075688772},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":3.7416573867739413}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0}}}},"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"108":{"tf":1.4142135623730951},"17":{"tf":2.0},"58":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":2.0},"14":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"97":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"93":{"tf":2.0},"96":{"tf":1.0}}}}},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"64":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"72":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}},"p":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"d":{"df":2,"docs":{"100":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"2":{"tf":2.23606797749979},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"92":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}},"t":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"100":{"tf":1.0},"72":{"tf":3.1622776601683795},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"72":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":56,"docs":{"18":{"tf":3.1622776601683795},"19":{"tf":3.4641016151377544},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"109":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"72":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"110":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":2.0},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":3.4641016151377544},"75":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":3.3166247903554},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"df":2,"docs":{"100":{"tf":2.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":3.7416573867739413},"7":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":1,"docs":{"109":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"109":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"16":{"tf":1.0},"74":{"tf":2.0},"80":{"tf":2.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"72":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"100":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"101":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"17":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"108":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"100":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"109":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"72":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"9":{"tf":2.23606797749979},"93":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"w":{"df":9,"docs":{"100":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"61":{"tf":2.0},"72":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"63":{"tf":2.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"79":{"tf":1.0}}},"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"109":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"92":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":2.8284271247461903},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"16":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"7":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"5":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"100":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"df":5,"docs":{"102":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"24":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":3.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":2.449489742783178},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":3.872983346207417},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"16":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"3":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":2,"docs":{"79":{"tf":2.0},"83":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"102":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":23,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":4.0},"101":{"tf":2.23606797749979},"102":{"tf":2.6457513110645907},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":4.0},"86":{"tf":2.449489742783178},"87":{"tf":2.6457513110645907},"88":{"tf":2.449489742783178},"89":{"tf":2.449489742783178},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":3.0},"98":{"tf":2.0},"99":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":2.6457513110645907}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"109":{"tf":1.0},"18":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"15":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"106":{"tf":1.0},"110":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"72":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"44":{"tf":1.7320508075688772},"72":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"102":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"82":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"5":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"48":{"tf":2.0},"72":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413},"83":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.6457513110645907},"86":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":16,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"102":{"tf":1.0},"2":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979},"91":{"tf":1.0},"92":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"109":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"72":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"80":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"108":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"100":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":2.449489742783178},"12":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"45":{"tf":1.0},"7":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"82":{"tf":3.3166247903554},"9":{"tf":2.6457513110645907}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"87":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"72":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":1,"docs":{"100":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"61":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"79":{"tf":2.0},"83":{"tf":2.0},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.4142135623730951}},"s":{":":{"1":{"5":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"106":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"86":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"100":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"47":{"tf":1.7320508075688772},"72":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":3.4641016151377544},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"81":{"tf":2.6457513110645907},"83":{"tf":2.6457513110645907},"86":{"tf":4.795831523312719},"88":{"tf":1.0},"97":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.7320508075688772},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"76":{"tf":2.0},"86":{"tf":2.449489742783178},"93":{"tf":2.0},"94":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"73":{"tf":3.1622776601683795}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":2.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":1,"docs":{"100":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"76":{"tf":1.0}}}},"i":{"df":7,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"72":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"76":{"tf":1.0},"83":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.0},"17":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.1622776601683795},"72":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":3.1622776601683795},"102":{"tf":1.7320508075688772},"2":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.3166247903554},"73":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":2.449489742783178},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"15":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"63":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":3.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"100":{"tf":2.0}}},"v":{"df":1,"docs":{"100":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"27":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"71":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"80":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":2.8284271247461903},"102":{"tf":2.449489742783178},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}}}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":2,"docs":{"33":{"tf":1.0},"79":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"76":{"tf":1.0}}}},"x":{"df":1,"docs":{"79":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"92":{"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":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"109":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"17":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":7,"docs":{"102":{"tf":1.0},"80":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"93":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"68":{"tf":1.0},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":2,"docs":{"25":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"35":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":3,"docs":{"4":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["introduction.html#introduction","installation.html#installation","installation.html#rust---cargo","installation.html#binary-download","installation.html#compiling-zellij-from-source","installation.html#third-party-repositories","overview.html#overview","overview.html#default-configuration","commands.html#commands","commands.html#attach-session-name","commands.html#list-sessions","commands.html#kill-sessions-target-session","commands.html#kill-all-sessions","commands.html#options","commands.html#setup","commands.html#flags","configuration.html#configuration","options.html#options","keybindings.html#configuring-keybindings","keybindings.html#to-unbind-the-default-keybindings","keybindings.html#example","keybindings-modes.html#modes","keybindings-modes.html#normal","keybindings-modes.html#locked","keybindings-modes.html#pane","keybindings-modes.html#tab","keybindings-modes.html#resize","keybindings-modes.html#scroll","keybindings-modes.html#session","keybindings-keys.html#keys","keybindings-keys.html#char","keybindings-keys.html#alt","keybindings-keys.html#ctrl","keybindings-keys.html#f","keybindings-keys.html#backspace","keybindings-keys.html#left--right--up--down","keybindings-keys.html#home","keybindings-keys.html#end","keybindings-keys.html#pageup--pagedown","keybindings-keys.html#backtab","keybindings-keys.html#delete","keybindings-keys.html#insert","keybindings-keys.html#esc","keybindings-keys.html#valid-character-combinations","keybindings-actions.html#actions","keybindings-actions.html#quit","keybindings-actions.html#detach","keybindings-actions.html#movepane","keybindings-actions.html#switchtomode","keybindings-actions.html#resize","keybindings-actions.html#focusnextpane","keybindings-actions.html#focuspreviouspane","keybindings-actions.html#switchfocus","keybindings-actions.html#movefocus","keybindings-actions.html#scrollup","keybindings-actions.html#scrolldown","keybindings-actions.html#pagescrollup","keybindings-actions.html#pagescrolldown","keybindings-actions.html#togglefocusfullscreen","keybindings-actions.html#togglepaneframes","keybindings-actions.html#toggleactivesynctab","keybindings-actions.html#toggletab","keybindings-actions.html#newpane","keybindings-actions.html#closefocus","keybindings-actions.html#newtab","keybindings-actions.html#gotonexttab","keybindings-actions.html#gotoprevioustab","keybindings-actions.html#closetab","keybindings-actions.html#gototab","keybindings-actions.html#run-cmd-","keybindings-actions.html#write-bytes","keybindings-actions.html#writechars","keybindings-examples.html#examples","keybindings-examples.html#prefix-example","themes.html#themes","layouts.html#layouts","layouts.html#example","layouts.html#creating-a-layout-file","layouts.html#parts","layouts.html#direction-horizontal--vertical","layouts.html#split_size-percent---fixed","layouts.html#run-plugin---command","layouts.html#name","layouts.html#session","layouts.html#focus","layouts.html#configuration","layouts.html#further-examples","layouts-templates.html#layout-templates","plugins.html#plugins","plugin-overview.html#plugin-overview","plugin-writing.html#developing-a-plugin","plugin-rust.html#writing-a-plugin-in-rust","plugin-rust.html#getting-started","plugin-rust.html#installing-rust--zellij","plugin-rust.html#cloning-the-template-repository","plugin-rust.html#the-basic-structure-of-a-rust-plugin","plugin-rust.html#cargoconfigtoml","plugin-rust.html#cargotoml","plugin-rust.html#pluginyaml","plugin-rust.html#srcmainrs","plugin-rust.html#hello-zellij","plugin-rust.html#implementing-the-event-logger","plugin-rust.html#further-steps","plugin-other.html#writing-a-plugin-in-another-language","compatibility.html#compatibility","compatibility.html#issues","compatibility.html#known-issues","compatibility.html#the-status-bar-fonts-dont-render-correctly","compatibility.html#alt-button-mapping-on-darwin-systems","compatibility.html#pane-frame-title-has-issues-with-kitty","compatibility.html#mouse-issues","compatibility.html#clipboard-not-working"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":3,"title":1},"10":{"body":7,"breadcrumbs":3,"title":2},"100":{"body":57,"breadcrumbs":6,"title":2},"101":{"body":792,"breadcrumbs":7,"title":3},"102":{"body":59,"breadcrumbs":6,"title":2},"103":{"body":101,"breadcrumbs":8,"title":4},"104":{"body":0,"breadcrumbs":2,"title":1},"105":{"body":4,"breadcrumbs":2,"title":1},"106":{"body":0,"breadcrumbs":3,"title":2},"107":{"body":17,"breadcrumbs":7,"title":6},"108":{"body":8,"breadcrumbs":6,"title":5},"109":{"body":9,"breadcrumbs":6,"title":5},"11":{"body":9,"breadcrumbs":5,"title":4},"110":{"body":27,"breadcrumbs":3,"title":2},"111":{"body":45,"breadcrumbs":3,"title":2},"12":{"body":7,"breadcrumbs":3,"title":2},"13":{"body":15,"breadcrumbs":2,"title":1},"14":{"body":36,"breadcrumbs":2,"title":1},"15":{"body":19,"breadcrumbs":2,"title":1},"16":{"body":67,"breadcrumbs":2,"title":1},"17":{"body":111,"breadcrumbs":3,"title":1},"18":{"body":109,"breadcrumbs":5,"title":2},"19":{"body":52,"breadcrumbs":6,"title":3},"2":{"body":21,"breadcrumbs":4,"title":2},"20":{"body":7,"breadcrumbs":4,"title":1},"21":{"body":16,"breadcrumbs":5,"title":1},"22":{"body":14,"breadcrumbs":5,"title":1},"23":{"body":32,"breadcrumbs":5,"title":1},"24":{"body":15,"breadcrumbs":5,"title":1},"25":{"body":15,"breadcrumbs":5,"title":1},"26":{"body":5,"breadcrumbs":5,"title":1},"27":{"body":7,"breadcrumbs":5,"title":1},"28":{"body":4,"breadcrumbs":5,"title":1},"29":{"body":26,"breadcrumbs":5,"title":1},"3":{"body":45,"breadcrumbs":4,"title":2},"30":{"body":12,"breadcrumbs":6,"title":2},"31":{"body":14,"breadcrumbs":6,"title":2},"32":{"body":14,"breadcrumbs":6,"title":2},"33":{"body":9,"breadcrumbs":7,"title":3},"34":{"body":2,"breadcrumbs":5,"title":1},"35":{"body":3,"breadcrumbs":8,"title":4},"36":{"body":2,"breadcrumbs":5,"title":1},"37":{"body":2,"breadcrumbs":5,"title":1},"38":{"body":3,"breadcrumbs":6,"title":2},"39":{"body":3,"breadcrumbs":5,"title":1},"4":{"body":6,"breadcrumbs":5,"title":3},"40":{"body":2,"breadcrumbs":5,"title":1},"41":{"body":2,"breadcrumbs":5,"title":1},"42":{"body":2,"breadcrumbs":5,"title":1},"43":{"body":54,"breadcrumbs":7,"title":3},"44":{"body":6,"breadcrumbs":5,"title":1},"45":{"body":2,"breadcrumbs":5,"title":1},"46":{"body":5,"breadcrumbs":5,"title":1},"47":{"body":5,"breadcrumbs":6,"title":2},"48":{"body":20,"breadcrumbs":6,"title":2},"49":{"body":16,"breadcrumbs":6,"title":2},"5":{"body":21,"breadcrumbs":5,"title":3},"50":{"body":8,"breadcrumbs":5,"title":1},"51":{"body":8,"breadcrumbs":5,"title":1},"52":{"body":13,"breadcrumbs":5,"title":1},"53":{"body":18,"breadcrumbs":6,"title":2},"54":{"body":7,"breadcrumbs":5,"title":1},"55":{"body":7,"breadcrumbs":5,"title":1},"56":{"body":6,"breadcrumbs":5,"title":1},"57":{"body":6,"breadcrumbs":5,"title":1},"58":{"body":7,"breadcrumbs":5,"title":1},"59":{"body":6,"breadcrumbs":5,"title":1},"6":{"body":33,"breadcrumbs":3,"title":1},"60":{"body":10,"breadcrumbs":5,"title":1},"61":{"body":5,"breadcrumbs":5,"title":1},"62":{"body":32,"breadcrumbs":6,"title":2},"63":{"body":3,"breadcrumbs":5,"title":1},"64":{"body":17,"breadcrumbs":6,"title":2},"65":{"body":3,"breadcrumbs":5,"title":1},"66":{"body":3,"breadcrumbs":5,"title":1},"67":{"body":3,"breadcrumbs":5,"title":1},"68":{"body":4,"breadcrumbs":6,"title":2},"69":{"body":19,"breadcrumbs":7,"title":3},"7":{"body":139,"breadcrumbs":4,"title":2},"70":{"body":5,"breadcrumbs":6,"title":2},"71":{"body":5,"breadcrumbs":6,"title":2},"72":{"body":11,"breadcrumbs":5,"title":1},"73":{"body":921,"breadcrumbs":6,"title":2},"74":{"body":84,"breadcrumbs":3,"title":1},"75":{"body":51,"breadcrumbs":2,"title":1},"76":{"body":18,"breadcrumbs":2,"title":1},"77":{"body":50,"breadcrumbs":4,"title":3},"78":{"body":26,"breadcrumbs":3,"title":2},"79":{"body":5,"breadcrumbs":4,"title":3},"8":{"body":16,"breadcrumbs":2,"title":1},"80":{"body":25,"breadcrumbs":7,"title":6},"81":{"body":105,"breadcrumbs":6,"title":5},"82":{"body":17,"breadcrumbs":4,"title":3},"83":{"body":58,"breadcrumbs":4,"title":3},"84":{"body":91,"breadcrumbs":3,"title":2},"85":{"body":17,"breadcrumbs":2,"title":1},"86":{"body":14,"breadcrumbs":3,"title":2},"87":{"body":200,"breadcrumbs":4,"title":2},"88":{"body":42,"breadcrumbs":2,"title":1},"89":{"body":24,"breadcrumbs":4,"title":2},"9":{"body":24,"breadcrumbs":4,"title":3},"90":{"body":24,"breadcrumbs":5,"title":2},"91":{"body":32,"breadcrumbs":7,"title":3},"92":{"body":0,"breadcrumbs":6,"title":2},"93":{"body":33,"breadcrumbs":7,"title":3},"94":{"body":45,"breadcrumbs":7,"title":3},"95":{"body":14,"breadcrumbs":8,"title":4},"96":{"body":15,"breadcrumbs":5,"title":1},"97":{"body":37,"breadcrumbs":5,"title":1},"98":{"body":58,"breadcrumbs":5,"title":1},"99":{"body":60,"breadcrumbs":5,"title":1}},"docs":{"0":{"body":"This is the documentation for the Zellij terminal workspace. For installing Zellij, see: Installation For configuring Zellij, see: Configuration For Operating System Compatibility and Known Issues, see: Compatibility For setting up layouts: Layouts For developing plugins: Plugins","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Currently Binaries are produced for both Linux and MacOS. However it is available in some public repositories.","breadcrumbs":"Introduction » Installation » Installation","id":"1","title":"Installation"},"10":{"body":"short: ls Will list all the names of currently running sessions.","breadcrumbs":"Commands » list-sessions","id":"10","title":"list-sessions"},"100":{"body":"Let's tweak our main.rs a little to say hello! use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) { println!(\"Hello, Zellij!\"); }\n} It really is as simple as that! Anything printed to stdout by the render() method will be automatically drawn to the screen in the pane where the plugin is active. Let's build our plugin and test things out: cargo build\nzellij --layout-path plugin.yaml Our Plugin","breadcrumbs":"Plugins » Developing a Plugin » Rust » Hello, Zellij!","id":"100","title":"Hello, Zellij!"},"101":{"body":"That was pretty easy, so let's try to do something a bit more interesting! Let's subscribe to some Events by adding the following code to load(): fn load(&mut self) { subscribe(&[EventType::ModeUpdate]);\n} Code in load() is called once the first time your plugin is loaded. Aside from that, it's nothing special. Anything that you can do in the load() method should be possible from within the update() and render() methods as well. The subscribe() function is part of zellij-tile::prelude and sends a message to Zellij asking to be notified when certain Events occur. In this case, we're subscribing to ModeUpdate events. The documentation for Event tells us that a ModeUpdate contains the ModeInfo struct, which stores the current mode as well as some additional information. To actually handle these events, we'll need to add some code to our update() method: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { dbg!(mode_info.mode); }\n} Here we are checking for ModeUpdates and destructuring them to get the current mode. Currently, the dbg!() macro is being used to dump this information to stderr. If we want to actually see this debug info, we'll need to run our plugin slightly differently: cargo build\n# The 2> redirects stderr to dbg.log\nzellij -l plugin.yaml 2> dbg.log Do some faffing about in Zellij, changing modes a couple of times, then take a look at dbg.log: [src/main.rs:15] mode_info.mode = Normal\n[src/main.rs:15] mode_info.mode = Pane\n[src/main.rs:15] mode_info.mode = Tab\n[src/main.rs:15] mode_info.mode = Resize\n[src/main.rs:15] mode_info.mode = Scroll\n[src/main.rs:15] mode_info.mode = Locked\n[src/main.rs:15] mode_info.mode = Normal Excellent! It looks like our plugin is receiving mode updates! If you'd like to see these sorts of logs live, try opening a second terminal and running tail -f dbg.log. The next thing to do is properly store a log of events and print them to the screen. Let's start by tweaking our State struct: use std::collections::VecDeque; #[derive(Default)]\nstruct State { log: VecDeque,\n} We've gone with a VecDeque so that we can efficiently push Strings to the front of log and so we can show off how easy it is to use standard library components from within a plugin. Let's change the update() method again to grow our log: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front(mode); }\n} Recall that the {:?} format specifier simply debug-prints a value and that log.push_front(mode) adds a mode String to the front of our log messages. Finally, let's update render() to print out all of our log messages: fn render(&mut self, rows: usize, cols: usize) { for mode in &self.log { println!(\"Mode: {}\", mode); }\n} Let's give things a run with cargo build && zellij -l plugin.yaml and test it out! Our Plugin Excellent! You should notice that, as you cycle through different modes in Zellij, that those updates are being logged on-screen. This is a good start, but no logger is complete without storing timestamps! Let's import the chrono crate for working with time. First we'll need to add it to our Cargo.toml: [package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\"\nchrono = \"0.4\" Quite a few Rust libraries can compile to WebAssembly without any issue – this is one of them! Let's import it and update State to store timestamps: use chrono::{DateTime,Local}; #[derive(Default)]\nstruct State { log: VecDeque<(String, DateTime)>,\n} Next we'll need to actually store these timestamps in update(): fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); // Local::now() gets the current time and date self.log.push_front((mode, Local::now())); }\n} Finally, we can render() the timestamps to the screen: fn render(&mut self, rows: usize, cols: usize) { for (mode, time) in &self.log { println!(\"Mode: {} ({})\", mode, time.format(\"%T\")); }\n} The different options for time.format() can be found in the chrono::format::strftime module; %T shows the time in HH:MM:SS format. Finally, let's test this out! Our Plugin It looks like getting the time is working perfectly! Unfortunately, because our different mode names are different lengths, it looks a bit messy at the moment. Luckily, every time that render() is called, it passes the size of plugin pane. Let's use the cols value to right-align the timestamp: fn render(&mut self, _rows: usize, cols: usize) { for (mode, time) in &self.log { let mode = format!(\"Mode: {}\", mode); let time = time.format(\"%T\").to_string(); let padding = \" \".repeat(cols - mode.len() - time.len()); println!(\"{}{}{}\", mode, padding, time); }\n} By separately storing the left-aligned mode String and the right-aligned timestamp, we can calculate (using cols) exactly how much padding we need to fill the screen. Once we've done that, it's just a matter of printing the left half, the padding, then the right half. If we run this code, we now get the much nicer: Our Plugin Try resizing your terminal window or the plugin pane and watch how things stay properly justified! As a final step, let's add a couple of commands that allow the user to clear their history or save their log to a file. To do this, we'll need our plugin to receive KeyPress events: fn load(&mut self) { subscribe(&[EventType::ModeUpdate, EventType::KeyPress]);\n} Now we can expand update() to handle ModeUpdate and KeyPress events. Let's make Ctrl-L the command for clearing the logs: fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), _ => (), }\n} When matching against KeyPress events, you might find it helpful to explore the zellij_tile::Key enum. Also note that we need the catch-all case _ => () because, even though we've only subscribed to the ModeUpdate and KeyPress events, the Rust compiler on its own can't guarantee that only those events will be passed to update(). Let's try running this, changing modes a couple of times, then pressing Ctrl-L: Our Plugin Incredibly blank! Nicely done! As one final feature, we'll dump a log of the captured events to mode-log.txt when Ctrl-W is pressed: use std::{fs::File, io::Write}; // ... snip ... fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), Event::KeyPress(Key::Ctrl('w')) => { if let Ok(mut f) = File::create(\"mode-log.txt\") { for (mode, time) in self.log.iter().rev() { writeln!(f, \"{}: Entered {} Mode\", time.format(\"%c\"), mode).unwrap(); } } } _ => (), }\n} A couple of new things here, but all of them are vanilla Rust – nothing changes when writing a plugin! File::create(\"mode-log.txt\") is just normal code for creating a file named mode-log.txt in the current directory. After the file is created, we're again looping through all of the log events and writing them out (but this time to a file!). The format of the log file is also a bit different from the log we show on-screen. First of all, we're writing things to the log file in chronological order (that's why we're reversing our log with self.log.iter().rev()), and we've also changed to a more verbose timestamp. The %c should look something like this: Tue Apr 20 10:21:02 2021. Let's run Zellij again, change some modes, then press Ctrl-W: Our Plugin We can then look at mode-log.txt, which should look something like this: Tue Apr 20 10:20:40 2021: Entered Normal Mode\nTue Apr 20 10:20:46 2021: Entered Pane Mode\nTue Apr 20 10:20:50 2021: Entered Tab Mode\nTue Apr 20 10:20:53 2021: Entered Resize Mode\nTue Apr 20 10:20:57 2021: Entered Scroll Mode\nTue Apr 20 10:21:00 2021: Entered Locked Mode\nTue Apr 20 10:21:02 2021: Entered Normal Mode And that's all, folks! The full code for this example can be found in the rust-plugin-example repository.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Implementing the Event Logger","id":"101","title":"Implementing the Event Logger"},"102":{"body":"There are a lot of ways that this plugin could be improved! Here are a couple of the things that you might want to try implementing if you're looking for the extra practice: Support for scrolling :: you'll need to use rows and save a cursor position in State Make it pretty :: our default plugins use the colored crate for fancy formatting Make it more stable :: if you make the logger pane too small, the plugin will crash! Add a help bar :: there is currently no UI telling the user about the clear and save features Have fun, and don't hesitate to get in touch if you find any bugs or would like some guidance :)","breadcrumbs":"Plugins » Developing a Plugin » Rust » Further Steps","id":"102","title":"Further Steps"},"103":{"body":"This page is very much a work in progress! If you're familiar with WASM and Rust, then understanding the zellij-tile library is a great place to start. In short, Zellij expects your WASI module to export three functions: main() :: called once on plugin load update() :: called after event subscriptions are triggered render(i32, i32) :: called when the plugin needs to be rendered The render(i32, i32) function is passed the size of the plugin pane, first the rows, then the columns – e.g. render(rows, cols). Complex types are sent over stdin as JSON objects. Before update() is called, Zellij writes an event to the plugin's stdin that can be read back in the update() function. Host functions, for communicating with Zellij, are best documented by the extern section of zellij-tile::shim and are found in a WASM module named zellij. Help Add More Language Guides! If you'd like to contribute, either drop us a line on Discord or open a PR improving these docs !","breadcrumbs":"Plugins » Developing a Plugin » Other Languages » Writing a Plugin in Another Language","id":"103","title":"Writing a Plugin in Another Language"},"104":{"body":"","breadcrumbs":"Compatibility » Compatibility","id":"104","title":"Compatibility"},"105":{"body":"Please report issues here.","breadcrumbs":"Compatibility » Issues","id":"105","title":"Issues"},"106":{"body":"","breadcrumbs":"Compatibility » Known Issues","id":"106","title":"Known Issues"},"107":{"body":"This most likely is caused by a missing character in the font. Fonts from nerdfonts can fix this problem. Some Options: Package Manager Name apt fonts-powerline nix nerdfonts","breadcrumbs":"Compatibility » The status bar fonts don't render correctly:","id":"107","title":"The status bar fonts don't render correctly:"},"108":{"body":"This can be mitigated individually on a terminal emulator level, some inspiration can be found here .","breadcrumbs":"Compatibility » Alt button mapping on darwin systems:","id":"108","title":"Alt button mapping on darwin systems:"},"109":{"body":"This sadly seems to be an issue that can not be mitigated easily, more information can be found here .","breadcrumbs":"Compatibility » Pane frame title has issues with kitty:","id":"109","title":"Pane frame title has issues with kitty:"},"11":{"body":"short: k Will kill the session with the name of [target-session], if it is currently running.","breadcrumbs":"Commands » kill-sessions [target-session]","id":"11","title":"kill-sessions [target-session]"},"110":{"body":"If mouse_mode is turned on zellij handles these events, zellij provides an escape mechanism in the form of the SHIFT Key, once it is pressed zellij lets the terminal handle selection, clicking on links, copying, scrolling. More information can be found here","breadcrumbs":"Compatibility » Mouse issues:","id":"110","title":"Mouse issues:"},"111":{"body":"This is a known problem which mostly occurs in specific terminal emulators under Linux/OS X such as GNOMEs default Terminal, terminator, and more. A workaround for this was added in zellij > 0.24.0 and enables the user to specify a custom command that copies selected text to the system clipboard. Refer to lines containing \"copy_command\" from the output of zellij setup --dump-config. For technical background, refer to this issue and this merge request","breadcrumbs":"Compatibility » Clipboard not working:","id":"111","title":"Clipboard not working:"},"12":{"body":"short: ka Will prompt the user to kill all running sessions.","breadcrumbs":"Commands » kill-all-sessions","id":"12","title":"kill-all-sessions"},"13":{"body":"Can be used to change the behaviour of zellij on startup. Will supercede options defined in the config file. To see a list of options look here .","breadcrumbs":"Commands » options","id":"13","title":"options"},"14":{"body":"Functionality to help with the setup of zellij. Flag Description --check Checks the configuration --clean Start with default configuration --dump-config Dump the default configuration file to stdout --dump-layout [LAYOUT] Dump a specified default layout file to stdout --generate-completions [SHELL] Generate completions for the specified shell","breadcrumbs":"Commands » setup","id":"14","title":"setup"},"15":{"body":"These flags can be invoked with zellij --flag. Flag Description --help Display the help prompt --debug Gather additional debug information --version Print version information","breadcrumbs":"Commands » Flags","id":"15","title":"Flags"},"16":{"body":"By default Zellij will look for config.yaml in the config directory. Quickstart: mkdir ~/.config/zellij\nzellij setup --dump-config > ~/.config/zellij/config.yaml The default config directory order is as follows: --config-dir flag ZELLIJ_CONFIG_DIR env variable $HOME/.config/zellij default location Linux: /home/alice/.config/zellij Mac: /Users/Alice/Library/Application Support/org.Zellij-Contributors.Zellij system location (/etc/zellij) In order to pass a config file directly to zellij: zellij --config [FILE] or use the ZELLIJ_CONFIG_FILE environment variable. To start without loading configuration from default directories: zellij options --clean To show the current default configuration: zellij setup --dump-config","breadcrumbs":"Configuration » Configuration","id":"16","title":"Configuration"},"17":{"body":"You can make use of these options either by invoking zellij with zellij options [OPTION] or binding them in the configuration file. Eg. zellij options --simplified-ui true is equivalent to simplified_ui: true in the config file. Option Config Default Description default-mode default_mode normal The first mode on startup. default-shell default_shell $SHELL The default shell. mouse-mode mouse_mode true Enable mouse mode. disable-mouse-mode - false Disable mouse mode. simplified-ui simplified_ui false Request the Plugins to use a more compatible ui. pane-frames pane_frames true Display frames around the panes. no-pane-frames - false Disable display of frames around the panes. on-force-close on_force_close detach What to do when receiving a SIGTERM, SIGINT, SIGQUIT or SIGHUP. theme theme default Switch to a theme configured under the themes section. scroll-buffer-size scroll_buffer_size 10000 The number of lines zellij stores for each pane in the scroll back buffer.","breadcrumbs":"Configuration » Options » Options","id":"17","title":"Options"},"18":{"body":"Zellij comes with a default set of keybindings that try to fit as many different users and use cases while trying to maximize comfort for everyone. It is possible to add to these defaults or even override them with an external configuration. For more information about the file, see Configuration . The structure of the keybinds section of the file is as follows: keybinds: normal: - action: [] key: [] Under the main keybinds section one can list the new bindings they'd like to add grouped under the different Modes (normal in this example). The action is a sequence of one or more instructions sent to Zellij through this keybinding. The key is a list of one or more keys, any one of them alone would trigger the sequence of actions. For example: keybinds: normal: - action: [ NewTab, GoToTab: 1,] key: [ Char: 'c',] Will create a new tab and then switch to tab number 1 on pressing the c key. Whereas: keybinds: normal: - action: [ NewTab,] key: [ Char: 'c', Char: 'd',] Will create a new tab on pressing either the c or the d key.","breadcrumbs":"Configuration » Configuring Keybindings » Configuring Keybindings","id":"18","title":"Configuring Keybindings"},"19":{"body":"The default keybinds can be unbound either for a specific mode, or for every mode. It supports either a list of keybinds, or a bool indicating that every keybind should be unbound: keybinds: unbind: true Will unbind every default binding. keybinds: unbind: [ Ctrl: 'p'] Will unbind every default ^P binding for each mode. keybinds: normal: - unbind: true Will unbind every default keybind for the normal mode. keybinds: normal: - unbind: [ Alt: 'n', Ctrl: 'g'] Will unbind every default keybind for n and ^g for the normal mode.","breadcrumbs":"Configuration » Configuring Keybindings » To unbind the default Keybindings","id":"19","title":"To unbind the default Keybindings"},"2":{"body":"For instructions on how to install Cargo see here: Once installed run: cargo install zellij If experiencing errors, if installed through rustup, please try running: rustup update","breadcrumbs":"Introduction » Installation » Rust - Cargo","id":"2","title":"Rust - Cargo"},"20":{"body":"This configuration can be used to configure Zellij's default keybindings: default.yaml","breadcrumbs":"Configuration » Configuring Keybindings » Example","id":"20","title":"Example"},"21":{"body":"The Zellij keybindings are grouped into different modes, which are a logical separation meant to reduce the mental overhead and allow to duplicate shortcuts in different situations.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » Modes","id":"21","title":"Modes"},"22":{"body":"This is the default mode Zellij starts with. By default it provides the ability to switch to different modes, as well as some quick navigation shortcuts.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » normal","id":"22","title":"normal"},"23":{"body":"This mode \"locks\" the interface, disabling all keybindings except one that would switch to \"normal\" mode (ctrl-g by default). It is intended to give users a workaround in case one of the default keybindings overrides something they use in their terminal. (eg. ctrl-r for reverse history search in bash).","breadcrumbs":"Configuration » Configuring Keybindings » Modes » locked","id":"23","title":"locked"},"24":{"body":"This mode includes instructions that manipulate the different panes. Eg. adding new panes, closing panes and moving the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » pane","id":"24","title":"pane"},"25":{"body":"This mode includes instructions that manipulate the different tabs. Eg. adding new tabs, closing tabs and moving the active tab.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » tab","id":"25","title":"tab"},"26":{"body":"This mode allows the resizing of the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » resize","id":"26","title":"resize"},"27":{"body":"This mode allows scrolling up/down within the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » scroll","id":"27","title":"scroll"},"28":{"body":"This mode allows detaching from a session.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » session","id":"28","title":"session"},"29":{"body":"These are the possible keys and key combinations one can set in the Keybindings configuration . For more information, please see: https://docs.rs/termion/1.5.6/termion/event/enum.Key.html Or some related Github Issues: #351 #357 There's a table with an overview of valid key combinations at the bottom of this page.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Keys","id":"29","title":"Keys"},"3":{"body":"Binaries are made available each release for the Linux and MacOS operating systems. It is possible to download the binaries for these on the release page. Once downloaded, untar the file: tar -xvf zellij*.tar.gz check for the execution bit: chmod +x zellij and then execute Zellij: ./zellij Include the directory Zellij is in, in your PATH Variable if you wish to be able to execute it anywhere. 'Or' move Zellij to a directory already included in your [$PATH] Variable.","breadcrumbs":"Introduction » Installation » Binary Download","id":"3","title":"Binary Download"},"30":{"body":"A single character with no modifier, eg. Char: 'f' Note: Please also refer to the table at the bottom of this page","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Char: ","id":"30","title":"Char: "},"31":{"body":"A single character preceded by the Alt modifier, eg. Alt: 'f'. Note: Please also refer to the table at the bottom of this page","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Alt: ","id":"31","title":"Alt: "},"32":{"body":"A single character preceded by the Ctrl modifier, eg. Ctrl: 'f'. Note: Please also refer to the table at the bottom of this page","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Ctrl: ","id":"32","title":"Ctrl: "},"33":{"body":"One of the F characters (usually at the top of the keyboard). eg. F: 11","breadcrumbs":"Configuration » Configuring Keybindings » Keys » F: <1-12>","id":"33","title":"F: <1-12>"},"34":{"body":"The Backspace key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Backspace","id":"34","title":"Backspace"},"35":{"body":"The arrow keys on the keyboard.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Left / Right / Up / Down","id":"35","title":"Left / Right / Up / Down"},"36":{"body":"The home key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Home","id":"36","title":"Home"},"37":{"body":"The End key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » End","id":"37","title":"End"},"38":{"body":"The PageUp or PageDown keys.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » PageUp / PageDown","id":"38","title":"PageUp / PageDown"},"39":{"body":"The backward Tab key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » BackTab","id":"39","title":"BackTab"},"4":{"body":"Instructions on how to compile Zellij from source can be found here .","breadcrumbs":"Introduction » Installation » Compiling Zellij From Source","id":"4","title":"Compiling Zellij From Source"},"40":{"body":"The delete key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Delete","id":"40","title":"Delete"},"41":{"body":"The insert key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Insert","id":"41","title":"Insert"},"42":{"body":"The Esc key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Esc","id":"42","title":"Esc"},"43":{"body":"Following is a table that gives an overview of all the possible character combinations available for keybindings. Note that combining any of the Ctrl, Alt or Char bindings with the special keys mentioned above isn't possible. Keys Ctrl: ' ' Alt: ' ' Char: ' ' a-z yes yes yes A-Z no yes yes 0-9 no yes yes Space no yes yes Tab no yes yes .:,;-_!? no yes yes '\"#$%&() no yes yes *+/<=>@\\ no yes yes []^_\\|{}~ no yes yes äöüß no yes yes","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Valid character combinations","id":"43","title":"Valid character combinations"},"44":{"body":"These are the actions that can be assigned to key sequences when configuring keybindings .","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Actions","id":"44","title":"Actions"},"45":{"body":"Quit Zellij.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Quit","id":"45","title":"Quit"},"46":{"body":"Detach from the currently running Zellij session.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Detach","id":"46","title":"Detach"},"47":{"body":"Move the currently focused pane in a direction.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MovePane: ","id":"47","title":"MovePane: "},"48":{"body":"Switch to the specified input mode . The mode should be capitalized, eg. SwitchToMode: Normal. Note that there's a \"hidden\" mode called RenameTab which can be used in order to trigger the renaming of a tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchToMode: ","id":"48","title":"SwitchToMode: "},"49":{"body":"Resize focused pane in the specified direction. Direction should be one of Left, Right, Up, Down, Increase, or Decrease. Example: Resize: Down","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Resize: ","id":"49","title":"Resize: "},"5":{"body":"Zellij is packaged in some third part repositories. Please keep in mind that they are not directly affiliated with zellij maintainers: Packaging status More information about third party installation can be found here .","breadcrumbs":"Introduction » Installation » Third party repositories","id":"5","title":"Third party repositories"},"50":{"body":"Switch focus to next pane to the right or below if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusNextPane","id":"50","title":"FocusNextPane"},"51":{"body":"Switch focus to next pane to the left or above if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusPreviousPane","id":"51","title":"FocusPreviousPane"},"52":{"body":"Switch focus to pane with the next ID (this is mostly left around for legacy support, FocusNextPane or FocusPreviousPane should be preferred).","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchFocus","id":"52","title":"SwitchFocus"},"53":{"body":"Move focus to the pane with the greatest overlap with the current pane in the specified direction. Direction should be one of Left, Right, Up or Down. eg. MoveFocus: Left","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MoveFocus: ","id":"53","title":"MoveFocus: "},"54":{"body":"Scroll up 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollUp","id":"54","title":"ScrollUp"},"55":{"body":"Scroll down 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollDown","id":"55","title":"ScrollDown"},"56":{"body":"Scroll up one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollUp","id":"56","title":"PageScrollUp"},"57":{"body":"Scroll down one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollDown","id":"57","title":"PageScrollDown"},"58":{"body":"Toggle between fullscreen focus pane and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleFocusFullscreen","id":"58","title":"ToggleFocusFullscreen"},"59":{"body":"Toggle between pane frames and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » TogglePaneFrames","id":"59","title":"TogglePaneFrames"},"6":{"body":"Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer. Zellij has a native layout and plugin system. To understand Zellij a little bit better, let us take a look at the default configuration.","breadcrumbs":"Introduction » Overview » Overview","id":"6","title":"Overview"},"60":{"body":"Toggle between sending text commands to all panes on the current tab and just the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleActiveSyncTab","id":"60","title":"ToggleActiveSyncTab"},"61":{"body":"Switch between the most recently used tabs.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleTab","id":"61","title":"ToggleTab"},"62":{"body":"Open a new pane in the specified direction (relative to focus). If no direction is specified, will try to use the biggest available space. Direction should be one of Left, Right, Up or Down. Specifying no direction should be done by introducing a space character (this is a bug and should be fixed). eg. NewPane: Left or NewPane:","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewPane: ","id":"62","title":"NewPane: "},"63":{"body":"Close the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseFocus","id":"63","title":"CloseFocus"},"64":{"body":"Create a new tab. Optionally with the provided tab-layout. Example: NewTab: or NewTab: { direction: Vertical, parts: [ direction: Vertical, direction: Horizontal, ],}","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewTab: ","id":"64","title":"NewTab: "},"65":{"body":"Go to the next tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToNextTab","id":"65","title":"GoToNextTab"},"66":{"body":"Go to the previous tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToPreviousTab","id":"66","title":"GoToPreviousTab"},"67":{"body":"Close the current tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseTab","id":"67","title":"CloseTab"},"68":{"body":"Go to the tab of the specified index.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToTab: ","id":"68","title":"GoToTab: "},"69":{"body":"Run the specified command in a new pane. A comma separated list of arguments, or the split direction is optional: Run: {cmd: , args: [ARGS], direction: }","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Run: {cmd: }","id":"69","title":"Run: {cmd: }"},"7":{"body":"Default layout The default configuration consists of: The tab-bar plugin. It shows current tabs that are in use as well as the session name. The pane, in which the default shell is started. The title the shell sets can be seen in the upper left corner of the pane. The status-bar plugin. It gives an overview over current default keybindings, since Zellij is modal it can show hints based on modes it currently resides in. To dive deeper in to how the layout-template that is behind the default layout works, consider checking out the relevant section . Let's open a new tab and then a couple panes inside that new tab: Ctrl + t n Ctrl + p n r Return The status-bar should have guided us through: Status tab 1 Status tab 2 And this is our current state: Default state 1 Zellij doesn't need a terminal to keep commands running, because it uses a client and server system. Let us disconnect and reconnect to the same session now: Ctrl + o d Status tab 3 If only one server session is running in the background zellij can restore the connection automatically, if not then we need a specific session name. We can get the name in the following way: zellij list-sessions And now we reattach to the currently running session: zellij attach hilarious-kitty","breadcrumbs":"Introduction » Overview » Default Configuration","id":"7","title":"Default Configuration"},"70":{"body":"Write the specified bytes in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Write: [bytes]","id":"70","title":"Write: [bytes]"},"71":{"body":"Write the specified characters in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » WriteChars: ","id":"71","title":"WriteChars: "},"72":{"body":"Zellij's keybindings can be configured to behave in multiple ways. Here are example configurations to possibly inspire you.","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Examples","id":"72","title":"Examples"},"73":{"body":"This certain example works as if it had a prefix key. Zellij starts in locked mode and only the prefix key switches to normal mode, from then on it is possible to have a layer of shortcuts, or more special modes to switch to. Eg: Open a pane: ^b - n Open a pane to the right: ^b - p - r Open a tab: ^b - N Open multiple tabs: ^b - t - N - n Switch to a specific pane or tab: ^b - h/j/k/l Switch to a specific tab: ^b - 1 Resize: ^b - r - h/j/k/l Fullscreen: ^b - p - f Send the prefix key (^b): ^b - b Detach the session: ^b - o - d Quit zellij: ^b - ^q Here is one possible example of that: default_mode: locked\nkeybinds: unbind: true # the prefix key ^b locked: - action: [SwitchToMode: Normal,] key: [Ctrl: 'b',] normal: # send the prefix-key ^b on pressing b in normal mode # then switch back to locked mode - action: [Write: [2,], SwitchToMode: Locked] key: [Char: 'b'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: ' ', Char: \"\\n\"] - action: [SwitchToMode: Pane,] key: [Char: 'p',] - action: [SwitchToMode: Resize,] key: [Char: 'r',] - action: [SwitchToMode: Tab,] key: [Char: 't',] - action: [SwitchToMode: Scroll,] key: [Char: 's',] - action: [Quit,] key: [Ctrl: 'q',] - action: [NewPane: , SwitchToMode: Locked, ] key: [ Alt: 'n',] - action: [NewTab: , SwitchToMode: Locked, ] key: [ Char: 'N',] - action: [NewPane: , SwitchToMode: Locked,] key: [ Char: 'n',] - action: [MoveFocusOrTab: Left,] key: [ Char: 'h', Alt: 'h' ] - action: [MoveFocusOrTab: Right,] key: [ Char: 'l', Alt: 'l',] - action: [MoveFocus: Down,] key: [ Char: 'j', Alt: 'j',] - action: [MoveFocus: Up,] key: [ Char: 'k', Alt: 'k',] - action: [FocusPreviousPane,] key: [ Char: '[', Alt: '['] - action: [FocusNextPane,] key: [ Char: ']', Alt: '['] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: '-',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: '\\',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] resize: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit] key: [Ctrl: 'q'] - action: [Resize: Left,] key: [Char: 'h', Left, ] - action: [Resize: Down,] key: [Char: 'j', Down, ] - action: [Resize: Up,] key: [Char: 'k', Up, ] - action: [Resize: Right,] key: [Char: 'l', Right, ] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] pane: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Normal,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [SwitchFocus,] key: [Char: 'p'] - action: [NewPane: , SwitchToMode: Locked,] key: [Char: 'n', Alt: 'n',] - action: [NewPane: ,] key: [Char: 'N', ] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: 'd',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: 'r',] - action: [TogglePaneFrames, SwitchToMode: Locked,] key: [Char: 'z',] - action: [TogglePaneFrames,] key: [Char: 'Z',] - action: [NewPane: Down,] key: [Char: 'D',] - action: [NewPane: Right,] key: [Char: 'R',] - action: [CloseFocus, SwitchToMode: Locked,] key: [Char: 'x',] - action: [CloseFocus,] key: [Char: 'X',] - action: [ToggleFocusFullscreen, SwitchToMode: Locked,] key: [Char: 'f',] - action: [ToggleFocusFullscreen,] key: [Char: 'F',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] tab: - action: [SwitchToMode: Normal,] key: [Ctrl: 't'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [SwitchToMode: RenameTab, TabNameInput: [0],] key: [Char: 'r'] - action: [Quit,] key: [Ctrl: 'q',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] - action: [GoToPreviousTab,] key: [ Char: 'h',] - action: [GoToNextTab,] key: [ Char: 'l',] - action: [GoToNextTab,] key: [ Char: 'j',] - action: [GoToPreviousTab,] key: [ Char: 'k',] - action: [NewTab: ,] key: [ Char: 'n',] - action: [CloseTab,] key: [ Char: 'x',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] scroll: - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Ctrl: 's', Char: ' ', Char: \"\\n\",] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Normal,] key: [Ctrl: 's',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [Quit,] key: [Ctrl: 'q',] - action: [ScrollDown,] key: [Char: 'j', Down,] - action: [ScrollUp,] key: [Char: 'k', Up,] - action: [PageScrollDown,] key: [Ctrl: 'f', PageDown,] - action: [PageScrollUp,] key: [Ctrl: 'b', PageUp,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] renametab: - action: [SwitchToMode: Normal,] key: [Ctrl: 'r'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Ctrl: 's', Char: ' ',] - action: [SwitchToMode: Tab,] key: [Char: \"\\n\",] - action: [TabNameInput: [27] , SwitchToMode: Tab,] key: [Esc,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] session: - action: [SwitchToMode: Normal,] key: [Ctrl: 'o'] - action: [SwitchToMode: Resize,] key: [Ctrl: 'r',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [Detach,] key: [Char: 'd',]","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Prefix Example","id":"73","title":"Prefix Example"},"74":{"body":"You can specify a color theme, that will be picked up by zellij in the following way: themes: default: fg: [0,0,0] bg: [0,0,0] black: [0,0,0] gray: [0,0,0] red: [0,0,0] green: [0,0,0] yellow: [0,0,0] blue: [0,0,0] magenta: [0,0,0] cyan: [0,0,0] white: [0,0,0] orange: [0,0,0] for truecolor, or: themes: default: fg: 0 bg: 0 black: 0 gray: 0 red: 0 green: 0 yellow: 0 blue: 0 magenta: 0 cyan: 0 white: 0 orange: 0 for 256 color. If the theme is called default, then zellij will pick it on startup. To specify a different theme, run zellij with: zellij options --theme [NAME] or put the name in the configuration file with theme: [NAME].","breadcrumbs":"Configuration » Themes » Themes","id":"74","title":"Themes"},"75":{"body":"Layouts are yaml configuration files which Zellij can load on startup. These files can describe a layout of terminal panes and plugins that Zellij will create when it loads. To load a layout with Zellij: zellij --layout-path /path/to/your/layout_file.yaml By default Zellij will load the default.yaml layout, that is found in the layout directory (by default a subdirectory of the config directory [config/layouts]). Falling back to an internal default layout, if not found. Layouts residing in the default directory can be accessed as follows: zellij --layout [layout_name]","breadcrumbs":"Layouts » Layouts","id":"75","title":"Layouts"},"76":{"body":"This file: ---\ntabs: - direction: Vertical parts: - direction: Horizontal parts: - direction: Vertical - direction: Vertical - direction: Horizontal Will instruct Zellij to create this layout: ┌─────┬─────┐\n│ │ │\n├─────┤ │\n│ │ │\n└─────┴─────┘","breadcrumbs":"Layouts » Example","id":"76","title":"Example"},"77":{"body":"A layout file is a nested tree structure. Each node describes either a pane, or a space in which its parts (children) will be created. The layout file is divided in to two sections: templates and tabs. The templates describe the structure of the layout and what part of the ui should be tab agnostic. The tabs describe which part of the layout should be tab specific. For this mechanism the templates make use of an extra attribute called body, if it is specified each single tab will be inserted in to the template and then started by zellij.","breadcrumbs":"Layouts » Creating a layout file","id":"77","title":"Creating a layout file"},"78":{"body":"Layouts are composed through the optional parts section, if a layout has a non empty parts section it is a node that is split up into these respective parts. Example: parts: - direction: Vertical - direction: Vertical Each node has the following fields:","breadcrumbs":"Layouts » parts: ","id":"78","title":"parts: "},"79":{"body":"If the node has children, they will be created as splits in this direction.","breadcrumbs":"Layouts » direction: Horizontal / Vertical","id":"79","title":"direction: Horizontal / Vertical"},"8":{"body":"These commands can be invoked with zellij [SUBCOMMAND]. For more details, each subcommand has its own help section when run with the --help flag (zellij [SUBCOMMAND] --help).","breadcrumbs":"Commands » Commands","id":"8","title":"Commands"},"80":{"body":"This indicates either a percentage of the node's parent's space or a fixed size of columns/rows from its parent's space. By default the splits are proportional. Example: parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical split_size: Percent: 50","breadcrumbs":"Layouts » split_size: Percent: <1-100> / Fixed: ","id":"80","title":"split_size: Percent: <1-100> / Fixed: "},"81":{"body":"This is an optional instruction to either run a command, or a plugin. If indicated, instead of loading the default shell in a terminal pane, the run action will be executed. plugin: This is an optional path to a compiled Zellij plugin. If indicated, instead of loading a terminal, this plugin will be loaded. For more information, please see the plugin documentation of this guide. In case the plugin resides in the plugin directory, specifying the name of the plugin is sufficient. Example: run: plugin: location: \"zellij:status-bar\" _allow_exec_host_cmd: false # Optional and false by default For more information, please see the plugin documentation of this guide. The _allow_exec_host_cmd is preliminary and allows plugins to run commands on the host system, if the plugins need that functionality the user can opt in to it. command: {cmd: , args: } This is an optional path to a command. If indicated, instead of loading a pane with the default shell, this command will be executed. Optionally it's arguments can be passed as a vector of strings. Example: run: command: {cmd: htop, args: [\"-C\"]}","breadcrumbs":"Layouts » run: plugin: / command: ","id":"81","title":"run: plugin: / command: "},"82":{"body":"This is an optional command that can be used to name the tab in the tab layout section. Example: tabs: - name: \"\" This is currently limited to the tabs section.","breadcrumbs":"Layouts » name: ","id":"82","title":"name: "},"83":{"body":"This is an optional configuration option that can be used to modify the session behavior of the layout. Current options include: session: name: \"zellij\" # a string, that names the session attach: true # default `true`. If session exists, re-attach. Example: session: name: \"zellij\" Adding this to the layout would name the session zellij and upon loading the layout again will try to attach to an existing session that is called zellij. If the attach configuration is false, then zellij will show an error message on trying to create the layout, if the layout name already exists.","breadcrumbs":"Layouts » session: ","id":"83","title":"session: "},"84":{"body":"This is an optional configuration option that can be used to specify the initial focus of the tab or pane. This option is not set by default. So, every tab and pane basically focus the first target. Example one: tabs:\n- direction: Vertical\n- direction: Vertical focus: true # focus second tab. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50 If the option is duplicated, the first declared focus has priority. This applies to both tab and pane. Example two: tabs:\n- direction: Vertical focus: true # [duplicated] focus first tab. - direction: Vertical focus: true # [duplicated] ignored. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50\n- direction: Vertical","breadcrumbs":"Layouts » focus: ","id":"84","title":"focus: "},"85":{"body":"The layout supports all the configuration options from the Configuration page. If an option is specified in a layout, it has precedence over the config file itself. Example: default_shell: fish","breadcrumbs":"Layouts » configuration","id":"85","title":"configuration"},"86":{"body":"Please take a look at the default layouts that come with Zellij, or the layouts that reside in the example directory for more complete layouts.","breadcrumbs":"Layouts » Further examples","id":"86","title":"Further examples"},"87":{"body":"The templates section of the layout file describes the structure of the layout. To understand how it works let us look at the default layout a little bit closer. zellij setup --dump-layout default: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\" The default layout consists of three parts. The plugin tab-bar (part 1), a body (part 2) and the status-bar plugin (part 3). Since the tabs section is empty, a default pane will be inserted in to the body section Default Layout Let us now use the default layout and build upon it: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\"\ntabs: - name: \"tab 1\" # tab 1 - name: \"tab 2\" # tab 2 direction: Vertical parts: - direction: Horizontal - direction: Horizontal - name: \"tab 3\" # tab 3 direction: Vertical parts: - direction: Horizontal - direction: Horizontal parts: - direction: Horizontal - direction: Vertical This layout will create the following tabs upon loading. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3 This is how the tabs would look like with pane frames disabled. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3","breadcrumbs":"Layouts » Templates » Layout Templates","id":"87","title":"Layout Templates"},"88":{"body":"One feature that makes Zellij unique is its WebAssembly plugin system. This allows plugin developers to write their plugin in any language that can run on WASI ! Rust offers first-class support for WASI , but other languages like C/C++ , AssemblyScript , even Python should be supported. Disclaimer: The API for plugins is very much a work in progress. Don't be shy to request new features on our tracking issue !","breadcrumbs":"Plugins » Plugins","id":"88","title":"Plugins"},"89":{"body":"This is a small list of default plugins that zellij ships with: tab-bar strider status-bar This is an overview of zellij plugins, please do keep in mind that they are not necessarily connected to zellij maintainers: zellij-pomodoro-plugin","breadcrumbs":"Plugins » Overview » Plugin Overview","id":"89","title":"Plugin Overview"},"9":{"body":"short: a Zellij will attempt to attach to an already running session, with the name [session-name]. If given no [session-name] and there is only one running session, it will attach to that session. The attach subcommand will also accept the optional options subcommand.","breadcrumbs":"Commands » attach [session-name]","id":"9","title":"attach [session-name]"},"90":{"body":"Currently we have a complete guide for developing plugins in Rust and plan to add more guides for other languages in the future. If you are feeling particularly brave, you can try to write plugins in another language today! The Other Languages section will get you started.","breadcrumbs":"Plugins » Developing a Plugin » Developing a Plugin","id":"90","title":"Developing a Plugin"},"91":{"body":"Writing a Zellij plugin in Rust is incredibly easy thanks to Rust's first-class support for WebAssembly and the simple zellij-tile scaffolding library. This guide will walk through implementing the rust-plugin-example , a simple event logger that records mode-changes within Zellij.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Writing a Plugin in Rust","id":"91","title":"Writing a Plugin in Rust"},"92":{"body":"","breadcrumbs":"Plugins » Developing a Plugin » Rust » Getting Started","id":"92","title":"Getting Started"},"93":{"body":"First things first, to develop a plugin in Rust, you'll need Rust installed! The easiest way to do this is by using rustup . Once you have Rust and Cargo installed, getting the latest version of Zellij is as easy as running: cargo install zellij You'll also want to add the installed binary to your path!","breadcrumbs":"Plugins » Developing a Plugin » Rust » Installing Rust & Zellij","id":"93","title":"Installing Rust & Zellij"},"94":{"body":"To streamline the development experience, we provide a template repository that contains everything you need to get started quickly! You can use a tool called cargo-generate to fill in a couple of the gaps automatically: # First install `cargo-generate`\ncargo install cargo-generate\n# Then clone the rust-plugin template\ncargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name mode-logger\ncd mode-logger","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cloning The Template Repository","id":"94","title":"Cloning The Template Repository"},"95":{"body":"After cloning the template repository, you should have a directory that looks a little bit like this: .\n├── .cargo\n│ └── config.toml\n├── Cargo.toml\n├── plugin.yaml\n├── README.md\n└── src └── main.rs","breadcrumbs":"Plugins » Developing a Plugin » Rust » The Basic Structure of a Rust Plugin","id":"95","title":"The Basic Structure of a Rust Plugin"},"96":{"body":"[build]\ntarget = \"wasm32-wasi\" This file specifies a default target for our project. In this case, the correct WASI target is wasm32-wasi.","breadcrumbs":"Plugins » Developing a Plugin » Rust » .cargo/config.toml","id":"96","title":".cargo/config.toml"},"97":{"body":"[package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\" This is a quite standard package file that cargo-generate has partially filled in for us. Note the dependency on zellij-tile which provides some helpful functionality for avoiding boilerplate and writing unsafe code.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cargo.toml","id":"97","title":"Cargo.toml"},"98":{"body":"---\ndirection: Horizontal\nparts: - direction: Vertical split_size: Fixed: 1 plugin: tab-bar - direction: Vertical plugin: target/wasm32-wasi/debug/mode-logger.wasm - direction: Vertical split_size: Fixed: 2 plugin: status-bar This is a Zellij Layout that loads a mostly default instance of Zellij, but with the middle terminal pane replaced by the plugin being developed. The plugin: target/wasm32-wasi/debug/mode-logger.wasm line should point Zellij to the development version of our plugin. There will likely be a better way of loading plugins in the future, but custom Layouts are currently the only way to do so.","breadcrumbs":"Plugins » Developing a Plugin » Rust » plugin.yaml","id":"98","title":"plugin.yaml"},"99":{"body":"use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) {}\n} When using the zellij-tile library, plugins are written as Structs that implement the ZellijPlugin trait. The magic line here is register_plugin!(State), which wraps up the State struct in a way that neatly exposes its ZellijPlugin implementation for Zellij to find. Note that load(), update(), and render() have default implementations, so you only need to define the callbacks used by your plugin.","breadcrumbs":"Plugins » Developing a Plugin » Rust » src/main.rs","id":"99","title":"src/main.rs"}},"length":112,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"74":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.0}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"6":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"7":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"2":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"80":{"tf":1.0},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"73":{"tf":1.0}}},"df":5,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"3":{"5":{"1":{"df":1,"docs":{"29":{"tf":1.0}}},"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"7":{"tf":1.0},"73":{"tf":2.0},"87":{"tf":3.0}}},"4":{"df":1,"docs":{"73":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":1,"docs":{"73":{"tf":2.0}}},"6":{"df":1,"docs":{"73":{"tf":2.0}}},"7":{"df":1,"docs":{"73":{"tf":2.0}}},"8":{"df":1,"docs":{"73":{"tf":2.0}}},"9":{"df":2,"docs":{"43":{"tf":1.0},"73":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"101":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"51":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"18":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"73":{"tf":11.489125293076057},"81":{"tf":1.0}}}},"v":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"18":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"108":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"73":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"83":{"tf":2.0},"9":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"73":{"tf":5.0}},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.7320508075688772},"93":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"101":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":2.0}}}},"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":{"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"84":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"87":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"102":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"87":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}}},"c":{"/":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":2.0},"48":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":2.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"73":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"63":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"87":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"97":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"103":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"86":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"69":{"tf":1.0}},"n":{"d":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"103":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"64":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"73":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":24,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.6457513110645907},"74":{"tf":1.7320508075688772},"75":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"47":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":4.0},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"101":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"111":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":5.385164807134504},"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"102":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"101":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"85":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":3,"docs":{"101":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"17":{"tf":1.0},"84":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"85":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"107":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.4142135623730951},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":3.605551275463989}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"101":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":2.0}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0}}}},"df":1,"docs":{"110":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"17":{"tf":2.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"14":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":1,"docs":{"102":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"94":{"tf":2.0},"97":{"tf":1.0}}}}},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"73":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"p":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":2.6457513110645907},"98":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"d":{"df":2,"docs":{"101":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"2":{"tf":2.0},"5":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"62":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"29":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"101":{"tf":1.0},"73":{"tf":3.1622776601683795},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"18":{"tf":2.8284271247461903},"19":{"tf":3.1622776601683795},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":15,"docs":{"110":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"73":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":1.0},"14":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.7320508075688772},"75":{"tf":3.1622776601683795},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":3.0},"98":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"101":{"tf":2.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":3.7416573867739413},"7":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"110":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"101":{"tf":2.0},"103":{"tf":1.0},"16":{"tf":1.0},"75":{"tf":2.0},"81":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"73":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"101":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"95":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"17":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"111":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":2.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"101":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"73":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":2.23606797749979},"87":{"tf":1.7320508075688772},"9":{"tf":2.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"73":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"103":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"w":{"df":9,"docs":{"101":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.7320508075688772},"73":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"107":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"80":{"tf":1.0}}},"df":3,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"101":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"111":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"73":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"81":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":2.449489742783178},"64":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"5":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"101":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":9,"docs":{"103":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"56":{"tf":1.0},"73":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"17":{"tf":2.23606797749979},"24":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":3.0},"75":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.872983346207417},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"16":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"100":{"tf":1.0},"3":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":2,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"105":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":3.7416573867739413},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":3.7416573867739413},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":2.6457513110645907},"99":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":2.449489742783178}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"110":{"tf":1.0},"18":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"15":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"110":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"73":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"45":{"tf":1.4142135623730951},"73":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"103":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"83":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"103":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"5":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"73":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413},"84":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"46":{"tf":1.0},"69":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"87":{"tf":2.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"91":{"tf":1.0}}},"df":9,"docs":{"101":{"tf":2.0},"103":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":10,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"54":{"tf":1.0},"73":{"tf":1.0}}}}}}}}},"df":1,"docs":{"73":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"46":{"tf":1.0},"7":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"83":{"tf":3.0},"9":{"tf":2.449489742783178}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"111":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"88":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"p":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"101":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"43":{"tf":1.0},"62":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"111":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":17,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":2.0},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"69":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}},"s":{":":{"1":{"5":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"u":{"df":6,"docs":{"107":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":1,"docs":{"101":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"101":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"102":{"tf":1.0},"19":{"tf":1.0},"52":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"73":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.6457513110645907},"73":{"tf":3.4641016151377544},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"82":{"tf":2.449489742783178},"84":{"tf":2.6457513110645907},"87":{"tf":4.795831523312719},"89":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"77":{"tf":2.0},"87":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"74":{"tf":2.8284271247461903}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"29":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"93":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":1,"docs":{"101":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.0},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"59":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"77":{"tf":1.0},"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"17":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":3.1622776601683795},"103":{"tf":1.7320508075688772},"2":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.3166247903554},"74":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"15":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":3.0},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"101":{"tf":2.0}}},"v":{"df":1,"docs":{"101":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"27":{"tf":1.0},"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"111":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"3":{"tf":1.0},"73":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":4.58257569495584}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"72":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"81":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"101":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"103":{"tf":2.449489742783178},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"74":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.4142135623730951}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"6":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"7":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"2":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"73":{"tf":1.0}}},"df":5,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"3":{"5":{"1":{"df":1,"docs":{"29":{"tf":1.0}}},"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"7":{"tf":1.0},"73":{"tf":2.0},"87":{"tf":3.0}}},"4":{"df":1,"docs":{"73":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":1,"docs":{"73":{"tf":2.0}}},"6":{"df":1,"docs":{"73":{"tf":2.0}}},"7":{"df":1,"docs":{"73":{"tf":2.0}}},"8":{"df":1,"docs":{"73":{"tf":2.0}}},"9":{"df":2,"docs":{"43":{"tf":1.0},"73":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"101":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"51":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"18":{"tf":2.23606797749979},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":11.489125293076057},"81":{"tf":1.0}}}},"v":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"18":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":2.0},"43":{"tf":1.4142135623730951},"73":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"83":{"tf":2.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"73":{"tf":5.0}},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":2.0},"93":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"101":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":2.0}}}},"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":{"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"87":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"102":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"87":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}}}},"c":{"/":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":2.0},"48":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"2":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":2.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.7320508075688772},"62":{"tf":1.0},"71":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"73":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"87":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"69":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"97":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"103":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"43":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"86":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"69":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"81":{"tf":3.1622776601683795},"82":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"103":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":67,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"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.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":2.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"64":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":2.0},"43":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"73":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":24,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.8284271247461903},"74":{"tf":1.7320508075688772},"75":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"47":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":2.0},"62":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":4.0},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"101":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"111":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":5.477225575051661},"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"49":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"102":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"101":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"73":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0},"85":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":3,"docs":{"101":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"17":{"tf":1.0},"84":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"85":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"107":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.7320508075688772},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":3.7416573867739413}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"101":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":2.23606797749979}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0}}}},"df":1,"docs":{"110":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.4142135623730951},"17":{"tf":2.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"14":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":1,"docs":{"102":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"94":{"tf":2.0},"97":{"tf":1.0}}}}},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"73":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"p":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"98":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"d":{"df":2,"docs":{"101":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.7320508075688772},"77":{"tf":1.0},"87":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"2":{"tf":2.23606797749979},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"62":{"tf":1.0}},"t":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"29":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"101":{"tf":1.0},"73":{"tf":3.1622776601683795},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":57,"docs":{"18":{"tf":3.1622776601683795},"19":{"tf":3.4641016151377544},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":2.449489742783178},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"73":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"106":{"tf":1.4142135623730951},"111":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"103":{"tf":2.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":1.0},"14":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.7320508075688772},"75":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"77":{"tf":2.6457513110645907},"78":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":3.3166247903554},"98":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"101":{"tf":2.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":3.7416573867739413},"7":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"110":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"101":{"tf":2.0},"103":{"tf":1.0},"16":{"tf":1.0},"75":{"tf":2.0},"81":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"73":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"101":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"95":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"17":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"111":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":2.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"101":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"73":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.6457513110645907},"83":{"tf":2.23606797749979},"87":{"tf":1.7320508075688772},"9":{"tf":2.23606797749979},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"73":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"103":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"w":{"df":9,"docs":{"101":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":2.0},"73":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"64":{"tf":2.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"107":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"80":{"tf":1.0}}},"df":3,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"101":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"111":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"73":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"81":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":2.8284271247461903},"64":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"89":{"tf":2.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"5":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"101":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"df":9,"docs":{"103":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"24":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":3.0},"75":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.872983346207417},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"16":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"100":{"tf":1.0},"3":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":2,"docs":{"80":{"tf":2.0},"84":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"105":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":23,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":2.23606797749979},"101":{"tf":4.0},"102":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":4.0},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"89":{"tf":2.449489742783178},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":3.0},"99":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":2.6457513110645907}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"110":{"tf":1.0},"18":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"15":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"110":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"73":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"45":{"tf":1.7320508075688772},"73":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"103":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"83":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"5":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":2.0},"73":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413},"84":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"46":{"tf":1.0},"69":{"tf":2.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.6457513110645907},"87":{"tf":2.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"91":{"tf":1.0}}},"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"103":{"tf":1.0},"2":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":10,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}}}},"df":1,"docs":{"73":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":2.449489742783178},"12":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"7":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"83":{"tf":3.3166247903554},"9":{"tf":2.6457513110645907}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"111":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"88":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"p":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"101":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"43":{"tf":1.0},"62":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"111":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":17,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"80":{"tf":2.0},"84":{"tf":2.0},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"69":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}},"s":{":":{"1":{"5":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"u":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":1,"docs":{"101":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"101":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"102":{"tf":1.0},"19":{"tf":1.0},"52":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"48":{"tf":1.7320508075688772},"73":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.6457513110645907},"73":{"tf":3.4641016151377544},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"82":{"tf":2.6457513110645907},"84":{"tf":2.6457513110645907},"87":{"tf":4.795831523312719},"89":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"77":{"tf":2.0},"87":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"74":{"tf":3.1622776601683795}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"29":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"93":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":2.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":1,"docs":{"101":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"77":{"tf":1.0},"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"17":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.1622776601683795},"73":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":3.1622776601683795},"103":{"tf":1.7320508075688772},"2":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.3166247903554},"74":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"15":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":3.0},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"101":{"tf":2.0}}},"v":{"df":1,"docs":{"101":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"27":{"tf":1.0},"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":9,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"3":{"tf":1.0},"73":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":4.58257569495584}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"72":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"81":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"101":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":2.0},"101":{"tf":2.8284271247461903},"103":{"tf":2.449489742783178},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":2,"docs":{"33":{"tf":1.0},"80":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"47":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"x":{"df":1,"docs":{"80":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"84":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"93":{"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":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"17":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"109":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":7,"docs":{"103":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"26":{"tf":1.0},"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"69":{"tf":1.0},"81":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"28":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":2,"docs":{"25":{"tf":1.0},"82":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"35":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"91":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":3,"docs":{"100":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/static/documentation/searchindex.json b/static/documentation/searchindex.json index 7b86d58..3182311 100644 --- a/static/documentation/searchindex.json +++ b/static/documentation/searchindex.json @@ -1 +1 @@ -{"doc_urls":["introduction.html#introduction","installation.html#installation","installation.html#rust---cargo","installation.html#binary-download","installation.html#compiling-zellij-from-source","installation.html#third-party-repositories","overview.html#overview","overview.html#default-configuration","commands.html#commands","commands.html#attach-session-name","commands.html#list-sessions","commands.html#kill-sessions-target-session","commands.html#kill-all-sessions","commands.html#options","commands.html#setup","commands.html#flags","configuration.html#configuration","options.html#options","keybindings.html#configuring-keybindings","keybindings.html#to-unbind-the-default-keybindings","keybindings.html#example","keybindings-modes.html#modes","keybindings-modes.html#normal","keybindings-modes.html#locked","keybindings-modes.html#pane","keybindings-modes.html#tab","keybindings-modes.html#resize","keybindings-modes.html#scroll","keybindings-modes.html#session","keybindings-keys.html#keys","keybindings-keys.html#char-character","keybindings-keys.html#alt-character","keybindings-keys.html#ctrl-character","keybindings-keys.html#f-1-12","keybindings-keys.html#backspace","keybindings-keys.html#left--right--up--down","keybindings-keys.html#home","keybindings-keys.html#end","keybindings-keys.html#pageup--pagedown","keybindings-keys.html#backtab","keybindings-keys.html#delete","keybindings-keys.html#insert","keybindings-keys.html#esc","keybindings-actions.html#actions","keybindings-actions.html#quit","keybindings-actions.html#detach","keybindings-actions.html#movepane-direction","keybindings-actions.html#switchtomode-inputmode","keybindings-actions.html#resize-direction","keybindings-actions.html#focusnextpane","keybindings-actions.html#focuspreviouspane","keybindings-actions.html#switchfocus","keybindings-actions.html#movefocus-direction","keybindings-actions.html#scrollup","keybindings-actions.html#scrolldown","keybindings-actions.html#pagescrollup","keybindings-actions.html#pagescrolldown","keybindings-actions.html#togglefocusfullscreen","keybindings-actions.html#togglepaneframes","keybindings-actions.html#toggleactivesynctab","keybindings-actions.html#toggletab","keybindings-actions.html#newpane-direction","keybindings-actions.html#closefocus","keybindings-actions.html#newtab-tablayout","keybindings-actions.html#gotonexttab","keybindings-actions.html#gotoprevioustab","keybindings-actions.html#closetab","keybindings-actions.html#gototab-index","keybindings-actions.html#run-cmd-path","keybindings-actions.html#write-bytes","keybindings-actions.html#writechars-characters","keybindings-examples.html#examples","keybindings-examples.html#prefix-example","themes.html#themes","layouts.html#layouts","layouts.html#example","layouts.html#creating-a-layout-file","layouts.html#parts-layout","layouts.html#direction-horizontal--vertical","layouts.html#split_size-percent-1-100--fixed-linescolumns","layouts.html#run-plugin-plugin--command-command","layouts.html#name-name-of-the-tab","layouts.html#session-session-configuration","layouts.html#focus-bool","layouts.html#configuration","layouts.html#further-examples","layouts-templates.html#layout-templates","plugins.html#plugins","plugin-overview.html#plugin-overview","plugin-writing.html#developing-a-plugin","plugin-rust.html#writing-a-plugin-in-rust","plugin-rust.html#getting-started","plugin-rust.html#installing-rust--zellij","plugin-rust.html#cloning-the-template-repository","plugin-rust.html#the-basic-structure-of-a-rust-plugin","plugin-rust.html#cargoconfigtoml","plugin-rust.html#cargotoml","plugin-rust.html#pluginyaml","plugin-rust.html#srcmainrs","plugin-rust.html#hello-zellij","plugin-rust.html#implementing-the-event-logger","plugin-rust.html#further-steps","plugin-other.html#writing-a-plugin-in-another-language","compatibility.html#compatibility","compatibility.html#issues","compatibility.html#known-issues","compatibility.html#the-status-bar-fonts-dont-render-correctly","compatibility.html#alt-button-mapping-on-darwin-systems","compatibility.html#pane-frame-title-has-issues-with-kitty","compatibility.html#mouse-issues","compatibility.html#clipboard-not-working"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":3,"title":1},"10":{"body":7,"breadcrumbs":3,"title":2},"100":{"body":792,"breadcrumbs":7,"title":3},"101":{"body":59,"breadcrumbs":6,"title":2},"102":{"body":101,"breadcrumbs":8,"title":4},"103":{"body":0,"breadcrumbs":2,"title":1},"104":{"body":4,"breadcrumbs":2,"title":1},"105":{"body":0,"breadcrumbs":3,"title":2},"106":{"body":17,"breadcrumbs":7,"title":6},"107":{"body":8,"breadcrumbs":6,"title":5},"108":{"body":9,"breadcrumbs":6,"title":5},"109":{"body":27,"breadcrumbs":3,"title":2},"11":{"body":9,"breadcrumbs":5,"title":4},"110":{"body":45,"breadcrumbs":3,"title":2},"12":{"body":7,"breadcrumbs":3,"title":2},"13":{"body":15,"breadcrumbs":2,"title":1},"14":{"body":36,"breadcrumbs":2,"title":1},"15":{"body":19,"breadcrumbs":2,"title":1},"16":{"body":67,"breadcrumbs":2,"title":1},"17":{"body":111,"breadcrumbs":3,"title":1},"18":{"body":109,"breadcrumbs":5,"title":2},"19":{"body":52,"breadcrumbs":6,"title":3},"2":{"body":21,"breadcrumbs":4,"title":2},"20":{"body":7,"breadcrumbs":4,"title":1},"21":{"body":16,"breadcrumbs":5,"title":1},"22":{"body":14,"breadcrumbs":5,"title":1},"23":{"body":32,"breadcrumbs":5,"title":1},"24":{"body":15,"breadcrumbs":5,"title":1},"25":{"body":15,"breadcrumbs":5,"title":1},"26":{"body":5,"breadcrumbs":5,"title":1},"27":{"body":7,"breadcrumbs":5,"title":1},"28":{"body":4,"breadcrumbs":5,"title":1},"29":{"body":13,"breadcrumbs":5,"title":1},"3":{"body":45,"breadcrumbs":4,"title":2},"30":{"body":6,"breadcrumbs":6,"title":2},"31":{"body":8,"breadcrumbs":6,"title":2},"32":{"body":8,"breadcrumbs":6,"title":2},"33":{"body":9,"breadcrumbs":7,"title":3},"34":{"body":2,"breadcrumbs":5,"title":1},"35":{"body":3,"breadcrumbs":8,"title":4},"36":{"body":2,"breadcrumbs":5,"title":1},"37":{"body":2,"breadcrumbs":5,"title":1},"38":{"body":3,"breadcrumbs":6,"title":2},"39":{"body":3,"breadcrumbs":5,"title":1},"4":{"body":6,"breadcrumbs":5,"title":3},"40":{"body":2,"breadcrumbs":5,"title":1},"41":{"body":2,"breadcrumbs":5,"title":1},"42":{"body":2,"breadcrumbs":5,"title":1},"43":{"body":6,"breadcrumbs":5,"title":1},"44":{"body":2,"breadcrumbs":5,"title":1},"45":{"body":5,"breadcrumbs":5,"title":1},"46":{"body":5,"breadcrumbs":6,"title":2},"47":{"body":20,"breadcrumbs":6,"title":2},"48":{"body":16,"breadcrumbs":6,"title":2},"49":{"body":8,"breadcrumbs":5,"title":1},"5":{"body":21,"breadcrumbs":5,"title":3},"50":{"body":8,"breadcrumbs":5,"title":1},"51":{"body":13,"breadcrumbs":5,"title":1},"52":{"body":18,"breadcrumbs":6,"title":2},"53":{"body":7,"breadcrumbs":5,"title":1},"54":{"body":7,"breadcrumbs":5,"title":1},"55":{"body":6,"breadcrumbs":5,"title":1},"56":{"body":6,"breadcrumbs":5,"title":1},"57":{"body":7,"breadcrumbs":5,"title":1},"58":{"body":6,"breadcrumbs":5,"title":1},"59":{"body":10,"breadcrumbs":5,"title":1},"6":{"body":33,"breadcrumbs":3,"title":1},"60":{"body":5,"breadcrumbs":5,"title":1},"61":{"body":32,"breadcrumbs":6,"title":2},"62":{"body":3,"breadcrumbs":5,"title":1},"63":{"body":17,"breadcrumbs":6,"title":2},"64":{"body":3,"breadcrumbs":5,"title":1},"65":{"body":3,"breadcrumbs":5,"title":1},"66":{"body":3,"breadcrumbs":5,"title":1},"67":{"body":4,"breadcrumbs":6,"title":2},"68":{"body":19,"breadcrumbs":7,"title":3},"69":{"body":5,"breadcrumbs":6,"title":2},"7":{"body":139,"breadcrumbs":4,"title":2},"70":{"body":5,"breadcrumbs":6,"title":2},"71":{"body":11,"breadcrumbs":5,"title":1},"72":{"body":921,"breadcrumbs":6,"title":2},"73":{"body":84,"breadcrumbs":3,"title":1},"74":{"body":51,"breadcrumbs":2,"title":1},"75":{"body":18,"breadcrumbs":2,"title":1},"76":{"body":50,"breadcrumbs":4,"title":3},"77":{"body":26,"breadcrumbs":3,"title":2},"78":{"body":5,"breadcrumbs":4,"title":3},"79":{"body":25,"breadcrumbs":7,"title":6},"8":{"body":16,"breadcrumbs":2,"title":1},"80":{"body":105,"breadcrumbs":6,"title":5},"81":{"body":17,"breadcrumbs":4,"title":3},"82":{"body":58,"breadcrumbs":4,"title":3},"83":{"body":91,"breadcrumbs":3,"title":2},"84":{"body":17,"breadcrumbs":2,"title":1},"85":{"body":14,"breadcrumbs":3,"title":2},"86":{"body":200,"breadcrumbs":4,"title":2},"87":{"body":42,"breadcrumbs":2,"title":1},"88":{"body":24,"breadcrumbs":4,"title":2},"89":{"body":24,"breadcrumbs":5,"title":2},"9":{"body":24,"breadcrumbs":4,"title":3},"90":{"body":32,"breadcrumbs":7,"title":3},"91":{"body":0,"breadcrumbs":6,"title":2},"92":{"body":33,"breadcrumbs":7,"title":3},"93":{"body":45,"breadcrumbs":7,"title":3},"94":{"body":14,"breadcrumbs":8,"title":4},"95":{"body":15,"breadcrumbs":5,"title":1},"96":{"body":37,"breadcrumbs":5,"title":1},"97":{"body":58,"breadcrumbs":5,"title":1},"98":{"body":60,"breadcrumbs":5,"title":1},"99":{"body":57,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"This is the documentation for the Zellij terminal workspace. For installing Zellij, see: Installation For configuring Zellij, see: Configuration For Operating System Compatibility and Known Issues, see: Compatibility For setting up layouts: Layouts For developing plugins: Plugins","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Currently Binaries are produced for both Linux and MacOS. However it is available in some public repositories.","breadcrumbs":"Introduction » Installation » Installation","id":"1","title":"Installation"},"10":{"body":"short: ls Will list all the names of currently running sessions.","breadcrumbs":"Commands » list-sessions","id":"10","title":"list-sessions"},"100":{"body":"That was pretty easy, so let's try to do something a bit more interesting! Let's subscribe to some Events by adding the following code to load(): fn load(&mut self) { subscribe(&[EventType::ModeUpdate]);\n} Code in load() is called once the first time your plugin is loaded. Aside from that, it's nothing special. Anything that you can do in the load() method should be possible from within the update() and render() methods as well. The subscribe() function is part of zellij-tile::prelude and sends a message to Zellij asking to be notified when certain Events occur. In this case, we're subscribing to ModeUpdate events. The documentation for Event tells us that a ModeUpdate contains the ModeInfo struct, which stores the current mode as well as some additional information. To actually handle these events, we'll need to add some code to our update() method: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { dbg!(mode_info.mode); }\n} Here we are checking for ModeUpdates and destructuring them to get the current mode. Currently, the dbg!() macro is being used to dump this information to stderr. If we want to actually see this debug info, we'll need to run our plugin slightly differently: cargo build\n# The 2> redirects stderr to dbg.log\nzellij -l plugin.yaml 2> dbg.log Do some faffing about in Zellij, changing modes a couple of times, then take a look at dbg.log: [src/main.rs:15] mode_info.mode = Normal\n[src/main.rs:15] mode_info.mode = Pane\n[src/main.rs:15] mode_info.mode = Tab\n[src/main.rs:15] mode_info.mode = Resize\n[src/main.rs:15] mode_info.mode = Scroll\n[src/main.rs:15] mode_info.mode = Locked\n[src/main.rs:15] mode_info.mode = Normal Excellent! It looks like our plugin is receiving mode updates! If you'd like to see these sorts of logs live, try opening a second terminal and running tail -f dbg.log. The next thing to do is properly store a log of events and print them to the screen. Let's start by tweaking our State struct: use std::collections::VecDeque; #[derive(Default)]\nstruct State { log: VecDeque,\n} We've gone with a VecDeque so that we can efficiently push Strings to the front of log and so we can show off how easy it is to use standard library components from within a plugin. Let's change the update() method again to grow our log: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front(mode); }\n} Recall that the {:?} format specifier simply debug-prints a value and that log.push_front(mode) adds a mode String to the front of our log messages. Finally, let's update render() to print out all of our log messages: fn render(&mut self, rows: usize, cols: usize) { for mode in &self.log { println!(\"Mode: {}\", mode); }\n} Let's give things a run with cargo build && zellij -l plugin.yaml and test it out! Our Plugin Excellent! You should notice that, as you cycle through different modes in Zellij, that those updates are being logged on-screen. This is a good start, but no logger is complete without storing timestamps! Let's import the chrono crate for working with time. First we'll need to add it to our Cargo.toml: [package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\"\nchrono = \"0.4\" Quite a few Rust libraries can compile to WebAssembly without any issue – this is one of them! Let's import it and update State to store timestamps: use chrono::{DateTime,Local}; #[derive(Default)]\nstruct State { log: VecDeque<(String, DateTime)>,\n} Next we'll need to actually store these timestamps in update(): fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); // Local::now() gets the current time and date self.log.push_front((mode, Local::now())); }\n} Finally, we can render() the timestamps to the screen: fn render(&mut self, rows: usize, cols: usize) { for (mode, time) in &self.log { println!(\"Mode: {} ({})\", mode, time.format(\"%T\")); }\n} The different options for time.format() can be found in the chrono::format::strftime module; %T shows the time in HH:MM:SS format. Finally, let's test this out! Our Plugin It looks like getting the time is working perfectly! Unfortunately, because our different mode names are different lengths, it looks a bit messy at the moment. Luckily, every time that render() is called, it passes the size of plugin pane. Let's use the cols value to right-align the timestamp: fn render(&mut self, _rows: usize, cols: usize) { for (mode, time) in &self.log { let mode = format!(\"Mode: {}\", mode); let time = time.format(\"%T\").to_string(); let padding = \" \".repeat(cols - mode.len() - time.len()); println!(\"{}{}{}\", mode, padding, time); }\n} By separately storing the left-aligned mode String and the right-aligned timestamp, we can calculate (using cols) exactly how much padding we need to fill the screen. Once we've done that, it's just a matter of printing the left half, the padding, then the right half. If we run this code, we now get the much nicer: Our Plugin Try resizing your terminal window or the plugin pane and watch how things stay properly justified! As a final step, let's add a couple of commands that allow the user to clear their history or save their log to a file. To do this, we'll need our plugin to receive KeyPress events: fn load(&mut self) { subscribe(&[EventType::ModeUpdate, EventType::KeyPress]);\n} Now we can expand update() to handle ModeUpdate and KeyPress events. Let's make Ctrl-L the command for clearing the logs: fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), _ => (), }\n} When matching against KeyPress events, you might find it helpful to explore the zellij_tile::Key enum. Also note that we need the catch-all case _ => () because, even though we've only subscribed to the ModeUpdate and KeyPress events, the Rust compiler on its own can't guarantee that only those events will be passed to update(). Let's try running this, changing modes a couple of times, then pressing Ctrl-L: Our Plugin Incredibly blank! Nicely done! As one final feature, we'll dump a log of the captured events to mode-log.txt when Ctrl-W is pressed: use std::{fs::File, io::Write}; // ... snip ... fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), Event::KeyPress(Key::Ctrl('w')) => { if let Ok(mut f) = File::create(\"mode-log.txt\") { for (mode, time) in self.log.iter().rev() { writeln!(f, \"{}: Entered {} Mode\", time.format(\"%c\"), mode).unwrap(); } } } _ => (), }\n} A couple of new things here, but all of them are vanilla Rust – nothing changes when writing a plugin! File::create(\"mode-log.txt\") is just normal code for creating a file named mode-log.txt in the current directory. After the file is created, we're again looping through all of the log events and writing them out (but this time to a file!). The format of the log file is also a bit different from the log we show on-screen. First of all, we're writing things to the log file in chronological order (that's why we're reversing our log with self.log.iter().rev()), and we've also changed to a more verbose timestamp. The %c should look something like this: Tue Apr 20 10:21:02 2021. Let's run Zellij again, change some modes, then press Ctrl-W: Our Plugin We can then look at mode-log.txt, which should look something like this: Tue Apr 20 10:20:40 2021: Entered Normal Mode\nTue Apr 20 10:20:46 2021: Entered Pane Mode\nTue Apr 20 10:20:50 2021: Entered Tab Mode\nTue Apr 20 10:20:53 2021: Entered Resize Mode\nTue Apr 20 10:20:57 2021: Entered Scroll Mode\nTue Apr 20 10:21:00 2021: Entered Locked Mode\nTue Apr 20 10:21:02 2021: Entered Normal Mode And that's all, folks! The full code for this example can be found in the rust-plugin-example repository.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Implementing the Event Logger","id":"100","title":"Implementing the Event Logger"},"101":{"body":"There are a lot of ways that this plugin could be improved! Here are a couple of the things that you might want to try implementing if you're looking for the extra practice: Support for scrolling :: you'll need to use rows and save a cursor position in State Make it pretty :: our default plugins use the colored crate for fancy formatting Make it more stable :: if you make the logger pane too small, the plugin will crash! Add a help bar :: there is currently no UI telling the user about the clear and save features Have fun, and don't hesitate to get in touch if you find any bugs or would like some guidance :)","breadcrumbs":"Plugins » Developing a Plugin » Rust » Further Steps","id":"101","title":"Further Steps"},"102":{"body":"This page is very much a work in progress! If you're familiar with WASM and Rust, then understanding the zellij-tile library is a great place to start. In short, Zellij expects your WASI module to export three functions: main() :: called once on plugin load update() :: called after event subscriptions are triggered render(i32, i32) :: called when the plugin needs to be rendered The render(i32, i32) function is passed the size of the plugin pane, first the rows, then the columns – e.g. render(rows, cols). Complex types are sent over stdin as JSON objects. Before update() is called, Zellij writes an event to the plugin's stdin that can be read back in the update() function. Host functions, for communicating with Zellij, are best documented by the extern section of zellij-tile::shim and are found in a WASM module named zellij. Help Add More Language Guides! If you'd like to contribute, either drop us a line on Discord or open a PR improving these docs !","breadcrumbs":"Plugins » Developing a Plugin » Other Languages » Writing a Plugin in Another Language","id":"102","title":"Writing a Plugin in Another Language"},"103":{"body":"","breadcrumbs":"Compatibility » Compatibility","id":"103","title":"Compatibility"},"104":{"body":"Please report issues here.","breadcrumbs":"Compatibility » Issues","id":"104","title":"Issues"},"105":{"body":"","breadcrumbs":"Compatibility » Known Issues","id":"105","title":"Known Issues"},"106":{"body":"This most likely is caused by a missing character in the font. Fonts from nerdfonts can fix this problem. Some Options: Package Manager Name apt fonts-powerline nix nerdfonts","breadcrumbs":"Compatibility » The status bar fonts don't render correctly:","id":"106","title":"The status bar fonts don't render correctly:"},"107":{"body":"This can be mitigated individually on a terminal emulator level, some inspiration can be found here .","breadcrumbs":"Compatibility » Alt button mapping on darwin systems:","id":"107","title":"Alt button mapping on darwin systems:"},"108":{"body":"This sadly seems to be an issue that can not be mitigated easily, more information can be found here .","breadcrumbs":"Compatibility » Pane frame title has issues with kitty:","id":"108","title":"Pane frame title has issues with kitty:"},"109":{"body":"If mouse_mode is turned on zellij handles these events, zellij provides an escape mechanism in the form of the SHIFT Key, once it is pressed zellij lets the terminal handle selection, clicking on links, copying, scrolling. More information can be found here","breadcrumbs":"Compatibility » Mouse issues:","id":"109","title":"Mouse issues:"},"11":{"body":"short: k Will kill the session with the name of [target-session], if it is currently running.","breadcrumbs":"Commands » kill-sessions [target-session]","id":"11","title":"kill-sessions [target-session]"},"110":{"body":"This is a known problem which mostly occurs in specific terminal emulators under Linux/OS X such as GNOMEs default Terminal, terminator, and more. A workaround for this was added in zellij > 0.24.0 and enables the user to specify a custom command that copies selected text to the system clipboard. Refer to lines containing \"copy_command\" from the output of zellij setup --dump-config. For technical background, refer to this issue and this merge request","breadcrumbs":"Compatibility » Clipboard not working:","id":"110","title":"Clipboard not working:"},"12":{"body":"short: ka Will prompt the user to kill all running sessions.","breadcrumbs":"Commands » kill-all-sessions","id":"12","title":"kill-all-sessions"},"13":{"body":"Can be used to change the behaviour of zellij on startup. Will supercede options defined in the config file. To see a list of options look here .","breadcrumbs":"Commands » options","id":"13","title":"options"},"14":{"body":"Functionality to help with the setup of zellij. Flag Description --check Checks the configuration --clean Start with default configuration --dump-config Dump the default configuration file to stdout --dump-layout [LAYOUT] Dump a specified default layout file to stdout --generate-completions [SHELL] Generate completions for the specified shell","breadcrumbs":"Commands » setup","id":"14","title":"setup"},"15":{"body":"These flags can be invoked with zellij --flag. Flag Description --help Display the help prompt --debug Gather additional debug information --version Print version information","breadcrumbs":"Commands » Flags","id":"15","title":"Flags"},"16":{"body":"By default Zellij will look for config.yaml in the config directory. Quickstart: mkdir ~/.config/zellij\nzellij setup --dump-config > ~/.config/zellij/config.yaml The default config directory order is as follows: --config-dir flag ZELLIJ_CONFIG_DIR env variable $HOME/.config/zellij default location Linux: /home/alice/.config/zellij Mac: /Users/Alice/Library/Application Support/org.Zellij-Contributors.Zellij system location (/etc/zellij) In order to pass a config file directly to zellij: zellij --config [FILE] or use the ZELLIJ_CONFIG_FILE environment variable. To start without loading configuration from default directories: zellij options --clean To show the current default configuration: zellij setup --dump-config","breadcrumbs":"Configuration » Configuration","id":"16","title":"Configuration"},"17":{"body":"You can make use of these options either by invoking zellij with zellij options [OPTION] or binding them in the configuration file. Eg. zellij options --simplified-ui true is equivalent to simplified_ui: true in the config file. Option Config Default Description default-mode default_mode normal The first mode on startup. default-shell default_shell $SHELL The default shell. mouse-mode mouse_mode true Enable mouse mode. disable-mouse-mode - false Disable mouse mode. simplified-ui simplified_ui false Request the Plugins to use a more compatible ui. pane-frames pane_frames true Display frames around the panes. no-pane-frames - false Disable display of frames around the panes. on-force-close on_force_close detach What to do when receiving a SIGTERM, SIGINT, SIGQUIT or SIGHUP. theme theme default Switch to a theme configured under the themes section. scroll-buffer-size scroll_buffer_size 10000 The number of lines zellij stores for each pane in the scroll back buffer.","breadcrumbs":"Configuration » Options » Options","id":"17","title":"Options"},"18":{"body":"Zellij comes with a default set of keybindings that try to fit as many different users and use cases while trying to maximize comfort for everyone. It is possible to add to these defaults or even override them with an external configuration. For more information about the file, see Configuration . The structure of the keybinds section of the file is as follows: keybinds: normal: - action: [] key: [] Under the main keybinds section one can list the new bindings they'd like to add grouped under the different Modes (normal in this example). The action is a sequence of one or more instructions sent to Zellij through this keybinding. The key is a list of one or more keys, any one of them alone would trigger the sequence of actions. For example: keybinds: normal: - action: [ NewTab, GoToTab: 1,] key: [ Char: 'c',] Will create a new tab and then switch to tab number 1 on pressing the c key. Whereas: keybinds: normal: - action: [ NewTab,] key: [ Char: 'c', Char: 'd',] Will create a new tab on pressing either the c or the d key.","breadcrumbs":"Configuration » Configuring Keybindings » Configuring Keybindings","id":"18","title":"Configuring Keybindings"},"19":{"body":"The default keybinds can be unbound either for a specific mode, or for every mode. It supports either a list of keybinds, or a bool indicating that every keybind should be unbound: keybinds: unbind: true Will unbind every default binding. keybinds: unbind: [ Ctrl: 'p'] Will unbind every default ^P binding for each mode. keybinds: normal: - unbind: true Will unbind every default keybind for the normal mode. keybinds: normal: - unbind: [ Alt: 'n', Ctrl: 'g'] Will unbind every default keybind for n and ^g for the normal mode.","breadcrumbs":"Configuration » Configuring Keybindings » To unbind the default Keybindings","id":"19","title":"To unbind the default Keybindings"},"2":{"body":"For instructions on how to install Cargo see here: Once installed run: cargo install zellij If experiencing errors, if installed through rustup, please try running: rustup update","breadcrumbs":"Introduction » Installation » Rust - Cargo","id":"2","title":"Rust - Cargo"},"20":{"body":"This configuration can be used to configure Zellij's default keybindings: default.yaml","breadcrumbs":"Configuration » Configuring Keybindings » Example","id":"20","title":"Example"},"21":{"body":"The Zellij keybindings are grouped into different modes, which are a logical separation meant to reduce the mental overhead and allow to duplicate shortcuts in different situations.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » Modes","id":"21","title":"Modes"},"22":{"body":"This is the default mode Zellij starts with. By default it provides the ability to switch to different modes, as well as some quick navigation shortcuts.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » normal","id":"22","title":"normal"},"23":{"body":"This mode \"locks\" the interface, disabling all keybindings except one that would switch to \"normal\" mode (ctrl-g by default). It is intended to give users a workaround in case one of the default keybindings overrides something they use in their terminal. (eg. ctrl-r for reverse history search in bash).","breadcrumbs":"Configuration » Configuring Keybindings » Modes » locked","id":"23","title":"locked"},"24":{"body":"This mode includes instructions that manipulate the different panes. Eg. adding new panes, closing panes and moving the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » pane","id":"24","title":"pane"},"25":{"body":"This mode includes instructions that manipulate the different tabs. Eg. adding new tabs, closing tabs and moving the active tab.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » tab","id":"25","title":"tab"},"26":{"body":"This mode allows the resizing of the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » resize","id":"26","title":"resize"},"27":{"body":"This mode allows scrolling up/down within the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » scroll","id":"27","title":"scroll"},"28":{"body":"This mode allows detaching from a session.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » session","id":"28","title":"session"},"29":{"body":"These are the possible keys and key combinations one can set in the Keybindings configuration . For more information, please see: https://docs.rs/termion/1.5.6/termion/event/enum.Key.html","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Keys","id":"29","title":"Keys"},"3":{"body":"Binaries are made available each release for the Linux and MacOS operating systems. It is possible to download the binaries for these on the release page. Once downloaded, untar the file: tar -xvf zellij*.tar.gz check for the execution bit: chmod +x zellij and then execute Zellij: ./zellij Include the directory Zellij is in, in your PATH Variable if you wish to be able to execute it anywhere. 'Or' move Zellij to a directory already included in your [$PATH] Variable.","breadcrumbs":"Introduction » Installation » Binary Download","id":"3","title":"Binary Download"},"30":{"body":"A single character with no modifier, eg. Char: f","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Char: ","id":"30","title":"Char: "},"31":{"body":"A single character preceded by the Alt modifier, eg. Alt: f.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Alt: ","id":"31","title":"Alt: "},"32":{"body":"A single character preceded by the Ctrl modifier, eg. Ctrl: f.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Ctrl: ","id":"32","title":"Ctrl: "},"33":{"body":"One of the F characters (usually at the top of the keyboard). eg. F: 11","breadcrumbs":"Configuration » Configuring Keybindings » Keys » F: <1-12>","id":"33","title":"F: <1-12>"},"34":{"body":"The Backspace key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Backspace","id":"34","title":"Backspace"},"35":{"body":"The arrow keys on the keyboard.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Left / Right / Up / Down","id":"35","title":"Left / Right / Up / Down"},"36":{"body":"The home key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Home","id":"36","title":"Home"},"37":{"body":"The End key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » End","id":"37","title":"End"},"38":{"body":"The PageUp or PageDown keys.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » PageUp / PageDown","id":"38","title":"PageUp / PageDown"},"39":{"body":"The backward Tab key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » BackTab","id":"39","title":"BackTab"},"4":{"body":"Instructions on how to compile Zellij from source can be found here .","breadcrumbs":"Introduction » Installation » Compiling Zellij From Source","id":"4","title":"Compiling Zellij From Source"},"40":{"body":"The delete key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Delete","id":"40","title":"Delete"},"41":{"body":"The insert key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Insert","id":"41","title":"Insert"},"42":{"body":"The Esc key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Esc","id":"42","title":"Esc"},"43":{"body":"These are the actions that can be assigned to key sequences when configuring keybindings .","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Actions","id":"43","title":"Actions"},"44":{"body":"Quit Zellij.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Quit","id":"44","title":"Quit"},"45":{"body":"Detach from the currently running Zellij session.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Detach","id":"45","title":"Detach"},"46":{"body":"Move the currently focused pane in a direction.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MovePane: ","id":"46","title":"MovePane: "},"47":{"body":"Switch to the specified input mode . The mode should be capitalized, eg. SwitchToMode: Normal. Note that there's a \"hidden\" mode called RenameTab which can be used in order to trigger the renaming of a tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchToMode: ","id":"47","title":"SwitchToMode: "},"48":{"body":"Resize focused pane in the specified direction. Direction should be one of Left, Right, Up, Down, Increase, or Decrease. Example: Resize: Down","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Resize: ","id":"48","title":"Resize: "},"49":{"body":"Switch focus to next pane to the right or below if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusNextPane","id":"49","title":"FocusNextPane"},"5":{"body":"Zellij is packaged in some third part repositories. Please keep in mind that they are not directly affiliated with zellij maintainers: Packaging status More information about third party installation can be found here .","breadcrumbs":"Introduction » Installation » Third party repositories","id":"5","title":"Third party repositories"},"50":{"body":"Switch focus to next pane to the left or above if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusPreviousPane","id":"50","title":"FocusPreviousPane"},"51":{"body":"Switch focus to pane with the next ID (this is mostly left around for legacy support, FocusNextPane or FocusPreviousPane should be preferred).","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchFocus","id":"51","title":"SwitchFocus"},"52":{"body":"Move focus to the pane with the greatest overlap with the current pane in the specified direction. Direction should be one of Left, Right, Up or Down. eg. MoveFocus: Left","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MoveFocus: ","id":"52","title":"MoveFocus: "},"53":{"body":"Scroll up 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollUp","id":"53","title":"ScrollUp"},"54":{"body":"Scroll down 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollDown","id":"54","title":"ScrollDown"},"55":{"body":"Scroll up one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollUp","id":"55","title":"PageScrollUp"},"56":{"body":"Scroll down one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollDown","id":"56","title":"PageScrollDown"},"57":{"body":"Toggle between fullscreen focus pane and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleFocusFullscreen","id":"57","title":"ToggleFocusFullscreen"},"58":{"body":"Toggle between pane frames and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » TogglePaneFrames","id":"58","title":"TogglePaneFrames"},"59":{"body":"Toggle between sending text commands to all panes on the current tab and just the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleActiveSyncTab","id":"59","title":"ToggleActiveSyncTab"},"6":{"body":"Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer. Zellij has a native layout and plugin system. To understand Zellij a little bit better, let us take a look at the default configuration.","breadcrumbs":"Introduction » Overview » Overview","id":"6","title":"Overview"},"60":{"body":"Switch between the most recently used tabs.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleTab","id":"60","title":"ToggleTab"},"61":{"body":"Open a new pane in the specified direction (relative to focus). If no direction is specified, will try to use the biggest available space. Direction should be one of Left, Right, Up or Down. Specifying no direction should be done by introducing a space character (this is a bug and should be fixed). eg. NewPane: Left or NewPane:","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewPane: ","id":"61","title":"NewPane: "},"62":{"body":"Close the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseFocus","id":"62","title":"CloseFocus"},"63":{"body":"Create a new tab. Optionally with the provided tab-layout. Example: NewTab: or NewTab: { direction: Vertical, parts: [ direction: Vertical, direction: Horizontal, ],}","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewTab: ","id":"63","title":"NewTab: "},"64":{"body":"Go to the next tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToNextTab","id":"64","title":"GoToNextTab"},"65":{"body":"Go to the previous tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToPreviousTab","id":"65","title":"GoToPreviousTab"},"66":{"body":"Close the current tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseTab","id":"66","title":"CloseTab"},"67":{"body":"Go to the tab of the specified index.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToTab: ","id":"67","title":"GoToTab: "},"68":{"body":"Run the specified command in a new pane. A comma separated list of arguments, or the split direction is optional: Run: {cmd: , args: [ARGS], direction: }","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Run: {cmd: }","id":"68","title":"Run: {cmd: }"},"69":{"body":"Write the specified bytes in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Write: [bytes]","id":"69","title":"Write: [bytes]"},"7":{"body":"Default layout The default configuration consists of: The tab-bar plugin. It shows current tabs that are in use as well as the session name. The pane, in which the default shell is started. The title the shell sets can be seen in the upper left corner of the pane. The status-bar plugin. It gives an overview over current default keybindings, since Zellij is modal it can show hints based on modes it currently resides in. To dive deeper in to how the layout-template that is behind the default layout works, consider checking out the relevant section . Let's open a new tab and then a couple panes inside that new tab: Ctrl + t n Ctrl + p n r Return The status-bar should have guided us through: Status tab 1 Status tab 2 And this is our current state: Default state 1 Zellij doesn't need a terminal to keep commands running, because it uses a client and server system. Let us disconnect and reconnect to the same session now: Ctrl + o d Status tab 3 If only one server session is running in the background zellij can restore the connection automatically, if not then we need a specific session name. We can get the name in the following way: zellij list-sessions And now we reattach to the currently running session: zellij attach hilarious-kitty","breadcrumbs":"Introduction » Overview » Default Configuration","id":"7","title":"Default Configuration"},"70":{"body":"Write the specified characters in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » WriteChars: ","id":"70","title":"WriteChars: "},"71":{"body":"Zellij's keybindings can be configured to behave in multiple ways. Here are example configurations to possibly inspire you.","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Examples","id":"71","title":"Examples"},"72":{"body":"This certain example works as if it had a prefix key. Zellij starts in locked mode and only the prefix key switches to normal mode, from then on it is possible to have a layer of shortcuts, or more special modes to switch to. Eg: Open a pane: ^b - n Open a pane to the right: ^b - p - r Open a tab: ^b - N Open multiple tabs: ^b - t - N - n Switch to a specific pane or tab: ^b - h/j/k/l Switch to a specific tab: ^b - 1 Resize: ^b - r - h/j/k/l Fullscreen: ^b - p - f Send the prefix key (^b): ^b - b Detach the session: ^b - o - d Quit zellij: ^b - ^q Here is one possible example of that: default_mode: locked\nkeybinds: unbind: true # the prefix key ^b locked: - action: [SwitchToMode: Normal,] key: [Ctrl: 'b',] normal: # send the prefix-key ^b on pressing b in normal mode # then switch back to locked mode - action: [Write: [2,], SwitchToMode: Locked] key: [Char: 'b'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: ' ', Char: \"\\n\"] - action: [SwitchToMode: Pane,] key: [Char: 'p',] - action: [SwitchToMode: Resize,] key: [Char: 'r',] - action: [SwitchToMode: Tab,] key: [Char: 't',] - action: [SwitchToMode: Scroll,] key: [Char: 's',] - action: [Quit,] key: [Ctrl: 'q',] - action: [NewPane: , SwitchToMode: Locked, ] key: [ Alt: 'n',] - action: [NewTab: , SwitchToMode: Locked, ] key: [ Char: 'N',] - action: [NewPane: , SwitchToMode: Locked,] key: [ Char: 'n',] - action: [MoveFocusOrTab: Left,] key: [ Char: 'h', Alt: 'h' ] - action: [MoveFocusOrTab: Right,] key: [ Char: 'l', Alt: 'l',] - action: [MoveFocus: Down,] key: [ Char: 'j', Alt: 'j',] - action: [MoveFocus: Up,] key: [ Char: 'k', Alt: 'k',] - action: [FocusPreviousPane,] key: [ Char: '[', Alt: '['] - action: [FocusNextPane,] key: [ Char: ']', Alt: '['] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: '-',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: '\\',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] resize: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit] key: [Ctrl: 'q'] - action: [Resize: Left,] key: [Char: 'h', Left, ] - action: [Resize: Down,] key: [Char: 'j', Down, ] - action: [Resize: Up,] key: [Char: 'k', Up, ] - action: [Resize: Right,] key: [Char: 'l', Right, ] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] pane: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Normal,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [SwitchFocus,] key: [Char: 'p'] - action: [NewPane: , SwitchToMode: Locked,] key: [Char: 'n', Alt: 'n',] - action: [NewPane: ,] key: [Char: 'N', ] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: 'd',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: 'r',] - action: [TogglePaneFrames, SwitchToMode: Locked,] key: [Char: 'z',] - action: [TogglePaneFrames,] key: [Char: 'Z',] - action: [NewPane: Down,] key: [Char: 'D',] - action: [NewPane: Right,] key: [Char: 'R',] - action: [CloseFocus, SwitchToMode: Locked,] key: [Char: 'x',] - action: [CloseFocus,] key: [Char: 'X',] - action: [ToggleFocusFullscreen, SwitchToMode: Locked,] key: [Char: 'f',] - action: [ToggleFocusFullscreen,] key: [Char: 'F',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] tab: - action: [SwitchToMode: Normal,] key: [Ctrl: 't'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [SwitchToMode: RenameTab, TabNameInput: [0],] key: [Char: 'r'] - action: [Quit,] key: [Ctrl: 'q',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] - action: [GoToPreviousTab,] key: [ Char: 'h',] - action: [GoToNextTab,] key: [ Char: 'l',] - action: [GoToNextTab,] key: [ Char: 'j',] - action: [GoToPreviousTab,] key: [ Char: 'k',] - action: [NewTab: ,] key: [ Char: 'n',] - action: [CloseTab,] key: [ Char: 'x',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] scroll: - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Ctrl: 's', Char: ' ', Char: \"\\n\",] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Normal,] key: [Ctrl: 's',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [Quit,] key: [Ctrl: 'q',] - action: [ScrollDown,] key: [Char: 'j', Down,] - action: [ScrollUp,] key: [Char: 'k', Up,] - action: [PageScrollDown,] key: [Ctrl: 'f', PageDown,] - action: [PageScrollUp,] key: [Ctrl: 'b', PageUp,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] renametab: - action: [SwitchToMode: Normal,] key: [Ctrl: 'r'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Ctrl: 's', Char: ' ',] - action: [SwitchToMode: Tab,] key: [Char: \"\\n\",] - action: [TabNameInput: [27] , SwitchToMode: Tab,] key: [Esc,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] session: - action: [SwitchToMode: Normal,] key: [Ctrl: 'o'] - action: [SwitchToMode: Resize,] key: [Ctrl: 'r',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [Detach,] key: [Char: 'd',]","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Prefix Example","id":"72","title":"Prefix Example"},"73":{"body":"You can specify a color theme, that will be picked up by zellij in the following way: themes: default: fg: [0,0,0] bg: [0,0,0] black: [0,0,0] gray: [0,0,0] red: [0,0,0] green: [0,0,0] yellow: [0,0,0] blue: [0,0,0] magenta: [0,0,0] cyan: [0,0,0] white: [0,0,0] orange: [0,0,0] for truecolor, or: themes: default: fg: 0 bg: 0 black: 0 gray: 0 red: 0 green: 0 yellow: 0 blue: 0 magenta: 0 cyan: 0 white: 0 orange: 0 for 256 color. If the theme is called default, then zellij will pick it on startup. To specify a different theme, run zellij with: zellij options --theme [NAME] or put the name in the configuration file with theme: [NAME].","breadcrumbs":"Configuration » Themes » Themes","id":"73","title":"Themes"},"74":{"body":"Layouts are yaml configuration files which Zellij can load on startup. These files can describe a layout of terminal panes and plugins that Zellij will create when it loads. To load a layout with Zellij: zellij --layout-path /path/to/your/layout_file.yaml By default Zellij will load the default.yaml layout, that is found in the layout directory (by default a subdirectory of the config directory [config/layouts]). Falling back to an internal default layout, if not found. Layouts residing in the default directory can be accessed as follows: zellij --layout [layout_name]","breadcrumbs":"Layouts » Layouts","id":"74","title":"Layouts"},"75":{"body":"This file: ---\ntabs: - direction: Vertical parts: - direction: Horizontal parts: - direction: Vertical - direction: Vertical - direction: Horizontal Will instruct Zellij to create this layout: ┌─────┬─────┐\n│ │ │\n├─────┤ │\n│ │ │\n└─────┴─────┘","breadcrumbs":"Layouts » Example","id":"75","title":"Example"},"76":{"body":"A layout file is a nested tree structure. Each node describes either a pane, or a space in which its parts (children) will be created. The layout file is divided in to two sections: templates and tabs. The templates describe the structure of the layout and what part of the ui should be tab agnostic. The tabs describe which part of the layout should be tab specific. For this mechanism the templates make use of an extra attribute called body, if it is specified each single tab will be inserted in to the template and then started by zellij.","breadcrumbs":"Layouts » Creating a layout file","id":"76","title":"Creating a layout file"},"77":{"body":"Layouts are composed through the optional parts section, if a layout has a non empty parts section it is a node that is split up into these respective parts. Example: parts: - direction: Vertical - direction: Vertical Each node has the following fields:","breadcrumbs":"Layouts » parts: ","id":"77","title":"parts: "},"78":{"body":"If the node has children, they will be created as splits in this direction.","breadcrumbs":"Layouts » direction: Horizontal / Vertical","id":"78","title":"direction: Horizontal / Vertical"},"79":{"body":"This indicates either a percentage of the node's parent's space or a fixed size of columns/rows from its parent's space. By default the splits are proportional. Example: parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical split_size: Percent: 50","breadcrumbs":"Layouts » split_size: Percent: <1-100> / Fixed: ","id":"79","title":"split_size: Percent: <1-100> / Fixed: "},"8":{"body":"These commands can be invoked with zellij [SUBCOMMAND]. For more details, each subcommand has its own help section when run with the --help flag (zellij [SUBCOMMAND] --help).","breadcrumbs":"Commands » Commands","id":"8","title":"Commands"},"80":{"body":"This is an optional instruction to either run a command, or a plugin. If indicated, instead of loading the default shell in a terminal pane, the run action will be executed. plugin: This is an optional path to a compiled Zellij plugin. If indicated, instead of loading a terminal, this plugin will be loaded. For more information, please see the plugin documentation of this guide. In case the plugin resides in the plugin directory, specifying the name of the plugin is sufficient. Example: run: plugin: location: \"zellij:status-bar\" _allow_exec_host_cmd: false # Optional and false by default For more information, please see the plugin documentation of this guide. The _allow_exec_host_cmd is preliminary and allows plugins to run commands on the host system, if the plugins need that functionality the user can opt in to it. command: {cmd: , args: } This is an optional path to a command. If indicated, instead of loading a pane with the default shell, this command will be executed. Optionally it's arguments can be passed as a vector of strings. Example: run: command: {cmd: htop, args: [\"-C\"]}","breadcrumbs":"Layouts » run: plugin: / command: ","id":"80","title":"run: plugin: / command: "},"81":{"body":"This is an optional command that can be used to name the tab in the tab layout section. Example: tabs: - name: \"\" This is currently limited to the tabs section.","breadcrumbs":"Layouts » name: ","id":"81","title":"name: "},"82":{"body":"This is an optional configuration option that can be used to modify the session behavior of the layout. Current options include: session: name: \"zellij\" # a string, that names the session attach: true # default `true`. If session exists, re-attach. Example: session: name: \"zellij\" Adding this to the layout would name the session zellij and upon loading the layout again will try to attach to an existing session that is called zellij. If the attach configuration is false, then zellij will show an error message on trying to create the layout, if the layout name already exists.","breadcrumbs":"Layouts » session: ","id":"82","title":"session: "},"83":{"body":"This is an optional configuration option that can be used to specify the initial focus of the tab or pane. This option is not set by default. So, every tab and pane basically focus the first target. Example one: tabs:\n- direction: Vertical\n- direction: Vertical focus: true # focus second tab. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50 If the option is duplicated, the first declared focus has priority. This applies to both tab and pane. Example two: tabs:\n- direction: Vertical focus: true # [duplicated] focus first tab. - direction: Vertical focus: true # [duplicated] ignored. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50\n- direction: Vertical","breadcrumbs":"Layouts » focus: ","id":"83","title":"focus: "},"84":{"body":"The layout supports all the configuration options from the Configuration page. If an option is specified in a layout, it has precedence over the config file itself. Example: default_shell: fish","breadcrumbs":"Layouts » configuration","id":"84","title":"configuration"},"85":{"body":"Please take a look at the default layouts that come with Zellij, or the layouts that reside in the example directory for more complete layouts.","breadcrumbs":"Layouts » Further examples","id":"85","title":"Further examples"},"86":{"body":"The templates section of the layout file describes the structure of the layout. To understand how it works let us look at the default layout a little bit closer. zellij setup --dump-layout default: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\" The default layout consists of three parts. The plugin tab-bar (part 1), a body (part 2) and the status-bar plugin (part 3). Since the tabs section is empty, a default pane will be inserted in to the body section Default Layout Let us now use the default layout and build upon it: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\"\ntabs: - name: \"tab 1\" # tab 1 - name: \"tab 2\" # tab 2 direction: Vertical parts: - direction: Horizontal - direction: Horizontal - name: \"tab 3\" # tab 3 direction: Vertical parts: - direction: Horizontal - direction: Horizontal parts: - direction: Horizontal - direction: Vertical This layout will create the following tabs upon loading. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3 This is how the tabs would look like with pane frames disabled. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3","breadcrumbs":"Layouts » Templates » Layout Templates","id":"86","title":"Layout Templates"},"87":{"body":"One feature that makes Zellij unique is its WebAssembly plugin system. This allows plugin developers to write their plugin in any language that can run on WASI ! Rust offers first-class support for WASI , but other languages like C/C++ , AssemblyScript , even Python should be supported. Disclaimer: The API for plugins is very much a work in progress. Don't be shy to request new features on our tracking issue !","breadcrumbs":"Plugins » Plugins","id":"87","title":"Plugins"},"88":{"body":"This is a small list of default plugins that zellij ships with: tab-bar strider status-bar This is an overview of zellij plugins, please do keep in mind that they are not necessarily connected to zellij maintainers: zellij-pomodoro-plugin","breadcrumbs":"Plugins » Overview » Plugin Overview","id":"88","title":"Plugin Overview"},"89":{"body":"Currently we have a complete guide for developing plugins in Rust and plan to add more guides for other languages in the future. If you are feeling particularly brave, you can try to write plugins in another language today! The Other Languages section will get you started.","breadcrumbs":"Plugins » Developing a Plugin » Developing a Plugin","id":"89","title":"Developing a Plugin"},"9":{"body":"short: a Zellij will attempt to attach to an already running session, with the name [session-name]. If given no [session-name] and there is only one running session, it will attach to that session. The attach subcommand will also accept the optional options subcommand.","breadcrumbs":"Commands » attach [session-name]","id":"9","title":"attach [session-name]"},"90":{"body":"Writing a Zellij plugin in Rust is incredibly easy thanks to Rust's first-class support for WebAssembly and the simple zellij-tile scaffolding library. This guide will walk through implementing the rust-plugin-example , a simple event logger that records mode-changes within Zellij.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Writing a Plugin in Rust","id":"90","title":"Writing a Plugin in Rust"},"91":{"body":"","breadcrumbs":"Plugins » Developing a Plugin » Rust » Getting Started","id":"91","title":"Getting Started"},"92":{"body":"First things first, to develop a plugin in Rust, you'll need Rust installed! The easiest way to do this is by using rustup . Once you have Rust and Cargo installed, getting the latest version of Zellij is as easy as running: cargo install zellij You'll also want to add the installed binary to your path!","breadcrumbs":"Plugins » Developing a Plugin » Rust » Installing Rust & Zellij","id":"92","title":"Installing Rust & Zellij"},"93":{"body":"To streamline the development experience, we provide a template repository that contains everything you need to get started quickly! You can use a tool called cargo-generate to fill in a couple of the gaps automatically: # First install `cargo-generate`\ncargo install cargo-generate\n# Then clone the rust-plugin template\ncargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name mode-logger\ncd mode-logger","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cloning The Template Repository","id":"93","title":"Cloning The Template Repository"},"94":{"body":"After cloning the template repository, you should have a directory that looks a little bit like this: .\n├── .cargo\n│ └── config.toml\n├── Cargo.toml\n├── plugin.yaml\n├── README.md\n└── src └── main.rs","breadcrumbs":"Plugins » Developing a Plugin » Rust » The Basic Structure of a Rust Plugin","id":"94","title":"The Basic Structure of a Rust Plugin"},"95":{"body":"[build]\ntarget = \"wasm32-wasi\" This file specifies a default target for our project. In this case, the correct WASI target is wasm32-wasi.","breadcrumbs":"Plugins » Developing a Plugin » Rust » .cargo/config.toml","id":"95","title":".cargo/config.toml"},"96":{"body":"[package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\" This is a quite standard package file that cargo-generate has partially filled in for us. Note the dependency on zellij-tile which provides some helpful functionality for avoiding boilerplate and writing unsafe code.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cargo.toml","id":"96","title":"Cargo.toml"},"97":{"body":"---\ndirection: Horizontal\nparts: - direction: Vertical split_size: Fixed: 1 plugin: tab-bar - direction: Vertical plugin: target/wasm32-wasi/debug/mode-logger.wasm - direction: Vertical split_size: Fixed: 2 plugin: status-bar This is a Zellij Layout that loads a mostly default instance of Zellij, but with the middle terminal pane replaced by the plugin being developed. The plugin: target/wasm32-wasi/debug/mode-logger.wasm line should point Zellij to the development version of our plugin. There will likely be a better way of loading plugins in the future, but custom Layouts are currently the only way to do so.","breadcrumbs":"Plugins » Developing a Plugin » Rust » plugin.yaml","id":"97","title":"plugin.yaml"},"98":{"body":"use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) {}\n} When using the zellij-tile library, plugins are written as Structs that implement the ZellijPlugin trait. The magic line here is register_plugin!(State), which wraps up the State struct in a way that neatly exposes its ZellijPlugin implementation for Zellij to find. Note that load(), update(), and render() have default implementations, so you only need to define the callbacks used by your plugin.","breadcrumbs":"Plugins » Developing a Plugin » Rust » src/main.rs","id":"98","title":"src/main.rs"},"99":{"body":"Let's tweak our main.rs a little to say hello! use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) { println!(\"Hello, Zellij!\"); }\n} It really is as simple as that! Anything printed to stdout by the render() method will be automatically drawn to the screen in the pane where the plugin is active. Let's build our plugin and test things out: cargo build\nzellij --layout-path plugin.yaml Our Plugin","breadcrumbs":"Plugins » Developing a Plugin » Rust » Hello, Zellij!","id":"99","title":"Hello, Zellij!"}},"length":111,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"73":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"79":{"tf":1.0}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"6":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"7":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"2":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"79":{"tf":1.0},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"72":{"tf":1.0}}},"df":5,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"3":{"df":3,"docs":{"7":{"tf":1.0},"72":{"tf":2.0},"86":{"tf":3.0}}},"4":{"df":1,"docs":{"72":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"79":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":1,"docs":{"72":{"tf":2.0}}},"6":{"df":1,"docs":{"72":{"tf":2.0}}},"7":{"df":1,"docs":{"72":{"tf":2.0}}},"8":{"df":1,"docs":{"72":{"tf":2.0}}},"9":{"df":1,"docs":{"72":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"18":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"72":{"tf":11.489125293076057},"80":{"tf":1.0}}}},"v":{"df":2,"docs":{"25":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"89":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"107":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"72":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"102":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"82":{"tf":2.0},"9":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"7":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"7":{"tf":1.7320508075688772},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"83":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"72":{"tf":5.0}},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"97":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}},"d":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"76":{"tf":1.0},"86":{"tf":2.0}}}},"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":{"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"101":{"tf":1.0},"61":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"c":{"/":{"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.0},"47":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":2.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"72":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"62":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.23606797749979},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"85":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"68":{"tf":1.0}},"n":{"d":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"74":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"86":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"72":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":24,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.6457513110645907},"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"86":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":4.0},"97":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"87":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":5.385164807134504},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"101":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"72":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"84":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":3,"docs":{"100":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"106":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":3.605551275463989}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":2.0}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0}}}},"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"108":{"tf":1.0},"17":{"tf":2.0},"58":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":2.0},"14":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"85":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"97":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"93":{"tf":2.0},"96":{"tf":1.0}}}}},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"64":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"72":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"p":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0},"86":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"d":{"df":2,"docs":{"100":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"2":{"tf":2.0},"5":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"100":{"tf":1.0},"72":{"tf":3.1622776601683795},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"72":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"18":{"tf":2.8284271247461903},"19":{"tf":3.1622776601683795},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"109":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":3.1622776601683795},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"77":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.23606797749979},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":3.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"df":2,"docs":{"100":{"tf":2.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":3.7416573867739413},"7":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":1,"docs":{"109":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"109":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"16":{"tf":1.0},"74":{"tf":2.0},"80":{"tf":2.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"72":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"100":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"101":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"17":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"107":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"108":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"100":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"47":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"109":{"tf":1.0},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"109":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"72":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"9":{"tf":2.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"w":{"df":9,"docs":{"100":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"61":{"tf":1.7320508075688772},"72":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"79":{"tf":1.0}}},"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"109":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"92":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":2.449489742783178},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"16":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"7":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"5":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"100":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":5,"docs":{"102":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.0},"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":2.23606797749979},"24":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":3.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":2.23606797749979},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":3.872983346207417},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"16":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"3":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":2,"docs":{"79":{"tf":1.7320508075688772},"83":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"102":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":3.7416573867739413},"101":{"tf":1.7320508075688772},"102":{"tf":2.0},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":3.7416573867739413},"86":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":2.6457513110645907},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":2.449489742783178}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"109":{"tf":1.0},"18":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"15":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"106":{"tf":1.0},"110":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"72":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"44":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"102":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"82":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"106":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"5":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"72":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"35":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413},"83":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.449489742783178},"86":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":9,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"2":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"109":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"72":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"80":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"108":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"100":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"45":{"tf":1.0},"7":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"82":{"tf":3.0},"9":{"tf":2.449489742783178}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"110":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"87":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"72":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":1,"docs":{"100":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"61":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"79":{"tf":1.7320508075688772},"83":{"tf":2.0},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}},"s":{":":{"1":{"5":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"106":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"86":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"100":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"72":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"39":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":3.4641016151377544},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"81":{"tf":2.449489742783178},"83":{"tf":2.6457513110645907},"86":{"tf":4.795831523312719},"88":{"tf":1.0},"97":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"76":{"tf":2.0},"86":{"tf":2.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"73":{"tf":2.8284271247461903}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":1,"docs":{"100":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"58":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"76":{"tf":1.0}}}},"i":{"df":7,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"72":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"76":{"tf":1.0},"83":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.0},"17":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":3.1622776601683795},"102":{"tf":1.7320508075688772},"2":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.3166247903554},"73":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":2.449489742783178},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"15":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"63":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":3.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"100":{"tf":2.0}}},"v":{"df":1,"docs":{"100":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"27":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"71":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"80":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":2.8284271247461903},"102":{"tf":2.449489742783178},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}}}}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"73":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"79":{"tf":1.4142135623730951}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"6":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"3":{"df":1,"docs":{"100":{"tf":1.0}}},"7":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"100":{"tf":1.0}}},"2":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979},"79":{"tf":1.4142135623730951},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"72":{"tf":1.0}}},"df":5,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"86":{"tf":3.3166247903554},"97":{"tf":1.0}}},"3":{"df":3,"docs":{"7":{"tf":1.0},"72":{"tf":2.0},"86":{"tf":3.0}}},"4":{"df":1,"docs":{"72":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"79":{"tf":1.4142135623730951},"83":{"tf":2.0}}},"df":1,"docs":{"72":{"tf":2.0}}},"6":{"df":1,"docs":{"72":{"tf":2.0}}},"7":{"df":1,"docs":{"72":{"tf":2.0}}},"8":{"df":1,"docs":{"72":{"tf":2.0}}},"9":{"df":1,"docs":{"72":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"18":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":11.489125293076057},"80":{"tf":1.0}}}},"v":{"df":2,"docs":{"25":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"89":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"107":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":2.0},"72":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"68":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"82":{"tf":2.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"7":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"83":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"72":{"tf":5.0}},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"49":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"97":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":2.0},"92":{"tf":1.0}}}}},"d":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"100":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"76":{"tf":1.0},"86":{"tf":2.0}}}},"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":{"96":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"83":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"101":{"tf":1.0},"61":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.7320508075688772}}}}}},"c":{"/":{"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":2.0},"47":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":2.0},"92":{"tf":1.4142135623730951},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"d":{"df":1,"docs":{"93":{"tf":1.0}}},"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":2.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"72":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"86":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"68":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.23606797749979},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"85":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"68":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"80":{"tf":3.1622776601683795},"81":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":1,"docs":{"102":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}},"s":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"74":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":66,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"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.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"86":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":2.0},"7":{"tf":1.7320508075688772},"72":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"97":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":24,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.8284271247461903},"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"86":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"52":{"tf":2.0},"61":{"tf":2.449489742783178},"63":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":4.0},"97":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"100":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"83":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"86":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"110":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"100":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"82":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.7320508075688772},"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"87":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":5.477225575051661},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"101":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"72":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"100":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":2.0},"84":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":3,"docs":{"100":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"17":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"106":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.7320508075688772},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"83":{"tf":3.7416573867739413}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"72":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0}}}},"df":1,"docs":{"109":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"108":{"tf":1.4142135623730951},"17":{"tf":2.0},"58":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":2.0},"14":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":1,"docs":{"101":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"97":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"93":{"tf":2.0},"96":{"tf":1.0}}}}},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"23":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"64":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"72":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}}},"p":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"80":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"82":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}},"d":{"df":2,"docs":{"100":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"2":{"tf":2.23606797749979},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"92":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"74":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"61":{"tf":1.0}},"t":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"100":{"tf":1.0},"72":{"tf":3.1622776601683795},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"72":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":56,"docs":{"18":{"tf":3.1622776601683795},"19":{"tf":3.4641016151377544},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":18,"docs":{"109":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"72":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"105":{"tf":1.4142135623730951},"110":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":2.0},"87":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"72":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":3.4641016151377544},"75":{"tf":1.4142135623730951},"76":{"tf":2.6457513110645907},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.449489742783178},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":3.3166247903554},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"df":2,"docs":{"100":{"tf":2.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":3.7416573867739413},"7":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":1,"docs":{"109":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"109":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"6":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"16":{"tf":1.0},"74":{"tf":2.0},"80":{"tf":2.0},"82":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"80":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"72":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"100":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"101":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"17":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"109":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"107":{"tf":1.0},"108":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"100":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":2.23606797749979},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"51":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"109":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"72":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":2.6457513110645907},"82":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"9":{"tf":2.23606797749979},"93":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"72":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"w":{"df":9,"docs":{"100":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"61":{"tf":2.0},"72":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"63":{"tf":2.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"106":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"79":{"tf":1.0}}},"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"47":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"72":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"110":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"87":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"109":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"92":{"tf":1.0}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":2.8284271247461903},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":2.449489742783178},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"16":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"7":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"5":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"100":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"df":5,"docs":{"102":{"tf":1.0},"3":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"72":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"24":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":3.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"100":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":2.449489742783178},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":3.872983346207417},"97":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"16":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"3":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":2,"docs":{"79":{"tf":2.0},"83":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"104":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"102":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":23,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":4.0},"101":{"tf":2.23606797749979},"102":{"tf":2.6457513110645907},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":4.0},"86":{"tf":2.449489742783178},"87":{"tf":2.6457513110645907},"88":{"tf":2.449489742783178},"89":{"tf":2.449489742783178},"90":{"tf":2.449489742783178},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":3.0},"98":{"tf":2.0},"99":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":2.6457513110645907}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"109":{"tf":1.0},"18":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"15":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"106":{"tf":1.0},"110":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"109":{"tf":1.0},"22":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"72":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"44":{"tf":1.7320508075688772},"72":{"tf":2.6457513110645907},"96":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"102":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"82":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"df":1,"docs":{"61":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"5":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"87":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"48":{"tf":2.0},"72":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.7416573867739413},"83":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":2.6457513110645907},"86":{"tf":2.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":16,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"102":{"tf":1.0},"2":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":2.23606797749979},"91":{"tf":1.0},"92":{"tf":2.449489742783178},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"109":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"72":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}}}},"df":1,"docs":{"72":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"102":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"80":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"108":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"110":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":3.1622776601683795},"98":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"100":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"21":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":2.449489742783178},"12":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"45":{"tf":1.0},"7":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951},"82":{"tf":3.3166247903554},"9":{"tf":2.6457513110645907}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"110":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"87":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}},"p":{"df":1,"docs":{"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"72":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"100":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":1,"docs":{"100":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"17":{"tf":1.0},"79":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"61":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"110":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":17,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"14":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"79":{"tf":2.0},"83":{"tf":2.0},"86":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"68":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.4142135623730951}},"s":{":":{"1":{"5":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"100":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"7":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"u":{"df":6,"docs":{"106":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"86":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"100":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"19":{"tf":1.0},"51":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"47":{"tf":1.7320508075688772},"72":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":21,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"39":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":3.4641016151377544},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"81":{"tf":2.6457513110645907},"83":{"tf":2.6457513110645907},"86":{"tf":4.795831523312719},"88":{"tf":1.0},"97":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.7320508075688772},"83":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"76":{"tf":2.0},"86":{"tf":2.449489742783178},"93":{"tf":2.0},"94":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"100":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"59":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"73":{"tf":3.1622776601683795}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":2.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":1,"docs":{"100":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"100":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"76":{"tf":1.0}}}},"i":{"df":7,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.4142135623730951},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"72":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979},"86":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"100":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"76":{"tf":1.0},"83":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.0},"17":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.1622776601683795},"72":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"102":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":3.1622776601683795},"102":{"tf":1.7320508075688772},"2":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":3.3166247903554},"73":{"tf":1.0},"77":{"tf":1.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":2.6457513110645907},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"80":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":2.449489742783178},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"87":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"15":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"63":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"83":{"tf":3.0},"86":{"tf":3.0},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"90":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"92":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"102":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":1,"docs":{"100":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"100":{"tf":2.0}}},"v":{"df":1,"docs":{"100":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"27":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"110":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"7":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"71":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"80":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":2.8284271247461903},"102":{"tf":2.449489742783178},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}}}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":2,"docs":{"33":{"tf":1.0},"79":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"107":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"76":{"tf":1.0}}}},"x":{"df":1,"docs":{"79":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"83":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"85":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"92":{"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":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"109":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"81":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"17":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":7,"docs":{"102":{"tf":1.0},"80":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"93":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"68":{"tf":1.0},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"28":{"tf":1.0},"82":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":2,"docs":{"25":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"35":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"69":{"tf":1.0},"90":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":3,"docs":{"4":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["introduction.html#introduction","installation.html#installation","installation.html#rust---cargo","installation.html#binary-download","installation.html#compiling-zellij-from-source","installation.html#third-party-repositories","overview.html#overview","overview.html#default-configuration","commands.html#commands","commands.html#attach-session-name","commands.html#list-sessions","commands.html#kill-sessions-target-session","commands.html#kill-all-sessions","commands.html#options","commands.html#setup","commands.html#flags","configuration.html#configuration","options.html#options","keybindings.html#configuring-keybindings","keybindings.html#to-unbind-the-default-keybindings","keybindings.html#example","keybindings-modes.html#modes","keybindings-modes.html#normal","keybindings-modes.html#locked","keybindings-modes.html#pane","keybindings-modes.html#tab","keybindings-modes.html#resize","keybindings-modes.html#scroll","keybindings-modes.html#session","keybindings-keys.html#keys","keybindings-keys.html#char","keybindings-keys.html#alt","keybindings-keys.html#ctrl","keybindings-keys.html#f","keybindings-keys.html#backspace","keybindings-keys.html#left--right--up--down","keybindings-keys.html#home","keybindings-keys.html#end","keybindings-keys.html#pageup--pagedown","keybindings-keys.html#backtab","keybindings-keys.html#delete","keybindings-keys.html#insert","keybindings-keys.html#esc","keybindings-keys.html#valid-character-combinations","keybindings-actions.html#actions","keybindings-actions.html#quit","keybindings-actions.html#detach","keybindings-actions.html#movepane","keybindings-actions.html#switchtomode","keybindings-actions.html#resize","keybindings-actions.html#focusnextpane","keybindings-actions.html#focuspreviouspane","keybindings-actions.html#switchfocus","keybindings-actions.html#movefocus","keybindings-actions.html#scrollup","keybindings-actions.html#scrolldown","keybindings-actions.html#pagescrollup","keybindings-actions.html#pagescrolldown","keybindings-actions.html#togglefocusfullscreen","keybindings-actions.html#togglepaneframes","keybindings-actions.html#toggleactivesynctab","keybindings-actions.html#toggletab","keybindings-actions.html#newpane","keybindings-actions.html#closefocus","keybindings-actions.html#newtab","keybindings-actions.html#gotonexttab","keybindings-actions.html#gotoprevioustab","keybindings-actions.html#closetab","keybindings-actions.html#gototab","keybindings-actions.html#run-cmd-","keybindings-actions.html#write-bytes","keybindings-actions.html#writechars","keybindings-examples.html#examples","keybindings-examples.html#prefix-example","themes.html#themes","layouts.html#layouts","layouts.html#example","layouts.html#creating-a-layout-file","layouts.html#parts","layouts.html#direction-horizontal--vertical","layouts.html#split_size-percent---fixed","layouts.html#run-plugin---command","layouts.html#name","layouts.html#session","layouts.html#focus","layouts.html#configuration","layouts.html#further-examples","layouts-templates.html#layout-templates","plugins.html#plugins","plugin-overview.html#plugin-overview","plugin-writing.html#developing-a-plugin","plugin-rust.html#writing-a-plugin-in-rust","plugin-rust.html#getting-started","plugin-rust.html#installing-rust--zellij","plugin-rust.html#cloning-the-template-repository","plugin-rust.html#the-basic-structure-of-a-rust-plugin","plugin-rust.html#cargoconfigtoml","plugin-rust.html#cargotoml","plugin-rust.html#pluginyaml","plugin-rust.html#srcmainrs","plugin-rust.html#hello-zellij","plugin-rust.html#implementing-the-event-logger","plugin-rust.html#further-steps","plugin-other.html#writing-a-plugin-in-another-language","compatibility.html#compatibility","compatibility.html#issues","compatibility.html#known-issues","compatibility.html#the-status-bar-fonts-dont-render-correctly","compatibility.html#alt-button-mapping-on-darwin-systems","compatibility.html#pane-frame-title-has-issues-with-kitty","compatibility.html#mouse-issues","compatibility.html#clipboard-not-working"],"index":{"documentStore":{"docInfo":{"0":{"body":26,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":3,"title":1},"10":{"body":7,"breadcrumbs":3,"title":2},"100":{"body":57,"breadcrumbs":6,"title":2},"101":{"body":792,"breadcrumbs":7,"title":3},"102":{"body":59,"breadcrumbs":6,"title":2},"103":{"body":101,"breadcrumbs":8,"title":4},"104":{"body":0,"breadcrumbs":2,"title":1},"105":{"body":4,"breadcrumbs":2,"title":1},"106":{"body":0,"breadcrumbs":3,"title":2},"107":{"body":17,"breadcrumbs":7,"title":6},"108":{"body":8,"breadcrumbs":6,"title":5},"109":{"body":9,"breadcrumbs":6,"title":5},"11":{"body":9,"breadcrumbs":5,"title":4},"110":{"body":27,"breadcrumbs":3,"title":2},"111":{"body":45,"breadcrumbs":3,"title":2},"12":{"body":7,"breadcrumbs":3,"title":2},"13":{"body":15,"breadcrumbs":2,"title":1},"14":{"body":36,"breadcrumbs":2,"title":1},"15":{"body":19,"breadcrumbs":2,"title":1},"16":{"body":67,"breadcrumbs":2,"title":1},"17":{"body":111,"breadcrumbs":3,"title":1},"18":{"body":109,"breadcrumbs":5,"title":2},"19":{"body":52,"breadcrumbs":6,"title":3},"2":{"body":21,"breadcrumbs":4,"title":2},"20":{"body":7,"breadcrumbs":4,"title":1},"21":{"body":16,"breadcrumbs":5,"title":1},"22":{"body":14,"breadcrumbs":5,"title":1},"23":{"body":32,"breadcrumbs":5,"title":1},"24":{"body":15,"breadcrumbs":5,"title":1},"25":{"body":15,"breadcrumbs":5,"title":1},"26":{"body":5,"breadcrumbs":5,"title":1},"27":{"body":7,"breadcrumbs":5,"title":1},"28":{"body":4,"breadcrumbs":5,"title":1},"29":{"body":26,"breadcrumbs":5,"title":1},"3":{"body":45,"breadcrumbs":4,"title":2},"30":{"body":12,"breadcrumbs":6,"title":2},"31":{"body":14,"breadcrumbs":6,"title":2},"32":{"body":14,"breadcrumbs":6,"title":2},"33":{"body":9,"breadcrumbs":7,"title":3},"34":{"body":2,"breadcrumbs":5,"title":1},"35":{"body":3,"breadcrumbs":8,"title":4},"36":{"body":2,"breadcrumbs":5,"title":1},"37":{"body":2,"breadcrumbs":5,"title":1},"38":{"body":3,"breadcrumbs":6,"title":2},"39":{"body":3,"breadcrumbs":5,"title":1},"4":{"body":6,"breadcrumbs":5,"title":3},"40":{"body":2,"breadcrumbs":5,"title":1},"41":{"body":2,"breadcrumbs":5,"title":1},"42":{"body":2,"breadcrumbs":5,"title":1},"43":{"body":54,"breadcrumbs":7,"title":3},"44":{"body":6,"breadcrumbs":5,"title":1},"45":{"body":2,"breadcrumbs":5,"title":1},"46":{"body":5,"breadcrumbs":5,"title":1},"47":{"body":5,"breadcrumbs":6,"title":2},"48":{"body":20,"breadcrumbs":6,"title":2},"49":{"body":16,"breadcrumbs":6,"title":2},"5":{"body":21,"breadcrumbs":5,"title":3},"50":{"body":8,"breadcrumbs":5,"title":1},"51":{"body":8,"breadcrumbs":5,"title":1},"52":{"body":13,"breadcrumbs":5,"title":1},"53":{"body":18,"breadcrumbs":6,"title":2},"54":{"body":7,"breadcrumbs":5,"title":1},"55":{"body":7,"breadcrumbs":5,"title":1},"56":{"body":6,"breadcrumbs":5,"title":1},"57":{"body":6,"breadcrumbs":5,"title":1},"58":{"body":7,"breadcrumbs":5,"title":1},"59":{"body":6,"breadcrumbs":5,"title":1},"6":{"body":33,"breadcrumbs":3,"title":1},"60":{"body":10,"breadcrumbs":5,"title":1},"61":{"body":5,"breadcrumbs":5,"title":1},"62":{"body":32,"breadcrumbs":6,"title":2},"63":{"body":3,"breadcrumbs":5,"title":1},"64":{"body":17,"breadcrumbs":6,"title":2},"65":{"body":3,"breadcrumbs":5,"title":1},"66":{"body":3,"breadcrumbs":5,"title":1},"67":{"body":3,"breadcrumbs":5,"title":1},"68":{"body":4,"breadcrumbs":6,"title":2},"69":{"body":19,"breadcrumbs":7,"title":3},"7":{"body":139,"breadcrumbs":4,"title":2},"70":{"body":5,"breadcrumbs":6,"title":2},"71":{"body":5,"breadcrumbs":6,"title":2},"72":{"body":11,"breadcrumbs":5,"title":1},"73":{"body":921,"breadcrumbs":6,"title":2},"74":{"body":84,"breadcrumbs":3,"title":1},"75":{"body":51,"breadcrumbs":2,"title":1},"76":{"body":18,"breadcrumbs":2,"title":1},"77":{"body":50,"breadcrumbs":4,"title":3},"78":{"body":26,"breadcrumbs":3,"title":2},"79":{"body":5,"breadcrumbs":4,"title":3},"8":{"body":16,"breadcrumbs":2,"title":1},"80":{"body":25,"breadcrumbs":7,"title":6},"81":{"body":105,"breadcrumbs":6,"title":5},"82":{"body":17,"breadcrumbs":4,"title":3},"83":{"body":58,"breadcrumbs":4,"title":3},"84":{"body":91,"breadcrumbs":3,"title":2},"85":{"body":17,"breadcrumbs":2,"title":1},"86":{"body":14,"breadcrumbs":3,"title":2},"87":{"body":200,"breadcrumbs":4,"title":2},"88":{"body":42,"breadcrumbs":2,"title":1},"89":{"body":24,"breadcrumbs":4,"title":2},"9":{"body":24,"breadcrumbs":4,"title":3},"90":{"body":24,"breadcrumbs":5,"title":2},"91":{"body":32,"breadcrumbs":7,"title":3},"92":{"body":0,"breadcrumbs":6,"title":2},"93":{"body":33,"breadcrumbs":7,"title":3},"94":{"body":45,"breadcrumbs":7,"title":3},"95":{"body":14,"breadcrumbs":8,"title":4},"96":{"body":15,"breadcrumbs":5,"title":1},"97":{"body":37,"breadcrumbs":5,"title":1},"98":{"body":58,"breadcrumbs":5,"title":1},"99":{"body":60,"breadcrumbs":5,"title":1}},"docs":{"0":{"body":"This is the documentation for the Zellij terminal workspace. For installing Zellij, see: Installation For configuring Zellij, see: Configuration For Operating System Compatibility and Known Issues, see: Compatibility For setting up layouts: Layouts For developing plugins: Plugins","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Currently Binaries are produced for both Linux and MacOS. However it is available in some public repositories.","breadcrumbs":"Introduction » Installation » Installation","id":"1","title":"Installation"},"10":{"body":"short: ls Will list all the names of currently running sessions.","breadcrumbs":"Commands » list-sessions","id":"10","title":"list-sessions"},"100":{"body":"Let's tweak our main.rs a little to say hello! use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) { println!(\"Hello, Zellij!\"); }\n} It really is as simple as that! Anything printed to stdout by the render() method will be automatically drawn to the screen in the pane where the plugin is active. Let's build our plugin and test things out: cargo build\nzellij --layout-path plugin.yaml Our Plugin","breadcrumbs":"Plugins » Developing a Plugin » Rust » Hello, Zellij!","id":"100","title":"Hello, Zellij!"},"101":{"body":"That was pretty easy, so let's try to do something a bit more interesting! Let's subscribe to some Events by adding the following code to load(): fn load(&mut self) { subscribe(&[EventType::ModeUpdate]);\n} Code in load() is called once the first time your plugin is loaded. Aside from that, it's nothing special. Anything that you can do in the load() method should be possible from within the update() and render() methods as well. The subscribe() function is part of zellij-tile::prelude and sends a message to Zellij asking to be notified when certain Events occur. In this case, we're subscribing to ModeUpdate events. The documentation for Event tells us that a ModeUpdate contains the ModeInfo struct, which stores the current mode as well as some additional information. To actually handle these events, we'll need to add some code to our update() method: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { dbg!(mode_info.mode); }\n} Here we are checking for ModeUpdates and destructuring them to get the current mode. Currently, the dbg!() macro is being used to dump this information to stderr. If we want to actually see this debug info, we'll need to run our plugin slightly differently: cargo build\n# The 2> redirects stderr to dbg.log\nzellij -l plugin.yaml 2> dbg.log Do some faffing about in Zellij, changing modes a couple of times, then take a look at dbg.log: [src/main.rs:15] mode_info.mode = Normal\n[src/main.rs:15] mode_info.mode = Pane\n[src/main.rs:15] mode_info.mode = Tab\n[src/main.rs:15] mode_info.mode = Resize\n[src/main.rs:15] mode_info.mode = Scroll\n[src/main.rs:15] mode_info.mode = Locked\n[src/main.rs:15] mode_info.mode = Normal Excellent! It looks like our plugin is receiving mode updates! If you'd like to see these sorts of logs live, try opening a second terminal and running tail -f dbg.log. The next thing to do is properly store a log of events and print them to the screen. Let's start by tweaking our State struct: use std::collections::VecDeque; #[derive(Default)]\nstruct State { log: VecDeque,\n} We've gone with a VecDeque so that we can efficiently push Strings to the front of log and so we can show off how easy it is to use standard library components from within a plugin. Let's change the update() method again to grow our log: fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front(mode); }\n} Recall that the {:?} format specifier simply debug-prints a value and that log.push_front(mode) adds a mode String to the front of our log messages. Finally, let's update render() to print out all of our log messages: fn render(&mut self, rows: usize, cols: usize) { for mode in &self.log { println!(\"Mode: {}\", mode); }\n} Let's give things a run with cargo build && zellij -l plugin.yaml and test it out! Our Plugin Excellent! You should notice that, as you cycle through different modes in Zellij, that those updates are being logged on-screen. This is a good start, but no logger is complete without storing timestamps! Let's import the chrono crate for working with time. First we'll need to add it to our Cargo.toml: [package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\"\nchrono = \"0.4\" Quite a few Rust libraries can compile to WebAssembly without any issue – this is one of them! Let's import it and update State to store timestamps: use chrono::{DateTime,Local}; #[derive(Default)]\nstruct State { log: VecDeque<(String, DateTime)>,\n} Next we'll need to actually store these timestamps in update(): fn update(&mut self, event: Event) { if let Event::ModeUpdate(mode_info) = event { let mode = format!(\"{:?}\", mode_info.mode); // Local::now() gets the current time and date self.log.push_front((mode, Local::now())); }\n} Finally, we can render() the timestamps to the screen: fn render(&mut self, rows: usize, cols: usize) { for (mode, time) in &self.log { println!(\"Mode: {} ({})\", mode, time.format(\"%T\")); }\n} The different options for time.format() can be found in the chrono::format::strftime module; %T shows the time in HH:MM:SS format. Finally, let's test this out! Our Plugin It looks like getting the time is working perfectly! Unfortunately, because our different mode names are different lengths, it looks a bit messy at the moment. Luckily, every time that render() is called, it passes the size of plugin pane. Let's use the cols value to right-align the timestamp: fn render(&mut self, _rows: usize, cols: usize) { for (mode, time) in &self.log { let mode = format!(\"Mode: {}\", mode); let time = time.format(\"%T\").to_string(); let padding = \" \".repeat(cols - mode.len() - time.len()); println!(\"{}{}{}\", mode, padding, time); }\n} By separately storing the left-aligned mode String and the right-aligned timestamp, we can calculate (using cols) exactly how much padding we need to fill the screen. Once we've done that, it's just a matter of printing the left half, the padding, then the right half. If we run this code, we now get the much nicer: Our Plugin Try resizing your terminal window or the plugin pane and watch how things stay properly justified! As a final step, let's add a couple of commands that allow the user to clear their history or save their log to a file. To do this, we'll need our plugin to receive KeyPress events: fn load(&mut self) { subscribe(&[EventType::ModeUpdate, EventType::KeyPress]);\n} Now we can expand update() to handle ModeUpdate and KeyPress events. Let's make Ctrl-L the command for clearing the logs: fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), _ => (), }\n} When matching against KeyPress events, you might find it helpful to explore the zellij_tile::Key enum. Also note that we need the catch-all case _ => () because, even though we've only subscribed to the ModeUpdate and KeyPress events, the Rust compiler on its own can't guarantee that only those events will be passed to update(). Let's try running this, changing modes a couple of times, then pressing Ctrl-L: Our Plugin Incredibly blank! Nicely done! As one final feature, we'll dump a log of the captured events to mode-log.txt when Ctrl-W is pressed: use std::{fs::File, io::Write}; // ... snip ... fn update(&mut self, event: Event) { match event { Event::ModeUpdate(mode_info) => { let mode = format!(\"{:?}\", mode_info.mode); self.log.push_front((mode, Local::now())); } Event::KeyPress(Key::Ctrl('l')) => self.log.clear(), Event::KeyPress(Key::Ctrl('w')) => { if let Ok(mut f) = File::create(\"mode-log.txt\") { for (mode, time) in self.log.iter().rev() { writeln!(f, \"{}: Entered {} Mode\", time.format(\"%c\"), mode).unwrap(); } } } _ => (), }\n} A couple of new things here, but all of them are vanilla Rust – nothing changes when writing a plugin! File::create(\"mode-log.txt\") is just normal code for creating a file named mode-log.txt in the current directory. After the file is created, we're again looping through all of the log events and writing them out (but this time to a file!). The format of the log file is also a bit different from the log we show on-screen. First of all, we're writing things to the log file in chronological order (that's why we're reversing our log with self.log.iter().rev()), and we've also changed to a more verbose timestamp. The %c should look something like this: Tue Apr 20 10:21:02 2021. Let's run Zellij again, change some modes, then press Ctrl-W: Our Plugin We can then look at mode-log.txt, which should look something like this: Tue Apr 20 10:20:40 2021: Entered Normal Mode\nTue Apr 20 10:20:46 2021: Entered Pane Mode\nTue Apr 20 10:20:50 2021: Entered Tab Mode\nTue Apr 20 10:20:53 2021: Entered Resize Mode\nTue Apr 20 10:20:57 2021: Entered Scroll Mode\nTue Apr 20 10:21:00 2021: Entered Locked Mode\nTue Apr 20 10:21:02 2021: Entered Normal Mode And that's all, folks! The full code for this example can be found in the rust-plugin-example repository.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Implementing the Event Logger","id":"101","title":"Implementing the Event Logger"},"102":{"body":"There are a lot of ways that this plugin could be improved! Here are a couple of the things that you might want to try implementing if you're looking for the extra practice: Support for scrolling :: you'll need to use rows and save a cursor position in State Make it pretty :: our default plugins use the colored crate for fancy formatting Make it more stable :: if you make the logger pane too small, the plugin will crash! Add a help bar :: there is currently no UI telling the user about the clear and save features Have fun, and don't hesitate to get in touch if you find any bugs or would like some guidance :)","breadcrumbs":"Plugins » Developing a Plugin » Rust » Further Steps","id":"102","title":"Further Steps"},"103":{"body":"This page is very much a work in progress! If you're familiar with WASM and Rust, then understanding the zellij-tile library is a great place to start. In short, Zellij expects your WASI module to export three functions: main() :: called once on plugin load update() :: called after event subscriptions are triggered render(i32, i32) :: called when the plugin needs to be rendered The render(i32, i32) function is passed the size of the plugin pane, first the rows, then the columns – e.g. render(rows, cols). Complex types are sent over stdin as JSON objects. Before update() is called, Zellij writes an event to the plugin's stdin that can be read back in the update() function. Host functions, for communicating with Zellij, are best documented by the extern section of zellij-tile::shim and are found in a WASM module named zellij. Help Add More Language Guides! If you'd like to contribute, either drop us a line on Discord or open a PR improving these docs !","breadcrumbs":"Plugins » Developing a Plugin » Other Languages » Writing a Plugin in Another Language","id":"103","title":"Writing a Plugin in Another Language"},"104":{"body":"","breadcrumbs":"Compatibility » Compatibility","id":"104","title":"Compatibility"},"105":{"body":"Please report issues here.","breadcrumbs":"Compatibility » Issues","id":"105","title":"Issues"},"106":{"body":"","breadcrumbs":"Compatibility » Known Issues","id":"106","title":"Known Issues"},"107":{"body":"This most likely is caused by a missing character in the font. Fonts from nerdfonts can fix this problem. Some Options: Package Manager Name apt fonts-powerline nix nerdfonts","breadcrumbs":"Compatibility » The status bar fonts don't render correctly:","id":"107","title":"The status bar fonts don't render correctly:"},"108":{"body":"This can be mitigated individually on a terminal emulator level, some inspiration can be found here .","breadcrumbs":"Compatibility » Alt button mapping on darwin systems:","id":"108","title":"Alt button mapping on darwin systems:"},"109":{"body":"This sadly seems to be an issue that can not be mitigated easily, more information can be found here .","breadcrumbs":"Compatibility » Pane frame title has issues with kitty:","id":"109","title":"Pane frame title has issues with kitty:"},"11":{"body":"short: k Will kill the session with the name of [target-session], if it is currently running.","breadcrumbs":"Commands » kill-sessions [target-session]","id":"11","title":"kill-sessions [target-session]"},"110":{"body":"If mouse_mode is turned on zellij handles these events, zellij provides an escape mechanism in the form of the SHIFT Key, once it is pressed zellij lets the terminal handle selection, clicking on links, copying, scrolling. More information can be found here","breadcrumbs":"Compatibility » Mouse issues:","id":"110","title":"Mouse issues:"},"111":{"body":"This is a known problem which mostly occurs in specific terminal emulators under Linux/OS X such as GNOMEs default Terminal, terminator, and more. A workaround for this was added in zellij > 0.24.0 and enables the user to specify a custom command that copies selected text to the system clipboard. Refer to lines containing \"copy_command\" from the output of zellij setup --dump-config. For technical background, refer to this issue and this merge request","breadcrumbs":"Compatibility » Clipboard not working:","id":"111","title":"Clipboard not working:"},"12":{"body":"short: ka Will prompt the user to kill all running sessions.","breadcrumbs":"Commands » kill-all-sessions","id":"12","title":"kill-all-sessions"},"13":{"body":"Can be used to change the behaviour of zellij on startup. Will supercede options defined in the config file. To see a list of options look here .","breadcrumbs":"Commands » options","id":"13","title":"options"},"14":{"body":"Functionality to help with the setup of zellij. Flag Description --check Checks the configuration --clean Start with default configuration --dump-config Dump the default configuration file to stdout --dump-layout [LAYOUT] Dump a specified default layout file to stdout --generate-completions [SHELL] Generate completions for the specified shell","breadcrumbs":"Commands » setup","id":"14","title":"setup"},"15":{"body":"These flags can be invoked with zellij --flag. Flag Description --help Display the help prompt --debug Gather additional debug information --version Print version information","breadcrumbs":"Commands » Flags","id":"15","title":"Flags"},"16":{"body":"By default Zellij will look for config.yaml in the config directory. Quickstart: mkdir ~/.config/zellij\nzellij setup --dump-config > ~/.config/zellij/config.yaml The default config directory order is as follows: --config-dir flag ZELLIJ_CONFIG_DIR env variable $HOME/.config/zellij default location Linux: /home/alice/.config/zellij Mac: /Users/Alice/Library/Application Support/org.Zellij-Contributors.Zellij system location (/etc/zellij) In order to pass a config file directly to zellij: zellij --config [FILE] or use the ZELLIJ_CONFIG_FILE environment variable. To start without loading configuration from default directories: zellij options --clean To show the current default configuration: zellij setup --dump-config","breadcrumbs":"Configuration » Configuration","id":"16","title":"Configuration"},"17":{"body":"You can make use of these options either by invoking zellij with zellij options [OPTION] or binding them in the configuration file. Eg. zellij options --simplified-ui true is equivalent to simplified_ui: true in the config file. Option Config Default Description default-mode default_mode normal The first mode on startup. default-shell default_shell $SHELL The default shell. mouse-mode mouse_mode true Enable mouse mode. disable-mouse-mode - false Disable mouse mode. simplified-ui simplified_ui false Request the Plugins to use a more compatible ui. pane-frames pane_frames true Display frames around the panes. no-pane-frames - false Disable display of frames around the panes. on-force-close on_force_close detach What to do when receiving a SIGTERM, SIGINT, SIGQUIT or SIGHUP. theme theme default Switch to a theme configured under the themes section. scroll-buffer-size scroll_buffer_size 10000 The number of lines zellij stores for each pane in the scroll back buffer.","breadcrumbs":"Configuration » Options » Options","id":"17","title":"Options"},"18":{"body":"Zellij comes with a default set of keybindings that try to fit as many different users and use cases while trying to maximize comfort for everyone. It is possible to add to these defaults or even override them with an external configuration. For more information about the file, see Configuration . The structure of the keybinds section of the file is as follows: keybinds: normal: - action: [] key: [] Under the main keybinds section one can list the new bindings they'd like to add grouped under the different Modes (normal in this example). The action is a sequence of one or more instructions sent to Zellij through this keybinding. The key is a list of one or more keys, any one of them alone would trigger the sequence of actions. For example: keybinds: normal: - action: [ NewTab, GoToTab: 1,] key: [ Char: 'c',] Will create a new tab and then switch to tab number 1 on pressing the c key. Whereas: keybinds: normal: - action: [ NewTab,] key: [ Char: 'c', Char: 'd',] Will create a new tab on pressing either the c or the d key.","breadcrumbs":"Configuration » Configuring Keybindings » Configuring Keybindings","id":"18","title":"Configuring Keybindings"},"19":{"body":"The default keybinds can be unbound either for a specific mode, or for every mode. It supports either a list of keybinds, or a bool indicating that every keybind should be unbound: keybinds: unbind: true Will unbind every default binding. keybinds: unbind: [ Ctrl: 'p'] Will unbind every default ^P binding for each mode. keybinds: normal: - unbind: true Will unbind every default keybind for the normal mode. keybinds: normal: - unbind: [ Alt: 'n', Ctrl: 'g'] Will unbind every default keybind for n and ^g for the normal mode.","breadcrumbs":"Configuration » Configuring Keybindings » To unbind the default Keybindings","id":"19","title":"To unbind the default Keybindings"},"2":{"body":"For instructions on how to install Cargo see here: Once installed run: cargo install zellij If experiencing errors, if installed through rustup, please try running: rustup update","breadcrumbs":"Introduction » Installation » Rust - Cargo","id":"2","title":"Rust - Cargo"},"20":{"body":"This configuration can be used to configure Zellij's default keybindings: default.yaml","breadcrumbs":"Configuration » Configuring Keybindings » Example","id":"20","title":"Example"},"21":{"body":"The Zellij keybindings are grouped into different modes, which are a logical separation meant to reduce the mental overhead and allow to duplicate shortcuts in different situations.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » Modes","id":"21","title":"Modes"},"22":{"body":"This is the default mode Zellij starts with. By default it provides the ability to switch to different modes, as well as some quick navigation shortcuts.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » normal","id":"22","title":"normal"},"23":{"body":"This mode \"locks\" the interface, disabling all keybindings except one that would switch to \"normal\" mode (ctrl-g by default). It is intended to give users a workaround in case one of the default keybindings overrides something they use in their terminal. (eg. ctrl-r for reverse history search in bash).","breadcrumbs":"Configuration » Configuring Keybindings » Modes » locked","id":"23","title":"locked"},"24":{"body":"This mode includes instructions that manipulate the different panes. Eg. adding new panes, closing panes and moving the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » pane","id":"24","title":"pane"},"25":{"body":"This mode includes instructions that manipulate the different tabs. Eg. adding new tabs, closing tabs and moving the active tab.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » tab","id":"25","title":"tab"},"26":{"body":"This mode allows the resizing of the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » resize","id":"26","title":"resize"},"27":{"body":"This mode allows scrolling up/down within the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » scroll","id":"27","title":"scroll"},"28":{"body":"This mode allows detaching from a session.","breadcrumbs":"Configuration » Configuring Keybindings » Modes » session","id":"28","title":"session"},"29":{"body":"These are the possible keys and key combinations one can set in the Keybindings configuration . For more information, please see: https://docs.rs/termion/1.5.6/termion/event/enum.Key.html Or some related Github Issues: #351 #357 There's a table with an overview of valid key combinations at the bottom of this page.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Keys","id":"29","title":"Keys"},"3":{"body":"Binaries are made available each release for the Linux and MacOS operating systems. It is possible to download the binaries for these on the release page. Once downloaded, untar the file: tar -xvf zellij*.tar.gz check for the execution bit: chmod +x zellij and then execute Zellij: ./zellij Include the directory Zellij is in, in your PATH Variable if you wish to be able to execute it anywhere. 'Or' move Zellij to a directory already included in your [$PATH] Variable.","breadcrumbs":"Introduction » Installation » Binary Download","id":"3","title":"Binary Download"},"30":{"body":"A single character with no modifier, eg. Char: 'f' Note: Please also refer to the table at the bottom of this page","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Char: ","id":"30","title":"Char: "},"31":{"body":"A single character preceded by the Alt modifier, eg. Alt: 'f'. Note: Please also refer to the table at the bottom of this page","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Alt: ","id":"31","title":"Alt: "},"32":{"body":"A single character preceded by the Ctrl modifier, eg. Ctrl: 'f'. Note: Please also refer to the table at the bottom of this page","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Ctrl: ","id":"32","title":"Ctrl: "},"33":{"body":"One of the F characters (usually at the top of the keyboard). eg. F: 11","breadcrumbs":"Configuration » Configuring Keybindings » Keys » F: <1-12>","id":"33","title":"F: <1-12>"},"34":{"body":"The Backspace key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Backspace","id":"34","title":"Backspace"},"35":{"body":"The arrow keys on the keyboard.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Left / Right / Up / Down","id":"35","title":"Left / Right / Up / Down"},"36":{"body":"The home key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Home","id":"36","title":"Home"},"37":{"body":"The End key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » End","id":"37","title":"End"},"38":{"body":"The PageUp or PageDown keys.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » PageUp / PageDown","id":"38","title":"PageUp / PageDown"},"39":{"body":"The backward Tab key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » BackTab","id":"39","title":"BackTab"},"4":{"body":"Instructions on how to compile Zellij from source can be found here .","breadcrumbs":"Introduction » Installation » Compiling Zellij From Source","id":"4","title":"Compiling Zellij From Source"},"40":{"body":"The delete key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Delete","id":"40","title":"Delete"},"41":{"body":"The insert key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Insert","id":"41","title":"Insert"},"42":{"body":"The Esc key.","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Esc","id":"42","title":"Esc"},"43":{"body":"Following is a table that gives an overview of all the possible character combinations available for keybindings. Note that combining any of the Ctrl, Alt or Char bindings with the special keys mentioned above isn't possible. Keys Ctrl: ' ' Alt: ' ' Char: ' ' a-z yes yes yes A-Z no yes yes 0-9 no yes yes Space no yes yes Tab no yes yes .:,;-_!? no yes yes '\"#$%&() no yes yes *+/<=>@\\ no yes yes []^_\\|{}~ no yes yes äöüß no yes yes","breadcrumbs":"Configuration » Configuring Keybindings » Keys » Valid character combinations","id":"43","title":"Valid character combinations"},"44":{"body":"These are the actions that can be assigned to key sequences when configuring keybindings .","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Actions","id":"44","title":"Actions"},"45":{"body":"Quit Zellij.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Quit","id":"45","title":"Quit"},"46":{"body":"Detach from the currently running Zellij session.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Detach","id":"46","title":"Detach"},"47":{"body":"Move the currently focused pane in a direction.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MovePane: ","id":"47","title":"MovePane: "},"48":{"body":"Switch to the specified input mode . The mode should be capitalized, eg. SwitchToMode: Normal. Note that there's a \"hidden\" mode called RenameTab which can be used in order to trigger the renaming of a tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchToMode: ","id":"48","title":"SwitchToMode: "},"49":{"body":"Resize focused pane in the specified direction. Direction should be one of Left, Right, Up, Down, Increase, or Decrease. Example: Resize: Down","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Resize: ","id":"49","title":"Resize: "},"5":{"body":"Zellij is packaged in some third part repositories. Please keep in mind that they are not directly affiliated with zellij maintainers: Packaging status More information about third party installation can be found here .","breadcrumbs":"Introduction » Installation » Third party repositories","id":"5","title":"Third party repositories"},"50":{"body":"Switch focus to next pane to the right or below if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusNextPane","id":"50","title":"FocusNextPane"},"51":{"body":"Switch focus to next pane to the left or above if on screen edge.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » FocusPreviousPane","id":"51","title":"FocusPreviousPane"},"52":{"body":"Switch focus to pane with the next ID (this is mostly left around for legacy support, FocusNextPane or FocusPreviousPane should be preferred).","breadcrumbs":"Configuration » Configuring Keybindings » Actions » SwitchFocus","id":"52","title":"SwitchFocus"},"53":{"body":"Move focus to the pane with the greatest overlap with the current pane in the specified direction. Direction should be one of Left, Right, Up or Down. eg. MoveFocus: Left","breadcrumbs":"Configuration » Configuring Keybindings » Actions » MoveFocus: ","id":"53","title":"MoveFocus: "},"54":{"body":"Scroll up 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollUp","id":"54","title":"ScrollUp"},"55":{"body":"Scroll down 1 line inside the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ScrollDown","id":"55","title":"ScrollDown"},"56":{"body":"Scroll up one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollUp","id":"56","title":"PageScrollUp"},"57":{"body":"Scroll down one page in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » PageScrollDown","id":"57","title":"PageScrollDown"},"58":{"body":"Toggle between fullscreen focus pane and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleFocusFullscreen","id":"58","title":"ToggleFocusFullscreen"},"59":{"body":"Toggle between pane frames and normal layout.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » TogglePaneFrames","id":"59","title":"TogglePaneFrames"},"6":{"body":"Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer. Zellij has a native layout and plugin system. To understand Zellij a little bit better, let us take a look at the default configuration.","breadcrumbs":"Introduction » Overview » Overview","id":"6","title":"Overview"},"60":{"body":"Toggle between sending text commands to all panes on the current tab and just the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleActiveSyncTab","id":"60","title":"ToggleActiveSyncTab"},"61":{"body":"Switch between the most recently used tabs.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » ToggleTab","id":"61","title":"ToggleTab"},"62":{"body":"Open a new pane in the specified direction (relative to focus). If no direction is specified, will try to use the biggest available space. Direction should be one of Left, Right, Up or Down. Specifying no direction should be done by introducing a space character (this is a bug and should be fixed). eg. NewPane: Left or NewPane:","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewPane: ","id":"62","title":"NewPane: "},"63":{"body":"Close the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseFocus","id":"63","title":"CloseFocus"},"64":{"body":"Create a new tab. Optionally with the provided tab-layout. Example: NewTab: or NewTab: { direction: Vertical, parts: [ direction: Vertical, direction: Horizontal, ],}","breadcrumbs":"Configuration » Configuring Keybindings » Actions » NewTab: ","id":"64","title":"NewTab: "},"65":{"body":"Go to the next tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToNextTab","id":"65","title":"GoToNextTab"},"66":{"body":"Go to the previous tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToPreviousTab","id":"66","title":"GoToPreviousTab"},"67":{"body":"Close the current tab.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » CloseTab","id":"67","title":"CloseTab"},"68":{"body":"Go to the tab of the specified index.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » GoToTab: ","id":"68","title":"GoToTab: "},"69":{"body":"Run the specified command in a new pane. A comma separated list of arguments, or the split direction is optional: Run: {cmd: , args: [ARGS], direction: }","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Run: {cmd: }","id":"69","title":"Run: {cmd: }"},"7":{"body":"Default layout The default configuration consists of: The tab-bar plugin. It shows current tabs that are in use as well as the session name. The pane, in which the default shell is started. The title the shell sets can be seen in the upper left corner of the pane. The status-bar plugin. It gives an overview over current default keybindings, since Zellij is modal it can show hints based on modes it currently resides in. To dive deeper in to how the layout-template that is behind the default layout works, consider checking out the relevant section . Let's open a new tab and then a couple panes inside that new tab: Ctrl + t n Ctrl + p n r Return The status-bar should have guided us through: Status tab 1 Status tab 2 And this is our current state: Default state 1 Zellij doesn't need a terminal to keep commands running, because it uses a client and server system. Let us disconnect and reconnect to the same session now: Ctrl + o d Status tab 3 If only one server session is running in the background zellij can restore the connection automatically, if not then we need a specific session name. We can get the name in the following way: zellij list-sessions And now we reattach to the currently running session: zellij attach hilarious-kitty","breadcrumbs":"Introduction » Overview » Default Configuration","id":"7","title":"Default Configuration"},"70":{"body":"Write the specified bytes in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » Write: [bytes]","id":"70","title":"Write: [bytes]"},"71":{"body":"Write the specified characters in the focused pane.","breadcrumbs":"Configuration » Configuring Keybindings » Actions » WriteChars: ","id":"71","title":"WriteChars: "},"72":{"body":"Zellij's keybindings can be configured to behave in multiple ways. Here are example configurations to possibly inspire you.","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Examples","id":"72","title":"Examples"},"73":{"body":"This certain example works as if it had a prefix key. Zellij starts in locked mode and only the prefix key switches to normal mode, from then on it is possible to have a layer of shortcuts, or more special modes to switch to. Eg: Open a pane: ^b - n Open a pane to the right: ^b - p - r Open a tab: ^b - N Open multiple tabs: ^b - t - N - n Switch to a specific pane or tab: ^b - h/j/k/l Switch to a specific tab: ^b - 1 Resize: ^b - r - h/j/k/l Fullscreen: ^b - p - f Send the prefix key (^b): ^b - b Detach the session: ^b - o - d Quit zellij: ^b - ^q Here is one possible example of that: default_mode: locked\nkeybinds: unbind: true # the prefix key ^b locked: - action: [SwitchToMode: Normal,] key: [Ctrl: 'b',] normal: # send the prefix-key ^b on pressing b in normal mode # then switch back to locked mode - action: [Write: [2,], SwitchToMode: Locked] key: [Char: 'b'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: ' ', Char: \"\\n\"] - action: [SwitchToMode: Pane,] key: [Char: 'p',] - action: [SwitchToMode: Resize,] key: [Char: 'r',] - action: [SwitchToMode: Tab,] key: [Char: 't',] - action: [SwitchToMode: Scroll,] key: [Char: 's',] - action: [Quit,] key: [Ctrl: 'q',] - action: [NewPane: , SwitchToMode: Locked, ] key: [ Alt: 'n',] - action: [NewTab: , SwitchToMode: Locked, ] key: [ Char: 'N',] - action: [NewPane: , SwitchToMode: Locked,] key: [ Char: 'n',] - action: [MoveFocusOrTab: Left,] key: [ Char: 'h', Alt: 'h' ] - action: [MoveFocusOrTab: Right,] key: [ Char: 'l', Alt: 'l',] - action: [MoveFocus: Down,] key: [ Char: 'j', Alt: 'j',] - action: [MoveFocus: Up,] key: [ Char: 'k', Alt: 'k',] - action: [FocusPreviousPane,] key: [ Char: '[', Alt: '['] - action: [FocusNextPane,] key: [ Char: ']', Alt: '['] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: '-',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: '\\',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] resize: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit] key: [Ctrl: 'q'] - action: [Resize: Left,] key: [Char: 'h', Left, ] - action: [Resize: Down,] key: [Char: 'j', Down, ] - action: [Resize: Up,] key: [Char: 'k', Up, ] - action: [Resize: Right,] key: [Char: 'l', Right, ] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] pane: - action: [SwitchToMode: Locked,] key: [Ctrl: 'b'] - action: [SwitchToMode: Normal,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [MoveFocus: Left,] key: [ Alt: 'h', Left,] - action: [MoveFocus: Right,] key: [ Alt: 'l', Right,] - action: [MoveFocus: Down,] key: [ Alt: 'j', Down,] - action: [MoveFocus: Up,] key: [ Alt: 'k', Up,] - action: [SwitchFocus,] key: [Char: 'p'] - action: [NewPane: , SwitchToMode: Locked,] key: [Char: 'n', Alt: 'n',] - action: [NewPane: ,] key: [Char: 'N', ] - action: [NewPane: Down, SwitchToMode: Locked,] key: [Char: 'd',] - action: [NewPane: Right, SwitchToMode: Locked,] key: [Char: 'r',] - action: [TogglePaneFrames, SwitchToMode: Locked,] key: [Char: 'z',] - action: [TogglePaneFrames,] key: [Char: 'Z',] - action: [NewPane: Down,] key: [Char: 'D',] - action: [NewPane: Right,] key: [Char: 'R',] - action: [CloseFocus, SwitchToMode: Locked,] key: [Char: 'x',] - action: [CloseFocus,] key: [Char: 'X',] - action: [ToggleFocusFullscreen, SwitchToMode: Locked,] key: [Char: 'f',] - action: [ToggleFocusFullscreen,] key: [Char: 'F',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] tab: - action: [SwitchToMode: Normal,] key: [Ctrl: 't'] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [SwitchToMode: RenameTab, TabNameInput: [0],] key: [Char: 'r'] - action: [Quit,] key: [Ctrl: 'q',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] - action: [GoToPreviousTab,] key: [ Char: 'h',] - action: [GoToNextTab,] key: [ Char: 'l',] - action: [GoToNextTab,] key: [ Char: 'j',] - action: [GoToPreviousTab,] key: [ Char: 'k',] - action: [NewTab: ,] key: [ Char: 'n',] - action: [CloseTab,] key: [ Char: 'x',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [GoToTab: 1,] key: [ Char: '1',] - action: [GoToTab: 2,] key: [ Char: '2',] - action: [GoToTab: 3,] key: [ Char: '3',] - action: [GoToTab: 4,] key: [ Char: '4',] - action: [GoToTab: 5,] key: [ Char: '5',] - action: [GoToTab: 6,] key: [ Char: '6',] - action: [GoToTab: 7,] key: [ Char: '7',] - action: [GoToTab: 8,] key: [ Char: '8',] - action: [GoToTab: 9,] key: [ Char: '9',] scroll: - action: [SwitchToMode: Locked,] key: [Ctrl: 'r', Ctrl: 's', Char: ' ', Char: \"\\n\",] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Normal,] key: [Ctrl: 's',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [Quit,] key: [Ctrl: 'q',] - action: [ScrollDown,] key: [Char: 'j', Down,] - action: [ScrollUp,] key: [Char: 'k', Up,] - action: [PageScrollDown,] key: [Ctrl: 'f', PageDown,] - action: [PageScrollUp,] key: [Ctrl: 'b', PageUp,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] renametab: - action: [SwitchToMode: Normal,] key: [Ctrl: 'r'] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Ctrl: 's', Char: ' ',] - action: [SwitchToMode: Tab,] key: [Char: \"\\n\",] - action: [TabNameInput: [27] , SwitchToMode: Tab,] key: [Esc,] - action: [NewPane: ,] key: [ Alt: 'n',] - action: [MoveFocus: Left,] key: [ Alt: 'h',] - action: [MoveFocus: Right,] key: [ Alt: 'l',] - action: [MoveFocus: Down,] key: [ Alt: 'j',] - action: [MoveFocus: Up,] key: [ Alt: 'k',] - action: [FocusPreviousPane,] key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] session: - action: [SwitchToMode: Normal,] key: [Ctrl: 'o'] - action: [SwitchToMode: Resize,] key: [Ctrl: 'r',] - action: [SwitchToMode: Pane,] key: [Ctrl: 'p',] - action: [SwitchToMode: Tab,] key: [Ctrl: 't',] - action: [SwitchToMode: Locked,] key: [Ctrl: 'b', Char: \"\\n\", Char: ' ',] - action: [SwitchToMode: Scroll,] key: [Ctrl: 's'] - action: [Quit,] key: [Ctrl: 'q',] - action: [Detach,] key: [Char: 'd',]","breadcrumbs":"Configuration » Configuring Keybindings » Examples » Prefix Example","id":"73","title":"Prefix Example"},"74":{"body":"You can specify a color theme, that will be picked up by zellij in the following way: themes: default: fg: [0,0,0] bg: [0,0,0] black: [0,0,0] gray: [0,0,0] red: [0,0,0] green: [0,0,0] yellow: [0,0,0] blue: [0,0,0] magenta: [0,0,0] cyan: [0,0,0] white: [0,0,0] orange: [0,0,0] for truecolor, or: themes: default: fg: 0 bg: 0 black: 0 gray: 0 red: 0 green: 0 yellow: 0 blue: 0 magenta: 0 cyan: 0 white: 0 orange: 0 for 256 color. If the theme is called default, then zellij will pick it on startup. To specify a different theme, run zellij with: zellij options --theme [NAME] or put the name in the configuration file with theme: [NAME].","breadcrumbs":"Configuration » Themes » Themes","id":"74","title":"Themes"},"75":{"body":"Layouts are yaml configuration files which Zellij can load on startup. These files can describe a layout of terminal panes and plugins that Zellij will create when it loads. To load a layout with Zellij: zellij --layout-path /path/to/your/layout_file.yaml By default Zellij will load the default.yaml layout, that is found in the layout directory (by default a subdirectory of the config directory [config/layouts]). Falling back to an internal default layout, if not found. Layouts residing in the default directory can be accessed as follows: zellij --layout [layout_name]","breadcrumbs":"Layouts » Layouts","id":"75","title":"Layouts"},"76":{"body":"This file: ---\ntabs: - direction: Vertical parts: - direction: Horizontal parts: - direction: Vertical - direction: Vertical - direction: Horizontal Will instruct Zellij to create this layout: ┌─────┬─────┐\n│ │ │\n├─────┤ │\n│ │ │\n└─────┴─────┘","breadcrumbs":"Layouts » Example","id":"76","title":"Example"},"77":{"body":"A layout file is a nested tree structure. Each node describes either a pane, or a space in which its parts (children) will be created. The layout file is divided in to two sections: templates and tabs. The templates describe the structure of the layout and what part of the ui should be tab agnostic. The tabs describe which part of the layout should be tab specific. For this mechanism the templates make use of an extra attribute called body, if it is specified each single tab will be inserted in to the template and then started by zellij.","breadcrumbs":"Layouts » Creating a layout file","id":"77","title":"Creating a layout file"},"78":{"body":"Layouts are composed through the optional parts section, if a layout has a non empty parts section it is a node that is split up into these respective parts. Example: parts: - direction: Vertical - direction: Vertical Each node has the following fields:","breadcrumbs":"Layouts » parts: ","id":"78","title":"parts: "},"79":{"body":"If the node has children, they will be created as splits in this direction.","breadcrumbs":"Layouts » direction: Horizontal / Vertical","id":"79","title":"direction: Horizontal / Vertical"},"8":{"body":"These commands can be invoked with zellij [SUBCOMMAND]. For more details, each subcommand has its own help section when run with the --help flag (zellij [SUBCOMMAND] --help).","breadcrumbs":"Commands » Commands","id":"8","title":"Commands"},"80":{"body":"This indicates either a percentage of the node's parent's space or a fixed size of columns/rows from its parent's space. By default the splits are proportional. Example: parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical split_size: Percent: 50","breadcrumbs":"Layouts » split_size: Percent: <1-100> / Fixed: ","id":"80","title":"split_size: Percent: <1-100> / Fixed: "},"81":{"body":"This is an optional instruction to either run a command, or a plugin. If indicated, instead of loading the default shell in a terminal pane, the run action will be executed. plugin: This is an optional path to a compiled Zellij plugin. If indicated, instead of loading a terminal, this plugin will be loaded. For more information, please see the plugin documentation of this guide. In case the plugin resides in the plugin directory, specifying the name of the plugin is sufficient. Example: run: plugin: location: \"zellij:status-bar\" _allow_exec_host_cmd: false # Optional and false by default For more information, please see the plugin documentation of this guide. The _allow_exec_host_cmd is preliminary and allows plugins to run commands on the host system, if the plugins need that functionality the user can opt in to it. command: {cmd: , args: } This is an optional path to a command. If indicated, instead of loading a pane with the default shell, this command will be executed. Optionally it's arguments can be passed as a vector of strings. Example: run: command: {cmd: htop, args: [\"-C\"]}","breadcrumbs":"Layouts » run: plugin: / command: ","id":"81","title":"run: plugin: / command: "},"82":{"body":"This is an optional command that can be used to name the tab in the tab layout section. Example: tabs: - name: \"\" This is currently limited to the tabs section.","breadcrumbs":"Layouts » name: ","id":"82","title":"name: "},"83":{"body":"This is an optional configuration option that can be used to modify the session behavior of the layout. Current options include: session: name: \"zellij\" # a string, that names the session attach: true # default `true`. If session exists, re-attach. Example: session: name: \"zellij\" Adding this to the layout would name the session zellij and upon loading the layout again will try to attach to an existing session that is called zellij. If the attach configuration is false, then zellij will show an error message on trying to create the layout, if the layout name already exists.","breadcrumbs":"Layouts » session: ","id":"83","title":"session: "},"84":{"body":"This is an optional configuration option that can be used to specify the initial focus of the tab or pane. This option is not set by default. So, every tab and pane basically focus the first target. Example one: tabs:\n- direction: Vertical\n- direction: Vertical focus: true # focus second tab. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50 If the option is duplicated, the first declared focus has priority. This applies to both tab and pane. Example two: tabs:\n- direction: Vertical focus: true # [duplicated] focus first tab. - direction: Vertical focus: true # [duplicated] ignored. parts: - direction: Vertical split_size: Percent: 50 - direction: Vertical focus: true # focus right pane. split_size: Percent: 50\n- direction: Vertical","breadcrumbs":"Layouts » focus: ","id":"84","title":"focus: "},"85":{"body":"The layout supports all the configuration options from the Configuration page. If an option is specified in a layout, it has precedence over the config file itself. Example: default_shell: fish","breadcrumbs":"Layouts » configuration","id":"85","title":"configuration"},"86":{"body":"Please take a look at the default layouts that come with Zellij, or the layouts that reside in the example directory for more complete layouts.","breadcrumbs":"Layouts » Further examples","id":"86","title":"Further examples"},"87":{"body":"The templates section of the layout file describes the structure of the layout. To understand how it works let us look at the default layout a little bit closer. zellij setup --dump-layout default: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\" The default layout consists of three parts. The plugin tab-bar (part 1), a body (part 2) and the status-bar plugin (part 3). Since the tabs section is empty, a default pane will be inserted in to the body section Default Layout Let us now use the default layout and build upon it: ---\ntemplate: direction: Horizontal parts: - direction: Vertical # part 1 borderless: true split_size: Fixed: 1 run: plugin: location: \"zellij:tab-bar\" - direction: Vertical # part 2 body: true - direction: Vertical # part 3 borderless: true split_size: Fixed: 2 run: plugin: location: \"zellij:status-bar\"\ntabs: - name: \"tab 1\" # tab 1 - name: \"tab 2\" # tab 2 direction: Vertical parts: - direction: Horizontal - direction: Horizontal - name: \"tab 3\" # tab 3 direction: Vertical parts: - direction: Horizontal - direction: Horizontal parts: - direction: Horizontal - direction: Vertical This layout will create the following tabs upon loading. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3 This is how the tabs would look like with pane frames disabled. Tab 1: Tab #1 Tab 2: Tab #2 Tab 3: Tab #3","breadcrumbs":"Layouts » Templates » Layout Templates","id":"87","title":"Layout Templates"},"88":{"body":"One feature that makes Zellij unique is its WebAssembly plugin system. This allows plugin developers to write their plugin in any language that can run on WASI ! Rust offers first-class support for WASI , but other languages like C/C++ , AssemblyScript , even Python should be supported. Disclaimer: The API for plugins is very much a work in progress. Don't be shy to request new features on our tracking issue !","breadcrumbs":"Plugins » Plugins","id":"88","title":"Plugins"},"89":{"body":"This is a small list of default plugins that zellij ships with: tab-bar strider status-bar This is an overview of zellij plugins, please do keep in mind that they are not necessarily connected to zellij maintainers: zellij-pomodoro-plugin","breadcrumbs":"Plugins » Overview » Plugin Overview","id":"89","title":"Plugin Overview"},"9":{"body":"short: a Zellij will attempt to attach to an already running session, with the name [session-name]. If given no [session-name] and there is only one running session, it will attach to that session. The attach subcommand will also accept the optional options subcommand.","breadcrumbs":"Commands » attach [session-name]","id":"9","title":"attach [session-name]"},"90":{"body":"Currently we have a complete guide for developing plugins in Rust and plan to add more guides for other languages in the future. If you are feeling particularly brave, you can try to write plugins in another language today! The Other Languages section will get you started.","breadcrumbs":"Plugins » Developing a Plugin » Developing a Plugin","id":"90","title":"Developing a Plugin"},"91":{"body":"Writing a Zellij plugin in Rust is incredibly easy thanks to Rust's first-class support for WebAssembly and the simple zellij-tile scaffolding library. This guide will walk through implementing the rust-plugin-example , a simple event logger that records mode-changes within Zellij.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Writing a Plugin in Rust","id":"91","title":"Writing a Plugin in Rust"},"92":{"body":"","breadcrumbs":"Plugins » Developing a Plugin » Rust » Getting Started","id":"92","title":"Getting Started"},"93":{"body":"First things first, to develop a plugin in Rust, you'll need Rust installed! The easiest way to do this is by using rustup . Once you have Rust and Cargo installed, getting the latest version of Zellij is as easy as running: cargo install zellij You'll also want to add the installed binary to your path!","breadcrumbs":"Plugins » Developing a Plugin » Rust » Installing Rust & Zellij","id":"93","title":"Installing Rust & Zellij"},"94":{"body":"To streamline the development experience, we provide a template repository that contains everything you need to get started quickly! You can use a tool called cargo-generate to fill in a couple of the gaps automatically: # First install `cargo-generate`\ncargo install cargo-generate\n# Then clone the rust-plugin template\ncargo generate --git https://github.com/zellij-org/rust-plugin-template.git --name mode-logger\ncd mode-logger","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cloning The Template Repository","id":"94","title":"Cloning The Template Repository"},"95":{"body":"After cloning the template repository, you should have a directory that looks a little bit like this: .\n├── .cargo\n│ └── config.toml\n├── Cargo.toml\n├── plugin.yaml\n├── README.md\n└── src └── main.rs","breadcrumbs":"Plugins » Developing a Plugin » Rust » The Basic Structure of a Rust Plugin","id":"95","title":"The Basic Structure of a Rust Plugin"},"96":{"body":"[build]\ntarget = \"wasm32-wasi\" This file specifies a default target for our project. In this case, the correct WASI target is wasm32-wasi.","breadcrumbs":"Plugins » Developing a Plugin » Rust » .cargo/config.toml","id":"96","title":".cargo/config.toml"},"97":{"body":"[package]\nname = \"mode-logger\"\nversion = \"0.1.0\"\nauthors = [\"Brooks J Rady \"]\nedition = \"2018\" [dependencies]\nzellij-tile = \"1.0.0\" This is a quite standard package file that cargo-generate has partially filled in for us. Note the dependency on zellij-tile which provides some helpful functionality for avoiding boilerplate and writing unsafe code.","breadcrumbs":"Plugins » Developing a Plugin » Rust » Cargo.toml","id":"97","title":"Cargo.toml"},"98":{"body":"---\ndirection: Horizontal\nparts: - direction: Vertical split_size: Fixed: 1 plugin: tab-bar - direction: Vertical plugin: target/wasm32-wasi/debug/mode-logger.wasm - direction: Vertical split_size: Fixed: 2 plugin: status-bar This is a Zellij Layout that loads a mostly default instance of Zellij, but with the middle terminal pane replaced by the plugin being developed. The plugin: target/wasm32-wasi/debug/mode-logger.wasm line should point Zellij to the development version of our plugin. There will likely be a better way of loading plugins in the future, but custom Layouts are currently the only way to do so.","breadcrumbs":"Plugins » Developing a Plugin » Rust » plugin.yaml","id":"98","title":"plugin.yaml"},"99":{"body":"use zellij_tile::prelude::*; #[derive(Default)]\nstruct State; register_plugin!(State); impl ZellijPlugin for State { fn load(&mut self) {} fn update(&mut self, event: Event) {} fn render(&mut self, rows: usize, cols: usize) {}\n} When using the zellij-tile library, plugins are written as Structs that implement the ZellijPlugin trait. The magic line here is register_plugin!(State), which wraps up the State struct in a way that neatly exposes its ZellijPlugin implementation for Zellij to find. Note that load(), update(), and render() have default implementations, so you only need to define the callbacks used by your plugin.","breadcrumbs":"Plugins » Developing a Plugin » Rust » src/main.rs","id":"99","title":"src/main.rs"}},"length":112,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"74":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.0}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"6":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"7":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"2":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"80":{"tf":1.0},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"73":{"tf":1.0}}},"df":5,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"3":{"5":{"1":{"df":1,"docs":{"29":{"tf":1.0}}},"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"7":{"tf":1.0},"73":{"tf":2.0},"87":{"tf":3.0}}},"4":{"df":1,"docs":{"73":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":1,"docs":{"73":{"tf":2.0}}},"6":{"df":1,"docs":{"73":{"tf":2.0}}},"7":{"df":1,"docs":{"73":{"tf":2.0}}},"8":{"df":1,"docs":{"73":{"tf":2.0}}},"9":{"df":2,"docs":{"43":{"tf":1.0},"73":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"101":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"51":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"18":{"tf":2.23606797749979},"44":{"tf":1.4142135623730951},"73":{"tf":11.489125293076057},"81":{"tf":1.0}}}},"v":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"18":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"108":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"73":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.0},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"83":{"tf":2.0},"9":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"73":{"tf":5.0}},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.7320508075688772},"93":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"101":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":2.0}}}},"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":{"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"84":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"87":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"102":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"87":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}}},"c":{"/":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":2.0},"48":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":2.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"73":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"63":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"87":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"67":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"97":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"103":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"86":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"69":{"tf":1.0}},"n":{"d":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"103":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"29":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"64":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"73":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":24,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.6457513110645907},"74":{"tf":1.7320508075688772},"75":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"0":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"47":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":4.0},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"101":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"111":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":5.385164807134504},"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"102":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"101":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"73":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"85":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":3,"docs":{"101":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"17":{"tf":1.0},"84":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"85":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"107":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.4142135623730951},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":3.605551275463989}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"101":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":2.0}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0}}}},"df":1,"docs":{"110":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"17":{"tf":2.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"14":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":1,"docs":{"102":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"94":{"tf":2.0},"97":{"tf":1.0}}}}},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"73":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}},"p":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":2.6457513110645907},"98":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"d":{"df":2,"docs":{"101":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"77":{"tf":1.0},"87":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"2":{"tf":2.0},"5":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"62":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"29":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"101":{"tf":1.0},"73":{"tf":3.1622776601683795},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"18":{"tf":2.8284271247461903},"19":{"tf":3.1622776601683795},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":15,"docs":{"110":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":2.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"73":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":1.0},"14":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.7320508075688772},"75":{"tf":3.1622776601683795},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":3.0},"98":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"101":{"tf":2.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"35":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":3.7416573867739413},"7":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"110":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"101":{"tf":2.0},"103":{"tf":1.0},"16":{"tf":1.0},"75":{"tf":2.0},"81":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"73":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"101":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"95":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"17":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"108":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"111":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":2.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"101":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"48":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"73":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.23606797749979},"83":{"tf":2.23606797749979},"87":{"tf":1.7320508075688772},"9":{"tf":2.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"73":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"103":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"w":{"df":9,"docs":{"101":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.7320508075688772},"73":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"107":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"80":{"tf":1.0}}},"df":3,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"101":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"111":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"73":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"81":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":2.449489742783178},"64":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"5":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"101":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":9,"docs":{"103":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"56":{"tf":1.0},"73":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"17":{"tf":2.23606797749979},"24":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":3.0},"75":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.872983346207417},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"16":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"100":{"tf":1.0},"3":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":2,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"105":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":1.7320508075688772},"101":{"tf":3.7416573867739413},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":3.7416573867739413},"87":{"tf":2.449489742783178},"88":{"tf":2.23606797749979},"89":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":2.6457513110645907},"99":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":2.449489742783178}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"110":{"tf":1.0},"18":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"15":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"110":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"73":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"45":{"tf":1.4142135623730951},"73":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"103":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"83":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"103":{"tf":1.0},"107":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"5":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"73":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413},"84":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"46":{"tf":1.0},"69":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.449489742783178},"87":{"tf":2.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"91":{"tf":1.0}}},"df":9,"docs":{"101":{"tf":2.0},"103":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":10,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"54":{"tf":1.0},"73":{"tf":1.0}}}}}}}}},"df":1,"docs":{"73":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"12":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"46":{"tf":1.0},"7":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"83":{"tf":3.0},"9":{"tf":2.449489742783178}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"111":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"88":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"p":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"101":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"43":{"tf":1.0},"62":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"111":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":17,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":2.0},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"69":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}},"s":{":":{"1":{"5":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"u":{"df":6,"docs":{"107":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":1,"docs":{"101":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"101":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"102":{"tf":1.0},"19":{"tf":1.0},"52":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"73":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"39":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.6457513110645907},"73":{"tf":3.4641016151377544},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"82":{"tf":2.449489742783178},"84":{"tf":2.6457513110645907},"87":{"tf":4.795831523312719},"89":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"77":{"tf":2.0},"87":{"tf":2.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"74":{"tf":2.8284271247461903}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"29":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"93":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":1,"docs":{"101":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.0},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"59":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"77":{"tf":1.0},"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"17":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":3.1622776601683795},"103":{"tf":1.7320508075688772},"2":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.3166247903554},"74":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"15":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":3.0},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"101":{"tf":2.0}}},"v":{"df":1,"docs":{"101":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"27":{"tf":1.0},"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"111":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"3":{"tf":1.0},"73":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":4.58257569495584}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"72":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"81":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"101":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"103":{"tf":2.449489742783178},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}}}}}}}},"breadcrumbs":{"root":{"0":{",":{"0":{",":{"0":{"df":1,"docs":{"74":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"1":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"0":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"43":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":3.4641016151377544}}},"1":{".":{"0":{".":{"0":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"80":{"tf":1.4142135623730951}}},":":{"2":{"0":{":":{"4":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"6":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"5":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"3":{"df":1,"docs":{"101":{"tf":1.0}}},"7":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{":":{"0":{"0":{"df":1,"docs":{"101":{"tf":1.0}}},"2":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"33":{"tf":1.0}}},"2":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}},"df":9,"docs":{"18":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"5":{"6":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"73":{"tf":1.0}}},"df":5,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"87":{"tf":3.3166247903554},"98":{"tf":1.0}}},"3":{"5":{"1":{"df":1,"docs":{"29":{"tf":1.0}}},"7":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"7":{"tf":1.0},"73":{"tf":2.0},"87":{"tf":3.0}}},"4":{"df":1,"docs":{"73":{"tf":2.0}}},"5":{"0":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":2.0}}},"df":1,"docs":{"73":{"tf":2.0}}},"6":{"df":1,"docs":{"73":{"tf":2.0}}},"7":{"df":1,"docs":{"73":{"tf":2.0}}},"8":{"df":1,"docs":{"73":{"tf":2.0}}},"9":{"df":2,"docs":{"43":{"tf":1.0},"73":{"tf":2.0}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"101":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"43":{"tf":1.0},"51":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"18":{"tf":2.23606797749979},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":11.489125293076057},"81":{"tf":1.0}}}},"v":{"df":2,"docs":{"100":{"tf":1.0},"25":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"d":{"d":{"df":6,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"18":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"15":{"tf":1.0}}}}},"df":5,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"3":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"108":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":2.0},"43":{"tf":1.4142135623730951},"73":{"tf":6.4031242374328485}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"69":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"69":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"17":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"7":{"tf":1.0},"83":{"tf":2.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"j":{".":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"y":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"h":{"df":1,"docs":{"23":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"84":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":1,"docs":{"73":{"tf":5.0}},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"72":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"83":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"98":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":2.0},"93":{"tf":1.0}}}}},"d":{"df":4,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"101":{"tf":1.7320508075688772},"3":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"77":{"tf":1.0},"87":{"tf":2.0}}}},"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":{"97":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"87":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"1":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"g":{"df":2,"docs":{"102":{"tf":1.0},"62":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"87":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.7320508075688772}}}}}},"c":{"/":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":2.0},"48":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"2":{"tf":2.0},"93":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.0},"97":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":2.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"107":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.7320508075688772},"62":{"tf":1.0},"71":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"73":{"tf":8.602325267042627}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"3":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"77":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"{":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.0},"16":{"tf":1.0}}},"r":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"111":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"87":{"tf":1.0}}},"t":{"a":{"b":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":2,"docs":{"69":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"97":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"103":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"43":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"86":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"m":{"a":{"df":1,"docs":{"69":{"tf":1.0}},"n":{"d":{"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"60":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":2.0},"81":{"tf":3.1622776601683795},"82":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"81":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"14":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}},"x":{"df":1,"docs":{"103":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":7,"docs":{"111":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":2.6457513110645907},"17":{"tf":1.4142135623730951},"75":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":67,"docs":{"0":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"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.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":2.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"7":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"64":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":2.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"32":{"tf":2.0},"43":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"73":{"tf":6.164414002968976}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"111":{"tf":1.0},"98":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"g":{"!":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"17":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"17":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":24,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":2.8284271247461903},"74":{"tf":1.7320508075688772},"75":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":2.449489742783178},"89":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":3,"docs":{"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"17":{"tf":1.0},"28":{"tf":1.0},"46":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":17,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":2.449489742783178},"18":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"47":{"tf":1.7320508075688772},"49":{"tf":2.0},"53":{"tf":2.0},"62":{"tf":2.449489742783178},"64":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":4.0},"98":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"101":{"tf":1.0},"16":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"81":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"23":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"35":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"111":{"tf":1.0},"14":{"tf":2.0},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":12,"docs":{"17":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"78":{"tf":1.0},"87":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"111":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"17":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"101":{"tf":1.0}}}},"v":{"df":1,"docs":{"16":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"83":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":2,"docs":{"42":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"88":{"tf":1.0}},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"(":{"'":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":5.477225575051661},"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"49":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.7320508075688772}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"102":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"101":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"73":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"101":{"tf":2.449489742783178},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"3":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0},"85":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":3,"docs":{"101":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}},"d":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"17":{"tf":1.0},"84":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"85":{"tf":1.0}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"x":{"df":5,"docs":{"107":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.7320508075688772},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":2.23606797749979},"16":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}},"o":{"c":{"df":0,"docs":{},"u":{"df":7,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"84":{"tf":3.7416573867739413}},"s":{"df":13,"docs":{"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"73":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"101":{"tf":1.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"101":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":2.23606797749979}}}},"r":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"!":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0}}}},"df":1,"docs":{"110":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.4142135623730951},"17":{"tf":2.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":2.0},"14":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":1,"docs":{"102":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"90":{"tf":1.0},"98":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"94":{"tf":2.0},"97":{"tf":1.0}}}}},"t":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"o":{"df":3,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.0},"68":{"tf":1.4142135623730951},"73":{"tf":4.242640687119285}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"18":{"tf":1.0},"21":{"tf":1.0}}}},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}},"df":5,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"/":{"df":0,"docs":{},"j":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"73":{"tf":3.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}},"p":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"h":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"98":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"81":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"1":{".":{"5":{".":{"6":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"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":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}},"d":{"df":2,"docs":{"101":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}},"i":{"c":{"df":3,"docs":{"19":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"15":{"tf":1.4142135623730951},"18":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"41":{"tf":1.7320508075688772},"77":{"tf":1.0},"87":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.7320508075688772},"2":{"tf":2.23606797749979},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.4142135623730951},"93":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951}}},"n":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"81":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"18":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"4":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"62":{"tf":1.0}},"t":{"df":8,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":9,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"29":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"'":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"j":{"df":3,"docs":{"101":{"tf":1.0},"73":{"tf":3.1622776601683795},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"k":{"a":{"df":1,"docs":{"12":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"73":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"5":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":57,"docs":{"18":{"tf":3.1622776601683795},"19":{"tf":3.4641016151377544},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"33":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":1.0},"18":{"tf":2.6457513110645907},"29":{"tf":2.449489742783178},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"73":{"tf":11.704699910719626}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"106":{"tf":1.4142135623730951},"111":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"103":{"tf":2.0},"88":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":1.0},"14":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.7320508075688772},"75":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"77":{"tf":2.6457513110645907},"78":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.449489742783178},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":3.3166247903554},"98":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"101":{"tf":2.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"101":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.1622776601683795}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"t":{"'":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":3.7416573867739413},"7":{"tf":1.0}}},"df":1,"docs":{"110":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":7,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"110":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":3,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"101":{"tf":2.0},"103":{"tf":1.0},"16":{"tf":1.0},"75":{"tf":2.0},"81":{"tf":2.0},"83":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"81":{"tf":1.0},"87":{"tf":2.0}}}},"df":0,"docs":{},"k":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"73":{"tf":5.0}}}},"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":2.23606797749979}}}}}},"df":1,"docs":{"101":{"tf":4.123105625617661}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"102":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}}},"s":{"df":1,"docs":{"10":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"95":{"tf":1.0}}}},"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"17":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}},"g":{"df":1,"docs":{"111":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":2.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":3.3166247903554}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":18,"docs":{"101":{"tf":5.916079783099616},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":2.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":2.23606797749979},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"29":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"17":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"110":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"24":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"53":{"tf":1.7320508075688772},"73":{"tf":4.69041575982343}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.6457513110645907},"83":{"tf":2.23606797749979},"87":{"tf":1.7320508075688772},"9":{"tf":2.23606797749979},"94":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"73":{"tf":4.58257569495584}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"101":{"tf":2.6457513110645907},"102":{"tf":1.0},"103":{"tf":1.0},"7":{"tf":1.4142135623730951},"81":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"w":{"df":9,"docs":{"101":{"tf":1.0},"18":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":2.0},"73":{"tf":3.605551275463989}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"64":{"tf":2.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"107":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"80":{"tf":1.0}}},"df":3,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":2.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"73":{"tf":3.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"101":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"i":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"w":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"101":{"tf":1.0},"111":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"7":{"tf":1.0},"73":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"110":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"93":{"tf":1.0}}},"df":15,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":2.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"p":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.0}}},"r":{"df":2,"docs":{"0":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"df":1,"docs":{"81":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":2.8284271247461903},"64":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":2.449489742783178},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"16":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"7":{"tf":1.0},"85":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"29":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"89":{"tf":2.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"107":{"tf":1.0},"5":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"101":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"df":9,"docs":{"103":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"56":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"24":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":3.0},"75":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":3.872983346207417},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"5":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"16":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"100":{"tf":1.0},"3":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}},"df":3,"docs":{"19":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":3.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":2,"docs":{"80":{"tf":2.0},"84":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"105":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":23,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":2.23606797749979},"101":{"tf":4.0},"102":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":4.0},"87":{"tf":2.449489742783178},"88":{"tf":2.6457513110645907},"89":{"tf":2.449489742783178},"90":{"tf":2.449489742783178},"91":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":3.0},"99":{"tf":2.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"101":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":2.6457513110645907}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"110":{"tf":1.0},"18":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"15":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"15":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"110":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"73":{"tf":2.6457513110645907}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"22":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":1.0},"45":{"tf":1.7320508075688772},"73":{"tf":2.6457513110645907},"97":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"23":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":3.3166247903554}},"e":{"a":{"d":{"df":1,"docs":{"103":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"83":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":1,"docs":{"62":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"7":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"3":{"2":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"5":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"z":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"49":{"tf":2.0},"73":{"tf":2.8284271247461903}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"101":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":8,"docs":{"101":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.7416573867739413},"84":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":15,"docs":{"10":{"tf":1.0},"101":{"tf":2.449489742783178},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.4142135623730951},"46":{"tf":1.0},"69":{"tf":2.0},"7":{"tf":1.7320508075688772},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":2.6457513110645907},"87":{"tf":2.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"91":{"tf":1.0}}},"df":16,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"103":{"tf":1.0},"2":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":2.449489742783178},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"s":{"a":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951}}}}},"c":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":10,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"17":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"73":{"tf":2.449489742783178}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"54":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}}}}},"df":1,"docs":{"73":{"tf":2.8284271247461903}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"0":{"tf":1.7320508075688772},"101":{"tf":1.4142135623730951},"13":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"81":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"109":{"tf":1.0}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"101":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":3.1622776601683795},"99":{"tf":1.7320508075688772}}}},"n":{"d":{"df":3,"docs":{"101":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"101":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":2.449489742783178},"12":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"46":{"tf":1.0},"7":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"83":{"tf":3.3166247903554},"9":{"tf":2.6457513110645907}}}}}}},"t":{"df":5,"docs":{"0":{"tf":1.0},"18":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0},"84":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"111":{"tf":1.0},"14":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}},"i":{"df":1,"docs":{"88":{"tf":1.0}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}},"p":{"df":1,"docs":{"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"73":{"tf":1.0}}}}},"df":5,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"16":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"101":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":4,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.7320508075688772},"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"43":{"tf":1.0},"62":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"43":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":5,"docs":{"111":{"tf":1.0},"19":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}},"i":{"df":17,"docs":{"101":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":4,"docs":{"80":{"tf":2.0},"84":{"tf":2.0},"87":{"tf":2.0},"98":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"69":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.4142135623730951}},"s":{":":{"1":{"5":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"101":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.0},"102":{"tf":1.0},"7":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"u":{"df":6,"docs":{"107":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.23606797749979},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}},"y":{"df":1,"docs":{"101":{"tf":1.0}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"101":{"tf":2.449489742783178},"17":{"tf":1.0}}}}},"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":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"101":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"99":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"101":{"tf":2.0}},"e":{"(":{"&":{"[":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"102":{"tf":1.0},"19":{"tf":1.0},"52":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"48":{"tf":1.7320508075688772},"73":{"tf":6.855654600401044}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"39":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":2.6457513110645907},"73":{"tf":3.4641016151377544},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"82":{"tf":2.6457513110645907},"84":{"tf":2.6457513110645907},"87":{"tf":4.795831523312719},"89":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"6":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":1,"docs":{"3":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"11":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"101":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"102":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"7":{"tf":1.0},"77":{"tf":2.0},"87":{"tf":2.449489742783178},"94":{"tf":2.0},"95":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"23":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"t":{"'":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":2.0},"74":{"tf":3.1622776601683795}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"29":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.0},"93":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"5":{"tf":2.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":2,"docs":{"103":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"%":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":1,"docs":{"101":{"tf":3.7416573867739413}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"109":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"6":{"tf":1.0}}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":7,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"48":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":2.0},"19":{"tf":1.4142135623730951},"73":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"101":{"tf":2.8284271247461903}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":2,"docs":{"77":{"tf":1.0},"84":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"17":{"tf":1.7320508075688772},"77":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"19":{"tf":3.1622776601683795},"73":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"103":{"tf":1.0},"6":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"88":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"101":{"tf":3.1622776601683795},"103":{"tf":1.7320508075688772},"2":{"tf":1.0},"99":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":2.23606797749979},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"0":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":3.3166247903554},"74":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"s":{"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":2.6457513110645907},"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"7":{"tf":1.4142135623730951},"77":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"29":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"101":{"tf":1.0}},"e":{"<":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"15":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"64":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"84":{"tf":3.0},"87":{"tf":3.0},"98":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}},"m":{"3":{"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"103":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":7,"docs":{"102":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":1,"docs":{"101":{"tf":1.4142135623730951}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":2.449489742783178}}}},"r":{"df":1,"docs":{"101":{"tf":2.0}}},"v":{"df":1,"docs":{"101":{"tf":2.0}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"22":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"101":{"tf":1.4142135623730951},"27":{"tf":1.0},"91":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"16":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"111":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"101":{"tf":1.4142135623730951},"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":9,"docs":{"101":{"tf":1.7320508075688772},"103":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"f":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"3":{"tf":1.0},"73":{"tf":1.7320508075688772}},"v":{"df":0,"docs":{},"f":{"df":1,"docs":{"3":{"tf":1.0}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"43":{"tf":4.58257569495584}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"101":{"tf":1.0},"103":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"102":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"'":{"df":2,"docs":{"20":{"tf":1.0},"72":{"tf":1.0}}},"*":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"81":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"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":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"101":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":40,"docs":{"0":{"tf":1.7320508075688772},"100":{"tf":2.0},"101":{"tf":2.8284271247461903},"103":{"tf":2.449489742783178},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.449489742783178},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.23606797749979},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"7":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}}}}}}}}}}}},"title":{"root":{"1":{"0":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":2,"docs":{"33":{"tf":1.0},"80":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"108":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"8":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"47":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"s":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"77":{"tf":1.0}}}},"x":{"df":1,"docs":{"80":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"84":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"93":{"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":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"75":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"17":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"109":{"tf":1.0},"24":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":7,"docs":{"103":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"5":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"26":{"tf":1.0},"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"69":{"tf":1.0},"81":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"2":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"28":{"tf":1.0},"83":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":2,"docs":{"25":{"tf":1.0},"82":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"a":{"b":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"35":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"91":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":3,"docs":{"100":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file diff --git a/static/documentation/themes.html b/static/documentation/themes.html index 70060da..e2c5ceb 100644 --- a/static/documentation/themes.html +++ b/static/documentation/themes.html @@ -4,37 +4,25 @@ Themes - Zellij User Guide - - - - - - - - - - - - @@ -42,9 +30,7 @@ - - @@ -103,8 +89,7 @@
- - + -
- - - - - - -