diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c42848b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +bin + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out +testbin/ +out/ + +# Kubernetes Generated files - skip generated files, except for vendored files + +!vendor/**/zz_generated.* + +# editor and IDE paraphernalia +.idea +*.swp +*.swo +*~ + +# e2e tests generated files +.sshkey +.sshkey.pub +_artifacts/ +config/default/manager_image_patch.yaml-e +config/default/manager_pull_policy.yaml-e +test/e2e/config/e2e_conf-envsubst.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-antrea.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-ccm-testing.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-kcp-remediation.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-md-remediation.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-node-drain.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-oracle-linux.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-custom-networking-seclist.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-custom-networking-nsg.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-multiple-node-nsg.yaml \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..35ed6b57 --- /dev/null +++ b/404.html @@ -0,0 +1,171 @@ + + + + + + Page not found - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Document not found (404)

+

This URL is invalid, sorry. Please use the navigation bar or search to continue.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/FontAwesome/css/font-awesome.css b/FontAwesome/css/font-awesome.css new file mode 100644 index 00000000..540440ce --- /dev/null +++ b/FontAwesome/css/font-awesome.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/FontAwesome/fonts/FontAwesome.ttf b/FontAwesome/fonts/FontAwesome.ttf new file mode 100644 index 00000000..35acda2f Binary files /dev/null and b/FontAwesome/fonts/FontAwesome.ttf differ diff --git a/FontAwesome/fonts/fontawesome-webfont.eot b/FontAwesome/fonts/fontawesome-webfont.eot new file mode 100644 index 00000000..e9f60ca9 Binary files /dev/null and b/FontAwesome/fonts/fontawesome-webfont.eot differ diff --git a/FontAwesome/fonts/fontawesome-webfont.svg b/FontAwesome/fonts/fontawesome-webfont.svg new file mode 100644 index 00000000..855c845e --- /dev/null +++ b/FontAwesome/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FontAwesome/fonts/fontawesome-webfont.ttf b/FontAwesome/fonts/fontawesome-webfont.ttf new file mode 100644 index 00000000..35acda2f Binary files /dev/null and b/FontAwesome/fonts/fontawesome-webfont.ttf differ diff --git a/FontAwesome/fonts/fontawesome-webfont.woff b/FontAwesome/fonts/fontawesome-webfont.woff new file mode 100644 index 00000000..400014a4 Binary files /dev/null and b/FontAwesome/fonts/fontawesome-webfont.woff differ diff --git a/FontAwesome/fonts/fontawesome-webfont.woff2 b/FontAwesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 00000000..4d13fc60 Binary files /dev/null and b/FontAwesome/fonts/fontawesome-webfont.woff2 differ diff --git a/ayu-highlight.css b/ayu-highlight.css new file mode 100644 index 00000000..32c94322 --- /dev/null +++ b/ayu-highlight.css @@ -0,0 +1,78 @@ +/* +Based off of the Ayu theme +Original by Dempfi (https://github.com/dempfi/ayu) +*/ + +.hljs { + display: block; + overflow-x: auto; + background: #191f26; + color: #e6e1cf; +} + +.hljs-comment, +.hljs-quote { + color: #5c6773; + font-style: italic; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-attr, +.hljs-regexp, +.hljs-link, +.hljs-selector-id, +.hljs-selector-class { + color: #ff7733; +} + +.hljs-number, +.hljs-meta, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #ffee99; +} + +.hljs-string, +.hljs-bullet { + color: #b8cc52; +} + +.hljs-title, +.hljs-built_in, +.hljs-section { + color: #ffb454; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-symbol { + color: #ff7733; +} + +.hljs-name { + color: #36a3d9; +} + +.hljs-tag { + color: #00568d; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #91b362; +} + +.hljs-deletion { + color: #d96c75; +} diff --git a/book.js b/book.js new file mode 100644 index 00000000..d40440c7 --- /dev/null +++ b/book.js @@ -0,0 +1,679 @@ +"use strict"; + +// Fix back button cache problem +window.onunload = function () { }; + +// Global variable, shared between modules +function playground_text(playground) { + let code_block = playground.querySelector("code"); + + if (window.ace && code_block.classList.contains("editable")) { + let editor = window.ace.edit(code_block); + return editor.getValue(); + } else { + return code_block.textContent; + } +} + +(function codeSnippets() { + function fetch_with_timeout(url, options, timeout = 6000) { + return Promise.race([ + fetch(url, options), + new Promise((_, reject) => setTimeout(() => reject(new Error('timeout')), timeout)) + ]); + } + + var playgrounds = Array.from(document.querySelectorAll(".playground")); + if (playgrounds.length > 0) { + fetch_with_timeout("https://play.rust-lang.org/meta/crates", { + headers: { + 'Content-Type': "application/json", + }, + method: 'POST', + mode: 'cors', + }) + .then(response => response.json()) + .then(response => { + // get list of crates available in the rust playground + let playground_crates = response.crates.map(item => item["id"]); + playgrounds.forEach(block => handle_crate_list_update(block, playground_crates)); + }); + } + + function handle_crate_list_update(playground_block, playground_crates) { + // update the play buttons after receiving the response + update_play_button(playground_block, playground_crates); + + // and install on change listener to dynamically update ACE editors + if (window.ace) { + let code_block = playground_block.querySelector("code"); + if (code_block.classList.contains("editable")) { + let editor = window.ace.edit(code_block); + editor.addEventListener("change", function (e) { + update_play_button(playground_block, playground_crates); + }); + // add Ctrl-Enter command to execute rust code + editor.commands.addCommand({ + name: "run", + bindKey: { + win: "Ctrl-Enter", + mac: "Ctrl-Enter" + }, + exec: _editor => run_rust_code(playground_block) + }); + } + } + } + + // updates the visibility of play button based on `no_run` class and + // used crates vs ones available on http://play.rust-lang.org + function update_play_button(pre_block, playground_crates) { + var play_button = pre_block.querySelector(".play-button"); + + // skip if code is `no_run` + if (pre_block.querySelector('code').classList.contains("no_run")) { + play_button.classList.add("hidden"); + return; + } + + // get list of `extern crate`'s from snippet + var txt = playground_text(pre_block); + var re = /extern\s+crate\s+([a-zA-Z_0-9]+)\s*;/g; + var snippet_crates = []; + var item; + while (item = re.exec(txt)) { + snippet_crates.push(item[1]); + } + + // check if all used crates are available on play.rust-lang.org + var all_available = snippet_crates.every(function (elem) { + return playground_crates.indexOf(elem) > -1; + }); + + if (all_available) { + play_button.classList.remove("hidden"); + } else { + play_button.classList.add("hidden"); + } + } + + function run_rust_code(code_block) { + var result_block = code_block.querySelector(".result"); + if (!result_block) { + result_block = document.createElement('code'); + result_block.className = 'result hljs language-bash'; + + code_block.append(result_block); + } + + let text = playground_text(code_block); + let classes = code_block.querySelector('code').classList; + let edition = "2015"; + if(classes.contains("edition2018")) { + edition = "2018"; + } else if(classes.contains("edition2021")) { + edition = "2021"; + } + var params = { + version: "stable", + optimize: "0", + code: text, + edition: edition + }; + + if (text.indexOf("#![feature") !== -1) { + params.version = "nightly"; + } + + result_block.innerText = "Running..."; + + fetch_with_timeout("https://play.rust-lang.org/evaluate.json", { + headers: { + 'Content-Type': "application/json", + }, + method: 'POST', + mode: 'cors', + body: JSON.stringify(params) + }) + .then(response => response.json()) + .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); + } + + // Syntax highlighting Configuration + hljs.configure({ + tabReplace: ' ', // 4 spaces + languages: [], // Languages used for auto-detection + }); + + let code_nodes = Array + .from(document.querySelectorAll('code')) + // Don't highlight `inline code` blocks in headers. + .filter(function (node) {return !node.parentElement.classList.contains("header"); }); + + if (window.ace) { + // language-rust class needs to be removed for editable + // blocks or highlightjs will capture events + code_nodes + .filter(function (node) {return node.classList.contains("editable"); }) + .forEach(function (block) { block.classList.remove('language-rust'); }); + + Array + 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); }); + } + + // Adding the hljs class gives code blocks the color css + // even if highlighting doesn't apply + code_nodes.forEach(function (block) { block.classList.add('hljs'); }); + + Array.from(document.querySelectorAll("code.language-rust")).forEach(function (block) { + + var lines = Array.from(block.querySelectorAll('.boring')); + // If no lines were hidden, return + if (!lines.length) { return; } + block.classList.add("hide-boring"); + + var buttons = document.createElement('div'); + buttons.className = 'buttons'; + buttons.innerHTML = ""; + + // add expand button + var pre_block = block.parentNode; + pre_block.insertBefore(buttons, pre_block.firstChild); + + pre_block.querySelector('.buttons').addEventListener('click', function (e) { + if (e.target.classList.contains('fa-eye')) { + e.target.classList.remove('fa-eye'); + e.target.classList.add('fa-eye-slash'); + e.target.title = 'Hide lines'; + e.target.setAttribute('aria-label', e.target.title); + + block.classList.remove('hide-boring'); + } else if (e.target.classList.contains('fa-eye-slash')) { + e.target.classList.remove('fa-eye-slash'); + e.target.classList.add('fa-eye'); + e.target.title = 'Show hidden lines'; + e.target.setAttribute('aria-label', e.target.title); + + block.classList.add('hide-boring'); + } + }); + }); + + if (window.playground_copyable) { + Array.from(document.querySelectorAll('pre code')).forEach(function (block) { + var pre_block = block.parentNode; + if (!pre_block.classList.contains('playground')) { + var buttons = pre_block.querySelector(".buttons"); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + var clipButton = document.createElement('button'); + clipButton.className = 'fa fa-copy clip-button'; + clipButton.title = 'Copy to clipboard'; + clipButton.setAttribute('aria-label', clipButton.title); + clipButton.innerHTML = ''; + + buttons.insertBefore(clipButton, buttons.firstChild); + } + }); + } + + // Process playground code blocks + Array.from(document.querySelectorAll(".playground")).forEach(function (pre_block) { + // Add play button + var buttons = pre_block.querySelector(".buttons"); + if (!buttons) { + buttons = document.createElement('div'); + buttons.className = 'buttons'; + pre_block.insertBefore(buttons, pre_block.firstChild); + } + + var runCodeButton = document.createElement('button'); + runCodeButton.className = 'fa fa-play play-button'; + runCodeButton.hidden = true; + runCodeButton.title = 'Run this code'; + runCodeButton.setAttribute('aria-label', runCodeButton.title); + + buttons.insertBefore(runCodeButton, buttons.firstChild); + runCodeButton.addEventListener('click', function (e) { + run_rust_code(pre_block); + }); + + if (window.playground_copyable) { + var copyCodeClipboardButton = document.createElement('button'); + copyCodeClipboardButton.className = 'fa fa-copy clip-button'; + copyCodeClipboardButton.innerHTML = ''; + copyCodeClipboardButton.title = 'Copy to clipboard'; + copyCodeClipboardButton.setAttribute('aria-label', copyCodeClipboardButton.title); + + buttons.insertBefore(copyCodeClipboardButton, buttons.firstChild); + } + + let code_block = pre_block.querySelector("code"); + if (window.ace && code_block.classList.contains("editable")) { + var undoChangesButton = document.createElement('button'); + undoChangesButton.className = 'fa fa-history reset-button'; + undoChangesButton.title = 'Undo changes'; + undoChangesButton.setAttribute('aria-label', undoChangesButton.title); + + buttons.insertBefore(undoChangesButton, buttons.firstChild); + + undoChangesButton.addEventListener('click', function () { + let editor = window.ace.edit(code_block); + editor.setValue(editor.originalCode); + editor.clearSelection(); + }); + } + }); +})(); + +(function themes() { + var html = document.querySelector('html'); + var themeToggleButton = document.getElementById('theme-toggle'); + var themePopup = document.getElementById('theme-list'); + var themeColorMetaTag = document.querySelector('meta[name="theme-color"]'); + var stylesheets = { + ayuHighlight: document.querySelector("[href$='ayu-highlight.css']"), + tomorrowNight: document.querySelector("[href$='tomorrow-night.css']"), + highlight: document.querySelector("[href$='highlight.css']"), + }; + + function showThemes() { + themePopup.style.display = 'block'; + themeToggleButton.setAttribute('aria-expanded', true); + themePopup.querySelector("button#" + get_theme()).focus(); + } + + function hideThemes() { + themePopup.style.display = 'none'; + themeToggleButton.setAttribute('aria-expanded', false); + themeToggleButton.focus(); + } + + function get_theme() { + var theme; + try { theme = localStorage.getItem('mdbook-theme'); } catch (e) { } + if (theme === null || theme === undefined) { + return default_theme; + } else { + return theme; + } + } + + function set_theme(theme, store = true) { + let ace_theme; + + if (theme == 'coal' || theme == 'navy') { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = false; + stylesheets.highlight.disabled = true; + + ace_theme = "ace/theme/tomorrow_night"; + } else if (theme == 'ayu') { + stylesheets.ayuHighlight.disabled = false; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = true; + ace_theme = "ace/theme/tomorrow_night"; + } else { + stylesheets.ayuHighlight.disabled = true; + stylesheets.tomorrowNight.disabled = true; + stylesheets.highlight.disabled = false; + ace_theme = "ace/theme/dawn"; + } + + setTimeout(function () { + themeColorMetaTag.content = getComputedStyle(document.body).backgroundColor; + }, 1); + + if (window.ace && window.editors) { + window.editors.forEach(function (editor) { + editor.setTheme(ace_theme); + }); + } + + var previousTheme = get_theme(); + + if (store) { + try { localStorage.setItem('mdbook-theme', theme); } catch (e) { } + } + + html.classList.remove(previousTheme); + html.classList.add(theme); + } + + // Set theme + var theme = get_theme(); + + set_theme(theme, false); + + themeToggleButton.addEventListener('click', function () { + if (themePopup.style.display === 'block') { + hideThemes(); + } else { + showThemes(); + } + }); + + themePopup.addEventListener('click', function (e) { + 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); + }); + + themePopup.addEventListener('focusout', function(e) { + // e.relatedTarget is null in Safari and Firefox on macOS (see workaround below) + if (!!e.relatedTarget && !themeToggleButton.contains(e.relatedTarget) && !themePopup.contains(e.relatedTarget)) { + hideThemes(); + } + }); + + // Should not be needed, but it works around an issue on macOS & iOS: https://github.com/rust-lang/mdBook/issues/628 + document.addEventListener('click', function(e) { + if (themePopup.style.display === 'block' && !themeToggleButton.contains(e.target) && !themePopup.contains(e.target)) { + hideThemes(); + } + }); + + document.addEventListener('keydown', function (e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { return; } + if (!themePopup.contains(e.target)) { return; } + + switch (e.key) { + case 'Escape': + e.preventDefault(); + hideThemes(); + break; + case 'ArrowUp': + e.preventDefault(); + var li = document.activeElement.parentElement; + if (li && li.previousElementSibling) { + li.previousElementSibling.querySelector('button').focus(); + } + break; + case 'ArrowDown': + e.preventDefault(); + var li = document.activeElement.parentElement; + if (li && li.nextElementSibling) { + li.nextElementSibling.querySelector('button').focus(); + } + break; + case 'Home': + e.preventDefault(); + themePopup.querySelector('li:first-child button').focus(); + break; + case 'End': + e.preventDefault(); + themePopup.querySelector('li:last-child button').focus(); + break; + } + }); +})(); + +(function sidebar() { + var html = document.querySelector("html"); + var sidebar = document.getElementById("sidebar"); + var sidebarLinks = document.querySelectorAll('#sidebar a'); + var sidebarToggleButton = document.getElementById("sidebar-toggle"); + var sidebarResizeHandle = document.getElementById("sidebar-resize-handle"); + var firstContact = null; + + function showSidebar() { + html.classList.remove('sidebar-hidden') + html.classList.add('sidebar-visible'); + Array.from(sidebarLinks).forEach(function (link) { + link.setAttribute('tabIndex', 0); + }); + sidebarToggleButton.setAttribute('aria-expanded', true); + sidebar.setAttribute('aria-hidden', false); + try { localStorage.setItem('mdbook-sidebar', 'visible'); } catch (e) { } + } + + + var sidebarAnchorToggles = document.querySelectorAll('#sidebar a.toggle'); + + function toggleSection(ev) { + ev.currentTarget.parentElement.classList.toggle('expanded'); + } + + Array.from(sidebarAnchorToggles).forEach(function (el) { + el.addEventListener('click', toggleSection); + }); + + function hideSidebar() { + html.classList.remove('sidebar-visible') + html.classList.add('sidebar-hidden'); + Array.from(sidebarLinks).forEach(function (link) { + link.setAttribute('tabIndex', -1); + }); + sidebarToggleButton.setAttribute('aria-expanded', false); + sidebar.setAttribute('aria-hidden', true); + try { localStorage.setItem('mdbook-sidebar', 'hidden'); } catch (e) { } + } + + // Toggle sidebar + sidebarToggleButton.addEventListener('click', function sidebarToggle() { + if (html.classList.contains("sidebar-hidden")) { + var current_width = parseInt( + document.documentElement.style.getPropertyValue('--sidebar-width'), 10); + if (current_width < 150) { + document.documentElement.style.setProperty('--sidebar-width', '150px'); + } + showSidebar(); + } else if (html.classList.contains("sidebar-visible")) { + hideSidebar(); + } else { + if (getComputedStyle(sidebar)['transform'] === 'none') { + hideSidebar(); + } else { + showSidebar(); + } + } + }); + + sidebarResizeHandle.addEventListener('mousedown', initResize, false); + + function initResize(e) { + window.addEventListener('mousemove', resize, false); + window.addEventListener('mouseup', stopResize, false); + html.classList.add('sidebar-resizing'); + } + function resize(e) { + var pos = (e.clientX - sidebar.offsetLeft); + if (pos < 20) { + hideSidebar(); + } else { + if (html.classList.contains("sidebar-hidden")) { + showSidebar(); + } + pos = Math.min(pos, window.innerWidth - 100); + document.documentElement.style.setProperty('--sidebar-width', pos + 'px'); + } + } + //on mouseup remove windows functions mousemove & mouseup + function stopResize(e) { + html.classList.remove('sidebar-resizing'); + window.removeEventListener('mousemove', resize, false); + window.removeEventListener('mouseup', stopResize, false); + } + + document.addEventListener('touchstart', function (e) { + firstContact = { + x: e.touches[0].clientX, + time: Date.now() + }; + }, { passive: true }); + + document.addEventListener('touchmove', function (e) { + if (!firstContact) + return; + + var curX = e.touches[0].clientX; + var xDiff = curX - firstContact.x, + tDiff = Date.now() - firstContact.time; + + if (tDiff < 250 && Math.abs(xDiff) >= 150) { + if (xDiff >= 0 && firstContact.x < Math.min(document.body.clientWidth * 0.25, 300)) + showSidebar(); + else if (xDiff < 0 && curX < 300) + hideSidebar(); + + firstContact = null; + } + }, { passive: true }); + + // Scroll sidebar to current active section + var activeSection = document.getElementById("sidebar").querySelector(".active"); + if (activeSection) { + // https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView + activeSection.scrollIntoView({ block: 'center' }); + } +})(); + +(function chapterNavigation() { + document.addEventListener('keydown', function (e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) { return; } + if (window.search && window.search.hasFocus()) { return; } + + switch (e.key) { + case 'ArrowRight': + e.preventDefault(); + var nextButton = document.querySelector('.nav-chapters.next'); + if (nextButton) { + window.location.href = nextButton.href; + } + break; + case 'ArrowLeft': + e.preventDefault(); + var previousButton = document.querySelector('.nav-chapters.previous'); + if (previousButton) { + window.location.href = previousButton.href; + } + break; + } + }); +})(); + +(function clipboard() { + var clipButtons = document.querySelectorAll('.clip-button'); + + function hideTooltip(elem) { + elem.firstChild.innerText = ""; + elem.className = 'fa fa-copy clip-button'; + } + + function showTooltip(elem, msg) { + elem.firstChild.innerText = msg; + elem.className = 'fa fa-copy tooltipped'; + } + + var clipboardSnippets = new ClipboardJS('.clip-button', { + text: function (trigger) { + hideTooltip(trigger); + let playground = trigger.closest("pre"); + return playground_text(playground); + } + }); + + Array.from(clipButtons).forEach(function (clipButton) { + clipButton.addEventListener('mouseout', function (e) { + hideTooltip(e.currentTarget); + }); + }); + + clipboardSnippets.on('success', function (e) { + e.clearSelection(); + showTooltip(e.trigger, "Copied!"); + }); + + clipboardSnippets.on('error', function (e) { + showTooltip(e.trigger, "Clipboard error!"); + }); +})(); + +(function scrollToTop () { + var menuTitle = document.querySelector('.menu-title'); + + menuTitle.addEventListener('click', function () { + document.scrollingElement.scrollTo({ top: 0, behavior: 'smooth' }); + }); +})(); + +(function controllMenu() { + var menu = document.getElementById('menu-bar'); + + (function controllPosition() { + var scrollTop = document.scrollingElement.scrollTop; + var prevScrollTop = scrollTop; + var minMenuY = -menu.clientHeight - 50; + // When the script loads, the page can be at any scroll (e.g. if you reforesh it). + menu.style.top = scrollTop + 'px'; + // Same as parseInt(menu.style.top.slice(0, -2), but faster + var topCache = menu.style.top.slice(0, -2); + menu.classList.remove('sticky'); + var stickyCache = false; // Same as menu.classList.contains('sticky'), but faster + document.addEventListener('scroll', function () { + scrollTop = Math.max(document.scrollingElement.scrollTop, 0); + // `null` means that it doesn't need to be updated + var nextSticky = null; + var nextTop = null; + var scrollDown = scrollTop > prevScrollTop; + var menuPosAbsoluteY = topCache - scrollTop; + if (scrollDown) { + nextSticky = false; + if (menuPosAbsoluteY > 0) { + nextTop = prevScrollTop; + } + } else { + if (menuPosAbsoluteY > 0) { + nextSticky = true; + } else if (menuPosAbsoluteY < minMenuY) { + nextTop = prevScrollTop + minMenuY; + } + } + if (nextSticky === true && stickyCache === false) { + menu.classList.add('sticky'); + stickyCache = true; + } else if (nextSticky === false && stickyCache === true) { + menu.classList.remove('sticky'); + stickyCache = false; + } + if (nextTop !== null) { + menu.style.top = nextTop + 'px'; + topCache = nextTop; + } + prevScrollTop = scrollTop; + }, { passive: true }); + })(); + (function controllBorder() { + menu.classList.remove('bordered'); + document.addEventListener('scroll', function () { + if (menu.offsetTop === 0) { + menu.classList.remove('bordered'); + } else { + menu.classList.add('bordered'); + } + }, { passive: true }); + })(); +})(); diff --git a/clipboard.min.js b/clipboard.min.js new file mode 100644 index 00000000..02c549e3 --- /dev/null +++ b/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.4 + * https://zenorocha.github.io/clipboard.js + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return function(n){var o={};function r(t){if(o[t])return o[t].exports;var e=o[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,r),e.l=!0,e.exports}return r.m=n,r.c=o,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=0)}([function(t,e,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function o(t,e){for(var n=0;n .hljs { + color: var(--links); +} + +/* Menu Bar */ + +#menu-bar, +#menu-bar-hover-placeholder { + z-index: 101; + margin: auto calc(0px - var(--page-padding)); +} +#menu-bar { + position: relative; + display: flex; + flex-wrap: wrap; + background-color: var(--bg); + border-bottom-color: var(--bg); + border-bottom-width: 1px; + border-bottom-style: solid; +} +#menu-bar.sticky, +.js #menu-bar-hover-placeholder:hover + #menu-bar, +.js #menu-bar:hover, +.js.sidebar-visible #menu-bar { + position: -webkit-sticky; + position: sticky; + top: 0 !important; +} +#menu-bar-hover-placeholder { + position: sticky; + position: -webkit-sticky; + top: 0; + height: var(--menu-bar-height); +} +#menu-bar.bordered { + border-bottom-color: var(--table-border-color); +} +#menu-bar i, #menu-bar .icon-button { + position: relative; + padding: 0 8px; + z-index: 10; + line-height: var(--menu-bar-height); + cursor: pointer; + transition: color 0.5s; +} +@media only screen and (max-width: 420px) { + #menu-bar i, #menu-bar .icon-button { + padding: 0 5px; + } +} + +.icon-button { + border: none; + background: none; + padding: 0; + color: inherit; +} +.icon-button i { + margin: 0; +} + +.right-buttons { + margin: 0 15px; +} +.right-buttons a { + text-decoration: none; +} + +.left-buttons { + display: flex; + margin: 0 5px; +} +.no-js .left-buttons { + display: none; +} + +.menu-title { + display: inline-block; + font-weight: 200; + font-size: 2.4rem; + line-height: var(--menu-bar-height); + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.js .menu-title { + cursor: pointer; +} + +.menu-bar, +.menu-bar:visited, +.nav-chapters, +.nav-chapters:visited, +.mobile-nav-chapters, +.mobile-nav-chapters:visited, +.menu-bar .icon-button, +.menu-bar a i { + color: var(--icons); +} + +.menu-bar i:hover, +.menu-bar .icon-button:hover, +.nav-chapters:hover, +.mobile-nav-chapters i:hover { + color: var(--icons-hover); +} + +/* Nav Icons */ + +.nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + + position: fixed; + top: 0; + bottom: 0; + margin: 0; + max-width: 150px; + min-width: 90px; + + display: flex; + justify-content: center; + align-content: center; + flex-direction: column; + + transition: color 0.5s, background-color 0.5s; +} + +.nav-chapters:hover { + text-decoration: none; + background-color: var(--theme-hover); + transition: background-color 0.15s, color 0.15s; +} + +.nav-wrapper { + margin-top: 50px; + display: none; +} + +.mobile-nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + width: 90px; + border-radius: 5px; + background-color: var(--sidebar-bg); +} + +.previous { + float: left; +} + +.next { + float: right; + right: var(--page-padding); +} + +@media only screen and (max-width: 1080px) { + .nav-wide-wrapper { display: none; } + .nav-wrapper { display: block; } +} + +@media only screen and (max-width: 1380px) { + .sidebar-visible .nav-wide-wrapper { display: none; } + .sidebar-visible .nav-wrapper { display: block; } +} + +/* Inline code */ + +:not(pre) > .hljs { + display: inline; + padding: 0.1em 0.3em; + border-radius: 3px; +} + +:not(pre):not(a) > .hljs { + color: var(--inline-code-color); + overflow-x: initial; +} + +a:hover > .hljs { + text-decoration: underline; +} + +pre { + position: relative; +} +pre > .buttons { + position: absolute; + z-index: 100; + right: 0px; + top: 2px; + margin: 0px; + padding: 2px 0px; + + color: var(--sidebar-fg); + cursor: pointer; + visibility: hidden; + opacity: 0; + transition: visibility 0.1s linear, opacity 0.1s linear; +} +pre:hover > .buttons { + visibility: visible; + opacity: 1 +} +pre > .buttons :hover { + color: var(--sidebar-active); + border-color: var(--icons-hover); + background-color: var(--theme-hover); +} +pre > .buttons i { + margin-left: 8px; +} +pre > .buttons button { + cursor: inherit; + margin: 0px 5px; + padding: 3px 5px; + font-size: 14px; + + border-style: solid; + border-width: 1px; + border-radius: 4px; + border-color: var(--icons); + background-color: var(--theme-popup-bg); + transition: 100ms; + transition-property: color,border-color,background-color; + color: var(--icons); +} +@media (pointer: coarse) { + pre > .buttons button { + /* On mobile, make it easier to tap buttons. */ + padding: 0.3rem 1rem; + } +} +pre > code { + padding: 1rem; +} + +/* FIXME: ACE editors overlap their buttons because ACE does absolute + positioning within the code block which breaks padding. The only solution I + can think of is to move the padding to the outer pre tag (or insert a div + wrapper), but that would require fixing a whole bunch of CSS rules. +*/ +.hljs.ace_editor { + padding: 0rem 0rem; +} + +pre > .result { + margin-top: 10px; +} + +/* Search */ + +#searchresults a { + text-decoration: none; +} + +mark { + border-radius: 2px; + padding: 0 3px 1px 3px; + margin: 0 -3px -1px -3px; + background-color: var(--search-mark-bg); + transition: background-color 300ms linear; + cursor: pointer; +} + +mark.fade-out { + background-color: rgba(0,0,0,0) !important; + cursor: auto; +} + +.searchbar-outer { + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); +} + +#searchbar { + width: 100%; + margin: 5px auto 0px auto; + padding: 10px 16px; + transition: box-shadow 300ms ease-in-out; + border: 1px solid var(--searchbar-border-color); + border-radius: 3px; + background-color: var(--searchbar-bg); + color: var(--searchbar-fg); +} +#searchbar:focus, +#searchbar.active { + box-shadow: 0 0 3px var(--searchbar-shadow-color); +} + +.searchresults-header { + font-weight: bold; + font-size: 1em; + padding: 18px 0 0 5px; + color: var(--searchresults-header-fg); +} + +.searchresults-outer { + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); + border-bottom: 1px dashed var(--searchresults-border-color); +} + +ul#searchresults { + list-style: none; + padding-left: 20px; +} +ul#searchresults li { + margin: 10px 0px; + padding: 2px; + border-radius: 2px; +} +ul#searchresults li.focus { + background-color: var(--searchresults-li-bg); +} +ul#searchresults span.teaser { + display: block; + clear: both; + margin: 5px 0 0 20px; + font-size: 0.8em; +} +ul#searchresults span.teaser em { + font-weight: bold; + font-style: normal; +} + +/* Sidebar */ + +.sidebar { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: var(--sidebar-width); + font-size: 0.875em; + box-sizing: border-box; + -webkit-overflow-scrolling: touch; + overscroll-behavior-y: contain; + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} +.sidebar-resizing { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.js:not(.sidebar-resizing) .sidebar { + transition: transform 0.3s; /* Animation: slide away */ +} +.sidebar code { + line-height: 2em; +} +.sidebar .sidebar-scrollbox { + overflow-y: auto; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + padding: 10px 10px; +} +.sidebar .sidebar-resize-handle { + position: absolute; + cursor: col-resize; + width: 0; + right: 0; + top: 0; + bottom: 0; +} +.js .sidebar .sidebar-resize-handle { + cursor: col-resize; + width: 5px; +} +.sidebar-hidden .sidebar { + transform: translateX(calc(0px - var(--sidebar-width))); +} +.sidebar::-webkit-scrollbar { + background: var(--sidebar-bg); +} +.sidebar::-webkit-scrollbar-thumb { + background: var(--scrollbar); +} + +.sidebar-visible .page-wrapper { + transform: translateX(var(--sidebar-width)); +} +@media only screen and (min-width: 620px) { + .sidebar-visible .page-wrapper { + transform: none; + margin-left: var(--sidebar-width); + } +} + +.chapter { + list-style: none outside none; + padding-left: 0; + line-height: 2.2em; +} + +.chapter ol { + width: 100%; +} + +.chapter li { + display: flex; + color: var(--sidebar-non-existant); +} +.chapter li a { + display: block; + padding: 0; + text-decoration: none; + color: var(--sidebar-fg); +} + +.chapter li a:hover { + color: var(--sidebar-active); +} + +.chapter li a.active { + color: var(--sidebar-active); +} + +.chapter li > a.toggle { + cursor: pointer; + display: block; + margin-left: auto; + padding: 0 10px; + user-select: none; + opacity: 0.68; +} + +.chapter li > a.toggle div { + transition: transform 0.5s; +} + +/* collapse the section */ +.chapter li:not(.expanded) + li > ol { + display: none; +} + +.chapter li.chapter-item { + line-height: 1.5em; + margin-top: 0.6em; +} + +.chapter li.expanded > a.toggle div { + transform: rotate(90deg); +} + +.spacer { + width: 100%; + height: 3px; + margin: 5px 0px; +} +.chapter .spacer { + background-color: var(--sidebar-spacer); +} + +@media (-moz-touch-enabled: 1), (pointer: coarse) { + .chapter li a { padding: 5px 0; } + .spacer { margin: 10px 0; } +} + +.section { + list-style: none outside none; + padding-left: 20px; + line-height: 1.9em; +} + +/* Theme Menu Popup */ + +.theme-popup { + position: absolute; + left: 10px; + top: var(--menu-bar-height); + z-index: 1000; + border-radius: 4px; + font-size: 0.7em; + color: var(--fg); + background: var(--theme-popup-bg); + border: 1px solid var(--theme-popup-border); + margin: 0; + padding: 0; + list-style: none; + display: none; +} +.theme-popup .default { + color: var(--icons); +} +.theme-popup .theme { + width: 100%; + border: 0; + margin: 0; + padding: 2px 10px; + line-height: 25px; + white-space: nowrap; + text-align: left; + cursor: pointer; + color: inherit; + background: inherit; + font-size: inherit; +} +.theme-popup .theme:hover { + background-color: var(--theme-hover); +} +.theme-popup .theme:hover:first-child, +.theme-popup .theme:hover:last-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} diff --git a/css/general.css b/css/general.css new file mode 100644 index 00000000..0e4f07a5 --- /dev/null +++ b/css/general.css @@ -0,0 +1,191 @@ +/* Base styles and content styles */ + +@import 'variables.css'; + +:root { + /* Browser default font-size is 16px, this way 1 rem = 10px */ + font-size: 62.5%; +} + +html { + font-family: "Open Sans", sans-serif; + color: var(--fg); + background-color: var(--bg); + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +body { + margin: 0; + font-size: 1.6rem; + overflow-x: hidden; +} + +code { + font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important; + font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */ +} + +/* make long words/inline code not x overflow */ +main { + overflow-wrap: break-word; +} + +/* make wide tables scroll if they overflow */ +.table-wrapper { + overflow-x: auto; +} + +/* Don't change font size in headers. */ +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + font-size: unset; +} + +.left { float: left; } +.right { float: right; } +.boring { opacity: 0.6; } +.hide-boring .boring { display: none; } +.hidden { display: none !important; } + +h2, h3 { margin-top: 2.5em; } +h4, h5 { margin-top: 2em; } + +.header + .header h3, +.header + .header h4, +.header + .header h5 { + margin-top: 1em; +} + +h1:target::before, +h2:target::before, +h3:target::before, +h4:target::before, +h5:target::before, +h6:target::before { + display: inline-block; + content: "»"; + margin-left: -30px; + width: 30px; +} + +/* This is broken on Safari as of version 14, but is fixed + in Safari Technology Preview 117 which I think will be Safari 14.2. + https://bugs.webkit.org/show_bug.cgi?id=218076 +*/ +:target { + scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); +} + +.page { + outline: 0; + padding: 0 var(--page-padding); + margin-top: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */ +} +.page-wrapper { + box-sizing: border-box; +} +.js:not(.sidebar-resizing) .page-wrapper { + transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} + +.content { + overflow-y: auto; + padding: 0 5px 50px 5px; +} +.content main { + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); +} +.content p { line-height: 1.45em; } +.content ol { line-height: 1.45em; } +.content ul { line-height: 1.45em; } +.content a { text-decoration: none; } +.content a:hover { text-decoration: underline; } +.content img, .content video { max-width: 100%; } +.content .header:link, +.content .header:visited { + color: var(--fg); +} +.content .header:link, +.content .header:visited:hover { + text-decoration: none; +} + +table { + margin: 0 auto; + border-collapse: collapse; +} +table td { + padding: 3px 20px; + border: 1px var(--table-border-color) solid; +} +table thead { + background: var(--table-header-bg); +} +table thead td { + font-weight: 700; + border: none; +} +table thead th { + padding: 3px 20px; +} +table thead tr { + border: 1px var(--table-header-bg) solid; +} +/* Alternate background colors for rows */ +table tbody tr:nth-child(2n) { + background: var(--table-alternate-bg); +} + + +blockquote { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--quote-bg); + border-top: .1em solid var(--quote-border); + border-bottom: .1em solid var(--quote-border); +} + + +:not(.footnote-definition) + .footnote-definition, +.footnote-definition + :not(.footnote-definition) { + margin-top: 2em; +} +.footnote-definition { + font-size: 0.9em; + margin: 0.5em 0; +} +.footnote-definition p { + display: inline; +} + +.tooltiptext { + position: absolute; + visibility: hidden; + color: #fff; + background-color: #333; + transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ + left: -8px; /* Half of the width of the icon */ + top: -35px; + font-size: 0.8em; + text-align: center; + border-radius: 6px; + padding: 5px 8px; + margin: 5px; + z-index: 1000; +} +.tooltipped .tooltiptext { + visibility: visible; +} + +.chapter li.part-title { + color: var(--sidebar-fg); + margin: 5px 0px; + font-weight: bold; +} + +.result-no-output { + font-style: italic; +} diff --git a/css/mdbook-admonish.css b/css/mdbook-admonish.css new file mode 100644 index 00000000..53c482d9 --- /dev/null +++ b/css/mdbook-admonish.css @@ -0,0 +1,321 @@ +:root { + --md-admonition-icon--note: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--abstract: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--info: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--tip: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--success: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--question: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--warning: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--failure: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--danger: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--bug: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--example: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--quote: + url("data:image/svg+xml;charset=utf-8,"); +} + +:is(.admonition) { + display: flow-root; + margin: 1.5625em 0; + padding: 0 1.2rem; + color: var(--fg); + page-break-inside: avoid; + background-color: var(--bg); + border: 0 solid black; + border-inline-start-width: 0.4rem; + border-radius: 0.2rem; + box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05), 0 0 0.1rem rgba(0, 0, 0, 0.1); +} +@media print { + :is(.admonition) { + box-shadow: none; + } +} +:is(.admonition) > * { + box-sizing: border-box; +} +:is(.admonition) :is(.admonition) { + margin-top: 1em; + margin-bottom: 1em; +} +:is(.admonition) > .tabbed-set:only-child { + margin-top: 0; +} +html :is(.admonition) > :last-child { + margin-bottom: 1.2rem; +} + +:is(.admonition-title, summary) { + position: relative; + margin-block: 0; + margin-inline: -1.6rem -1.2rem; + padding-block: 0.8rem; + padding-inline: 4rem 1.2rem; + font-weight: 700; + background-color: rgba(68, 138, 255, 0.1); + border: 0 solid #448aff; + border-inline-start-width: 0.4rem; + border-start-start-radius: 0.2rem; + display: flex; +} +:is(.admonition-title, summary) > p { + margin: 0; +} +html :is(.admonition-title, summary):last-child { + margin-bottom: 0; +} +:is(.admonition-title, summary)::before { + position: absolute; + top: 0.625em; + inset-inline-start: 1.2rem; + width: 2rem; + height: 2rem; + background-color: #448aff; + mask-image: url('data:image/svg+xml;charset=utf-8,'); + -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-size: contain; + content: ""; +} + +:is(.admonition):is(.note) { + border-color: #448aff; +} + +:is(.note) > :is(.admonition-title, summary) { + background-color: rgba(68, 138, 255, 0.1); + border-color: #448aff; +} +:is(.note) > :is(.admonition-title, summary)::before { + background-color: #448aff; + mask-image: var(--md-admonition-icon--note); + -webkit-mask-image: var(--md-admonition-icon--note); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.abstract, .summary, .tldr) { + border-color: #00b0ff; +} + +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary) { + background-color: rgba(0, 176, 255, 0.1); + border-color: #00b0ff; +} +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary)::before { + background-color: #00b0ff; + mask-image: var(--md-admonition-icon--abstract); + -webkit-mask-image: var(--md-admonition-icon--abstract); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.info, .todo) { + border-color: #00b8d4; +} + +:is(.info, .todo) > :is(.admonition-title, summary) { + background-color: rgba(0, 184, 212, 0.1); + border-color: #00b8d4; +} +:is(.info, .todo) > :is(.admonition-title, summary)::before { + background-color: #00b8d4; + mask-image: var(--md-admonition-icon--info); + -webkit-mask-image: var(--md-admonition-icon--info); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.tip, .hint, .important) { + border-color: #00bfa5; +} + +:is(.tip, .hint, .important) > :is(.admonition-title, summary) { + background-color: rgba(0, 191, 165, 0.1); + border-color: #00bfa5; +} +:is(.tip, .hint, .important) > :is(.admonition-title, summary)::before { + background-color: #00bfa5; + mask-image: var(--md-admonition-icon--tip); + -webkit-mask-image: var(--md-admonition-icon--tip); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.success, .check, .done) { + border-color: #00c853; +} + +:is(.success, .check, .done) > :is(.admonition-title, summary) { + background-color: rgba(0, 200, 83, 0.1); + border-color: #00c853; +} +:is(.success, .check, .done) > :is(.admonition-title, summary)::before { + background-color: #00c853; + mask-image: var(--md-admonition-icon--success); + -webkit-mask-image: var(--md-admonition-icon--success); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.question, .help, .faq) { + border-color: #64dd17; +} + +:is(.question, .help, .faq) > :is(.admonition-title, summary) { + background-color: rgba(100, 221, 23, 0.1); + border-color: #64dd17; +} +:is(.question, .help, .faq) > :is(.admonition-title, summary)::before { + background-color: #64dd17; + mask-image: var(--md-admonition-icon--question); + -webkit-mask-image: var(--md-admonition-icon--question); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.warning, .caution, .attention) { + border-color: #ff9100; +} + +:is(.warning, .caution, .attention) > :is(.admonition-title, summary) { + background-color: rgba(255, 145, 0, 0.1); + border-color: #ff9100; +} +:is(.warning, .caution, .attention) > :is(.admonition-title, summary)::before { + background-color: #ff9100; + mask-image: var(--md-admonition-icon--warning); + -webkit-mask-image: var(--md-admonition-icon--warning); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.failure, .fail, .missing) { + border-color: #ff5252; +} + +:is(.failure, .fail, .missing) > :is(.admonition-title, summary) { + background-color: rgba(255, 82, 82, 0.1); + border-color: #ff5252; +} +:is(.failure, .fail, .missing) > :is(.admonition-title, summary)::before { + background-color: #ff5252; + mask-image: var(--md-admonition-icon--failure); + -webkit-mask-image: var(--md-admonition-icon--failure); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.danger, .error) { + border-color: #ff1744; +} + +:is(.danger, .error) > :is(.admonition-title, summary) { + background-color: rgba(255, 23, 68, 0.1); + border-color: #ff1744; +} +:is(.danger, .error) > :is(.admonition-title, summary)::before { + background-color: #ff1744; + mask-image: var(--md-admonition-icon--danger); + -webkit-mask-image: var(--md-admonition-icon--danger); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.bug) { + border-color: #f50057; +} + +:is(.bug) > :is(.admonition-title, summary) { + background-color: rgba(245, 0, 87, 0.1); + border-color: #f50057; +} +:is(.bug) > :is(.admonition-title, summary)::before { + background-color: #f50057; + mask-image: var(--md-admonition-icon--bug); + -webkit-mask-image: var(--md-admonition-icon--bug); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.example) { + border-color: #7c4dff; +} + +:is(.example) > :is(.admonition-title, summary) { + background-color: rgba(124, 77, 255, 0.1); + border-color: #7c4dff; +} +:is(.example) > :is(.admonition-title, summary)::before { + background-color: #7c4dff; + mask-image: var(--md-admonition-icon--example); + -webkit-mask-image: var(--md-admonition-icon--example); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.quote, .cite) { + border-color: #9e9e9e; +} + +:is(.quote, .cite) > :is(.admonition-title, summary) { + background-color: rgba(158, 158, 158, 0.1); + border-color: #9e9e9e; +} +:is(.quote, .cite) > :is(.admonition-title, summary)::before { + background-color: #9e9e9e; + mask-image: var(--md-admonition-icon--quote); + -webkit-mask-image: var(--md-admonition-icon--quote); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +.navy :is(.admonition) { + background-color: var(--sidebar-bg); +} + +.ayu :is(.admonition), .coal :is(.admonition) { + background-color: var(--theme-hover); +} + +.rust :is(.admonition) { + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} diff --git a/css/print.css b/css/print.css new file mode 100644 index 00000000..5e690f75 --- /dev/null +++ b/css/print.css @@ -0,0 +1,54 @@ + +#sidebar, +#menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#page-wrapper.page-wrapper { + transform: none; + margin-left: 0px; + overflow-y: initial; +} + +#content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + background-color: #666666; + border-radius: 5px; + + /* Force background to be printed in Chrome */ + -webkit-print-color-adjust: exact; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} diff --git a/css/variables.css b/css/variables.css new file mode 100644 index 00000000..56b634bc --- /dev/null +++ b/css/variables.css @@ -0,0 +1,253 @@ + +/* Globals */ + +:root { + --sidebar-width: 300px; + --page-padding: 15px; + --content-max-width: 750px; + --menu-bar-height: 50px; +} + +/* Themes */ + +.ayu { + --bg: hsl(210, 25%, 8%); + --fg: #c5c5c5; + + --sidebar-bg: #14191f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #5c6773; + --sidebar-active: #ffb454; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #0096cf; + + --inline-code-color: #ffb454; + + --theme-popup-bg: #14191f; + --theme-popup-border: #5c6773; + --theme-hover: #191f26; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --table-border-color: hsl(210, 25%, 13%); + --table-header-bg: hsl(210, 25%, 28%); + --table-alternate-bg: hsl(210, 25%, 11%); + + --searchbar-border-color: #848484; + --searchbar-bg: #424242; + --searchbar-fg: #fff; + --searchbar-shadow-color: #d4c89f; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #252932; + --search-mark-bg: #e3b171; +} + +.coal { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; +} + +.light { + --bg: hsl(0, 0%, 100%); + --fg: hsl(0, 0%, 0%); + + --sidebar-bg: #fafafa; + --sidebar-fg: hsl(0, 0%, 0%); + --sidebar-non-existant: #aaaaaa; + --sidebar-active: #1f1fff; + --sidebar-spacer: #f4f4f4; + + --scrollbar: #8F8F8F; + + --icons: #747474; + --icons-hover: #000000; + + --links: #20609f; + + --inline-code-color: #301900; + + --theme-popup-bg: #fafafa; + --theme-popup-border: #cccccc; + --theme-hover: #e6e6e6; + + --quote-bg: hsl(197, 37%, 96%); + --quote-border: hsl(197, 37%, 91%); + + --table-border-color: hsl(0, 0%, 95%); + --table-header-bg: hsl(0, 0%, 80%); + --table-alternate-bg: hsl(0, 0%, 97%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #e4f2fe; + --search-mark-bg: #a2cff5; +} + +.navy { + --bg: hsl(226, 23%, 11%); + --fg: #bcbdd0; + + --sidebar-bg: #282d3f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505274; + --sidebar-active: #2b79a2; + --sidebar-spacer: #2d334f; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #b7b9cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #161923; + --theme-popup-border: #737480; + --theme-hover: #282e40; + + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + + --table-border-color: hsl(226, 23%, 16%); + --table-header-bg: hsl(226, 23%, 31%); + --table-alternate-bg: hsl(226, 23%, 14%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #aeaec6; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #5f5f71; + --searchresults-border-color: #5c5c68; + --searchresults-li-bg: #242430; + --search-mark-bg: #a2cff5; +} + +.rust { + --bg: hsl(60, 9%, 87%); + --fg: #262625; + + --sidebar-bg: #3b2e2a; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505254; + --sidebar-active: #e69f67; + --sidebar-spacer: #45373a; + + --scrollbar: var(--sidebar-fg); + + --icons: #737480; + --icons-hover: #262625; + + --links: #2b79a2; + + --inline-code-color: #6e6b5e; + + --theme-popup-bg: #e1e1db; + --theme-popup-border: #b38f6b; + --theme-hover: #99908a; + + --quote-bg: hsl(60, 5%, 75%); + --quote-border: hsl(60, 5%, 70%); + + --table-border-color: hsl(60, 9%, 82%); + --table-header-bg: #b3a497; + --table-alternate-bg: hsl(60, 9%, 84%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #dec2a2; + --search-mark-bg: #e69f67; +} + +@media (prefers-color-scheme: dark) { + .light.no-js { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + + --scrollbar: var(--sidebar-fg); + + --icons: #43484d; + --icons-hover: #b3c0cc; + + --links: #2b79a2; + + --inline-code-color: #c5c8c6; + + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + } +} diff --git a/elasticlunr.min.js b/elasticlunr.min.js new file mode 100644 index 00000000..94b20dd2 --- /dev/null +++ b/elasticlunr.min.js @@ -0,0 +1,10 @@ +/** + * elasticlunr - http://weixsong.github.io + * Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.5 + * + * Copyright (C) 2017 Oliver Nightingale + * Copyright (C) 2017 Wei Song + * MIT Licensed + * @license + */ +!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();o + + + + + Advanced Options - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Advanced Options

+

Disable OCI Client initialization on startup

+

CAPOCI supports setting OCI principals at cluster level, hence CAPOCI can be +installed without providing OCI user credentials. The following environment variable need to be exported +to install CAPOCI without providing any OCI credentials.

+
export INIT_OCI_CLIENTS_ON_STARTUP=false
+
+

If the above setting is used, and Cluster Identity is not used, the OCICluster will +go into error state, and the following error will show up in the CAPOCI pod logs.

+

OCI authentication credentials could not be retrieved from pod or cluster level,please install Cluster API Provider for OCI with OCI authentication credentials or set Cluster Identity in the OCICluster

+

Setup heterogeneous cluster

+
+

This section assumes you have setup a Windows workload cluster.

+
+

To add Linux nodes to the existing Windows workload cluster use the following YAML as a guide to provision +just the new Linux machines.

+

Create a file and call it cluster-template-windows-calico-heterogeneous.yaml. Then add the following:

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
+kind: OCIMachineTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_IMAGE_ID}"
+      compartmentId: "${OCI_COMPARTMENT_ID}"
+      shape: "${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+      shapeConfig:
+        ocpus: "${OCI_NODE_MACHINE_TYPE_OCPUS=1}"
+      metadata:
+        ssh_authorized_keys: "${OCI_SSH_KEY}"
+      isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}
+---
+apiVersion: bootstrap.cluster.x-k8s.io/v1alpha4
+kind: KubeadmConfigTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  template:
+    spec:
+      joinConfiguration:
+        nodeRegistration:
+          kubeletExtraArgs:
+            cloud-provider: external
+            provider-id: oci://{{ ds["id"] }}
+---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineDeployment
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: ${NODE_MACHINE_COUNT}
+  selector:
+    matchLabels:
+  template:
+    spec:
+      clusterName: "${CLUSTER_NAME}"
+      version: "${KUBERNETES_VERSION}"
+      bootstrap:
+        configRef:
+          name: "${CLUSTER_NAME}-md-0"
+          apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
+          kind: KubeadmConfigTemplate
+      infrastructureRef:
+        name: "${CLUSTER_NAME}-md-0"
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
+        kind: OCIMachineTemplate
+
+

Then apply the template

+
OCI_IMAGE_ID=<your new linux image OCID> \
+OCI_NODE_IMAGE_ID=<your new linux image OCID> \
+OCI_COMPARTMENT_ID=<your compartment> \
+NODE_MACHINE_COUNT=2 \
+OCI_NODE_MACHINE_TYPE=<shape> \
+OCI_NODE_MACHINE_TYPE_OCPUS=4 \
+OCI_SSH_KEY="<your public ssh key>" \
+clusterctl generate cluster <cluster-name> --kubernetes-version <kubernetes-version> \
+--target-namespace default \
+--from cluster-template-windows-calico-heterogeneous.yaml | kubectl apply -f -
+
+

After a few minutes the instances will come up and the CNI will be installed.

+

Node constraints

+

All future deployments make sure to setup node constraints using something like nodeselctor. Example:

+
+ +
WindowsLinux
nodeSelector: kubernetes.io/os: windowsnodeSelector:kubernetes.io/os: linux
+

+
+ nodeSelector examples - click to expand +

Linux nginx deployment example:

+
apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: my-nginx-linux
+spec:
+  selector:
+    matchLabels:
+      run: my-nginx-linux
+  replicas: 2
+  template:
+    metadata:
+      labels:
+        run: my-nginx-linux
+    spec:
+      nodeSelector:
+        kubernetes.io/os: linux
+      containers:
+      - args:
+        - /bin/sh
+        - -c
+        - sleep 3600
+        name: nginx
+        image: nginx:latest
+
+

For a Windows deployment example see the Kubernetes Getting Started: Deploying a Windows workload documentation

+
+

Without doing this it is possible that the Kubernetes scheduler will try to deploy your Windows pods onto a Linux worker, or vice versa.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/create-gpu-workload-cluster.html b/gs/create-gpu-workload-cluster.html new file mode 100644 index 00000000..f9a6dbb5 --- /dev/null +++ b/gs/create-gpu-workload-cluster.html @@ -0,0 +1,463 @@ + + + + + + Create GPU Workload Cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Create a GPU workload cluster

+

Accessing GPU Shapes

+

Some shapes are limited to specific regions and specific Availability Domains (AD). +In order to make sure the workload cluster comes up check the region and AD for +shape availability.

+

Check shape availability

+

Make sure the OCI CLI is installed. Then set the AD information if using +muti-AD regions.

+
+

NOTE: Use the OCI Regions and Availability Domains page to figure out which +regions have multiple ADs.

+
+
oci iam availability-domain list --compartment-id=<your compartment> --region=<region>
+
+

Using the AD name from the output start searching for GPU shape availability.

+
oci compute shape list --compartment-id=<your compartment> --profile=DEFAULT --region=us-ashburn-1 --availability-domain=<your AD ID> | grep GPU
+ 
+"shape-name": "BM.GPU3.8"
+"shape-name": "BM.GPU4.8"
+"shape-name": "VM.GPU3.1"
+"shape": "VM.GPU2.1"
+
+
+

NOTE: If the output is empty then the compartment for that region/AD doesn't have GPU shapes. +If you are unable to locate any shapes you may need to submit a +service limit increase request

+
+

Create a new GPU workload cluster an Ubuntu custom image

+
+

NOTE: Nvidia GPU drivers aren't supported for Oracle Linux at this time. Ubuntu is currently +the only supported OS.

+
+

When launching a multi-AD region shapes are likely be limited to a specific AD (example: US-ASHBURN-AD-2). +To make sure the cluster comes up without issue specifically target just that AD for the GPU worker nodes. +To do that modify the released version of the cluster-template-failure-domain-spread.yaml template.

+

Download the latest cluster-template-failure-domain-spread.yaml file and save it as +cluster-template-gpu.yaml.

+

Make sure the modified template has only the MachineDeployment section(s) where there is GPU +availability and remove all the others. See the full example file +that targets only AD 2 (OCI calls them Availability Domains while Cluster-API calls them Failure Domains).

+

Virtual instances

+

The following command will create a workload cluster comprising a single +control plane node and single GPU worker node using the default values as specified in the preceding +Workload Cluster Parameters table:

+
+

NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. +See the Compute Shapes page to get the OCPU count for the specific shape.

+
+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+NODE_MACHINE_COUNT=1 \
+OCI_NODE_MACHINE_TYPE=VM.GPU3.1 \
+OCI_NODE_MACHINE_TYPE_OCPUS=6 \
+OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1 \
+OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+OCI_SHAPE_MEMORY_IN_GBS= \
+KUBERNETES_VERSION=v1.24.4 \
+clusterctl generate cluster <cluster-name> \
+--target-namespace default \
+--from cluster-template-gpu.yaml | kubectl apply -f -
+
+

Bare metal instances

+

The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE +parameters to specify bare metal shapes instead of using CAPOCI's default virtual +instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION +parameters disable encryption of data in flight between the bare metal instance and the block storage resources.

+
+

NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. +See the Compute Shapes page to get the OCPU count for the specific shape.

+
+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+OCI_NODE_MACHINE_TYPE=BM.GPU3.8 \
+OCI_NODE_MACHINE_TYPE_OCPUS=52 \
+OCI_NODE_PV_TRANSIT_ENCRYPTION=false \
+OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+OCI_SHAPE_MEMORY_IN_GBS= \
+KUBERNETES_VERSION=v1.24.4 \
+clusterctl generate cluster <cluster-name> \
+--target-namespace default \
+--from cluster-template-gpu.yaml | kubectl apply -f -
+
+

Access workload cluster Kubeconfig

+

Execute the following command to list all the workload clusters present:

+
kubectl get clusters -A
+
+

Execute the following command to access the kubeconfig of a workload cluster:

+
clusterctl get kubeconfig <cluster-name> -n default > <cluster-name>.kubeconfig
+
+

Install a CNI Provider, OCI Cloud Controller Manager and CSI in a self-provisioned cluster

+

To provision the CNI and Cloud Controller Manager follow the Install a CNI Provider +and the Install OCI Cloud Controller Manager sections.

+

Install Nvidia GPU Operator

+

Setup the worker instances to use the GPUs install the Nvidia GPU Operator.

+

For the most up-to-date install instructions see the official install instructions. They +layout how to install the Helm tool and how to setup the Nvidia helm repo.

+

With Helm setup you can now install the GPU-Operator

+
helm install --wait --generate-name \
+     -n gpu-operator --create-namespace \
+     nvidia/gpu-operator
+
+

The pods will take a while to come up but you can check the status:

+
kubectl --<cluster-name>.kubeconf get pods -n gpu-operator
+
+

Test GPU on worker node

+

Once all of the GPU-Operator pods are running or completed deploy the test pod:

+
cat <<EOF | kubectl --kubeconfig=<cluster-name>.kubeconf apply -f -
+apiVersion: v1
+kind: Pod
+metadata:
+name: cuda-vector-add
+spec:
+restartPolicy: OnFailure
+containers:
+- name: cuda-vector-add
+# https://github.com/kubernetes/kubernetes/blob/v1.7.11/test/images/nvidia-cuda/Dockerfile
+image: "registry.k8s.io/cuda-vector-add:v0.1"
+resources:
+limits:
+nvidia.com/gpu: 1 # requesting 1 GPU
+EOF
+
+

Then check the output logs of the cuda-vector-add test pod:

+
kubectl --kubeconfig=<cluster-name>.kubeconf logs cuda-vector-add -n default
+ 
+[Vector addition of 50000 elements]
+Copy input data from the host memory to the CUDA device
+CUDA kernel launch with 196 blocks of 256 threads
+Copy output data from the CUDA device to the host memory
+Test PASSED
+Done
+
+

Example yaml file

+

This is an example file using a modified version of cluster-template-failure-domain-spread.yaml +to target AD 2 (example: US-ASHBURN-AD-2).

+
apiVersion: cluster.x-k8s.io/v1beta1
+kind: Cluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+  namespace: "${NAMESPACE}"
+spec:
+  clusterNetwork:
+    pods:
+      cidrBlocks:
+        - ${POD_CIDR:="192.168.0.0/16"}
+    serviceDomain: ${SERVICE_DOMAIN:="cluster.local"}
+    services:
+      cidrBlocks:
+        - ${SERVICE_CIDR:="10.128.0.0/12"}
+  infrastructureRef:
+    apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+    kind: OCICluster
+    name: "${CLUSTER_NAME}"
+    namespace: "${NAMESPACE}"
+  controlPlaneRef:
+    apiVersion: controlplane.cluster.x-k8s.io/v1beta1
+    kind: KubeadmControlPlane
+    name: "${CLUSTER_NAME}-control-plane"
+    namespace: "${NAMESPACE}"
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+---
+kind: KubeadmControlPlane
+apiVersion: controlplane.cluster.x-k8s.io/v1beta1
+metadata:
+  name: "${CLUSTER_NAME}-control-plane"
+  namespace: "${NAMESPACE}"
+spec:
+  version: "${KUBERNETES_VERSION}"
+  replicas: ${CONTROL_PLANE_MACHINE_COUNT}
+  machineTemplate:
+    infrastructureRef:
+      kind: OCIMachineTemplate
+      apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+      name: "${CLUSTER_NAME}-control-plane"
+      namespace: "${NAMESPACE}"
+  kubeadmConfigSpec:
+    clusterConfiguration:
+      kubernetesVersion: ${KUBERNETES_VERSION}
+      apiServer:
+        certSANs: [localhost, 127.0.0.1]
+      dns: {}
+      etcd: {}
+      networking: {}
+      scheduler: {}
+    initConfiguration:
+      nodeRegistration:
+        criSocket: /var/run/containerd/containerd.sock
+        kubeletExtraArgs:
+          cloud-provider: external
+          provider-id: oci://{{ ds["id"] }}
+    joinConfiguration:
+      discovery: {}
+      nodeRegistration:
+        criSocket: /var/run/containerd/containerd.sock
+        kubeletExtraArgs:
+          cloud-provider: external
+          provider-id: oci://{{ ds["id"] }}
+---
+kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+metadata:
+  name: "${CLUSTER_NAME}-control-plane"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_IMAGE_ID}"
+      compartmentId: "${OCI_COMPARTMENT_ID}"
+      shape: "${OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+      shapeConfig:
+        ocpus: "${OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1}"
+      metadata:
+        ssh_authorized_keys: "${OCI_SSH_KEY}"
+      isPvEncryptionInTransitEnabled: ${OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=true}
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIMachineTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_IMAGE_ID}"
+      compartmentId: "${OCI_COMPARTMENT_ID}"
+      shape: "${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+      shapeConfig:
+        ocpus: "${OCI_NODE_MACHINE_TYPE_OCPUS=1}"
+      metadata:
+        ssh_authorized_keys: "${OCI_SSH_KEY}"
+      isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}
+---
+apiVersion: bootstrap.cluster.x-k8s.io/v1alpha4
+kind: KubeadmConfigTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md"
+spec:
+  template:
+    spec:
+      joinConfiguration:
+        nodeRegistration:
+          kubeletExtraArgs:
+            cloud-provider: external
+            provider-id: oci://{{ ds["id"] }}
+---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineDeployment
+metadata:
+  name: "${CLUSTER_NAME}-fd-2-md-0"
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: ${NODE_MACHINE_COUNT}
+  selector:
+    matchLabels:
+  template:
+    spec:
+      clusterName: "${CLUSTER_NAME}"
+      version: "${KUBERNETES_VERSION}"
+      bootstrap:
+        configRef:
+          name: "${CLUSTER_NAME}-md"
+          apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
+          kind: KubeadmConfigTemplate
+      infrastructureRef:
+        name: "${CLUSTER_NAME}-md"
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+        kind: OCIMachineTemplate
+      # Cluster-API calls them Failure Domains while OCI calls them Availability Domains
+      # In the example this would be targeting US-ASHBURN-AD-2
+      failureDomain: "2"
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/create-mhc-workload-cluster.html b/gs/create-mhc-workload-cluster.html new file mode 100644 index 00000000..201a145f --- /dev/null +++ b/gs/create-mhc-workload-cluster.html @@ -0,0 +1,283 @@ + + + + + + MachineHealthChecks - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Create a workload cluster with MachineHealthChecks (MHC)

+

To better understand MachineHealthChecks please read over the Cluster-API book +and make sure to read the limitations sections.

+

Create a new workload cluster with MHC

+

In the project's code repository we provide an example template that sets up two MachineHealthChecks +at workload creation time. The example sets up two MHCs to allow differing remediation values:

+
    +
  • control-plane-unhealthy-5m setups a health check for the control plane machines
  • +
  • md-unhealthy-5m sets up a health check for the workload machines
  • +
+
+

NOTE: As a part of the example template the MHCs will start remediating nodes that are not ready after 10 minutes. +In order prevent this side effect make sure to install your CNI once the API is available. +This will move the machines into a Ready state.

+
+

Add MHC to existing workload cluster

+

Another approach is to install MHC after the cluster is up and healthy (aka Day-2 Operation). This can prevent +machine remediation while setting up the cluster.

+

Adding the MHC to either control-plane or machine is a multistep process. The steps are run on specific clusters +(e.g. management cluster, workload cluster):

+
    +
  1. Update the spec for future instances (management cluster)
  2. +
  3. Add label to existing nodes (workload cluster)
  4. +
  5. Add the MHC (management cluster)
  6. +
+

Add control-plane MHC

+

Update control plane spec

+

We need to add the controlplane.remediation label to the KubeadmControlPlane.

+

Create a file named control-plane-patch.yaml that has this content:

+
spec:
+  machineTemplate:
+    metadata:
+      labels:
+        controlplane.remediation: ""
+
+

Then on the management cluster run +kubectl patch KubeadmControlPlane <your-cluster-name>-control-plane --patch-file control-plane-patch.yaml --type=merge.

+

Add label to existing nodes

+

Then on the workload cluster add the new label to any existing control-plane node(s) +kubectl label node <control-plane-name> controlplane.remediation="". This will prevent the KubeadmControlPlane provisioning +new nodes once the MHC is deployed.

+

Add the MHC

+

Finally, create a file named control-plane-mhc.yaml that has this content:

+
apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineHealthCheck
+metadata:
+  name: "<your-cluster-name>-control-plane-unhealthy-5m"
+spec:
+  clusterName: "<your-cluster-name>"
+  maxUnhealthy: 100%
+  nodeStartupTimeout: 10m
+  selector:
+    matchLabels:
+      controlplane.remediation: ""
+  unhealthyConditions:
+    - type: Ready
+      status: Unknown
+      timeout: 300s
+    - type: Ready
+      status: "False"
+      timeout: 300s
+
+

Then on the management cluster run kubectl apply -f control-plane-mhc.yaml.

+

Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.

+

Add machine MHC

+

Update machine spec

+

We need to add the machine.remediation label to the MachineDeployment.

+

Create a file named machine-patch.yaml that has this content:

+
spec:
+  template:
+    metadata:
+      labels:
+        machine.remediation: ""
+
+

Then on the management cluster run +kubectl patch MachineDeployment oci-cluster-stage-md-0 --patch-file machine-patch.yaml --type=merge.

+

Add label to existing nodes

+

Then on the workload cluster add the new label to any existing control-plane node(s) +kubectl label node <machine-name> machine.remediation="". This will prevent the MachineDeployment provisioning +new nodes once the MHC is deployed.

+

Add the MHC

+

Finally, create a file named machine-mhc.yaml that has this content:

+
apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineHealthCheck
+metadata:
+  name: "<your-cluster-name>-stage-md-unhealthy-5m"
+spec:
+  clusterName: "oci-cluster-stage"
+  maxUnhealthy: 100%
+  nodeStartupTimeout: 10m
+  selector:
+    matchLabels:
+      machine.remediation: ""
+  unhealthyConditions:
+    - type: Ready
+      status: Unknown
+      timeout: 300s
+    - type: Ready
+      status: "False"
+      timeout: 300s
+
+

Then on the management cluster run kubectl apply -f machine-mhc.yaml.

+

Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/create-windows-workload-cluster.html b/gs/create-windows-workload-cluster.html new file mode 100644 index 00000000..3c1fe53c --- /dev/null +++ b/gs/create-windows-workload-cluster.html @@ -0,0 +1,351 @@ + + + + + + Create Windows Workload Cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Create a Windows workload cluster

+

Overview

+

CAPOCI enables users to create and manage Windows workload clusters in Oracle Cloud Infrastructure (OCI). +This means that the Kubernetes Control Plane will be Linux and the nodes will be Windows. +First, users build the Windows image using image-builder, then use the Windows flavor +template from the latest release. Finally, install the Calico CNI Provider +and OCI Cloud Controller Manager.

+

Known Limitations

+

The Windows workload cluster has known limitations:

+ +

Licensing

+

BYOL is currently not supported using CAPOCI. For more info on Windows Licensing +see the Compute FAQ documentation.

+

Build Windows image

+
+

NOTE: It is recommended to check shape availability before building image(s)

+
+

In order to launch Windows instances for the cluster a Windows image, using image-builder, +will need to be built. It is important to make sure the same shape is used to build and launch the instance.

+

Example: If a BM.Standard2.52 is used to build then the OCI_NODE_MACHINE_TYPE MUST +be BM.Standard2.52

+

Check shape availability

+

Make sure the OCI CLI is installed. Then set the AD information if using +muti-AD regions.

+
+

NOTE: Use the OCI Regions and Availability Domains page to figure out which +regions have multiple ADs.

+
+
oci iam availability-domain list --compartment-id=<your compartment> --region=<region>
+
+

Using the AD name from the output above start searching for BM shape availability.

+
oci compute shape list --compartment-id=<your compartment> --profile=DEFAULT --region=us-ashburn-1 --availability-domain=<your AD ID> | grep BM
+ 
+"shape": "BM.Standard.E3.128"
+"shape-name": "BM.Standard2.52"
+"shape-name": "BM.Standard.E3.128"
+"shape": "BM.Standard.E2.64"
+"shape-name": "BM.Standard2.52"
+"shape-name": "BM.Standard3.64"
+"shape": "BM.Standard1.36"
+
+
+

NOTE: If the output is empty then the compartment for that region/AD doesn't have BM shapes. +If you are unable to locate any shapes you may need to submit a +service limit increase request

+
+

Create a new Windows workload cluster

+

It is recommended to have the following guides handy:

+ +

When using clusterctl to generate the cluster use the windows-calico example flavor.

+

The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE +parameters to specify bare metal shapes instead of using CAPOCI's default virtual +instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION +parameters disable encryption of data in flight between the bare metal instance and the block storage resources.

+
+

NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the BM shape. +See the Compute Shapes page to get the OCPU count for the specific shape.

+
+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_CONTROL_PLANE_IMAGE_ID=<linux-custom-image-id> \
+OCI_NODE_IMAGE_ID=<windows-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+NODE_MACHINE_COUNT=1 \
+OCI_NODE_MACHINE_TYPE=BM.Standard.E4.128 \
+OCI_NODE_MACHINE_TYPE_OCPUS=128 \
+OCI_NODE_PV_TRANSIT_ENCRYPTION=false \
+OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=3 \
+OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \
+CONTROL_PLANE_MACHINE_COUNT=3 \
+OCI_SHAPE_MEMORY_IN_GBS= \
+KUBERNETES_VERSION=<k8s-version> \
+clusterctl generate cluster <cluster-name> \
+--target-namespace default \
+--flavor windows-calico | kubectl apply -f -
+
+

Access workload cluster Kubeconfig

+

Execute the following command to list all the workload clusters present:

+
kubectl get clusters -A
+
+

Execute the following command to access the kubeconfig of a workload cluster:

+
clusterctl get kubeconfig <cluster-name> -n default > <cluster-name>.kubeconfig
+
+

Install Calico CNI Provider and OCI Cloud Controller Manager

+

Install Calico

+

The Calico for Windows getting started guide should be read for better understand of the CNI on Windows. +It is recommended to have the following guides handy:

+ +
The steps to follow:
+

On the management cluster

+
    +
  1. Run +
    kubectl get OCICluster <cluster-name> -o jsonpath='{.spec.controlPlaneEndpoint.host}'
    +
    +to get the KUBERNETES_SERVICE_HOST info that will be used in later steps
  2. +
+

On the workload cluster

+
    +
  1. Download the v3.24.5 calico release +
    curl -L https://github.com/projectcalico/calico/releases/download/v3.24.5/release-v3.24.5.tgz -o calico-v3.24.5.tgz
    +
    +
  2. +
  3. Uncompress the downloaded file and locate the calico-vxlan.yaml, calico-windows-vxlan.yaml and windows-kube-proxy.yaml +files in the manifests dir
  4. +
  5. Edit the calico-vxlan.yaml and modify the follow variables to allow Calico running on the nodes use VXLAN +
      +
    • CALICO_IPV4POOL_IPIP - set to "Never"
    • +
    • CALICO_IPV4POOL_VXLAN - set to "Always"
    • +
    +
  6. +
  7. +
    kubectl apply -f calico-vxlan.yaml
    +
    +
  8. +
  9. Wait for the IPAMConfig to be loaded
  10. +
  11. +
    kubectl patch IPAMConfig default --type merge --patch='{"spec": {"strictAffinity": true}}'
    +
    +
  12. +
  13. Edit the calico-windows-vxlan.yaml and modify the follow variables to allow Calico running on the nodes to talk +to the Kubernetes control plane +
      +
    • KUBERNETES_SERVICE_HOST - the IP address from the management cluster step
    • +
    • KUBERNETES_SERVICE_PORT- the port from step the management cluster step
    • +
    • K8S_SERVICE_CIDR - The service CIDR set in the cluster template
    • +
    • DNS_NAME_SERVERS - the IP address from dns service +
      kubectl  get svc kube-dns -n kube-system  -o jsonpath='{.spec.clusterIP}'
      +
      +
    • +
    • Change the namespace from calico-system to kube-system
    • +
    • add the following env to the container named node +
      - name: VXLAN_ADAPTER
      +  value: "Ethernet 2"
      +
      +
    • +
    +
  14. +
  15. +
    kubectl apply -f calico-windows-vxlan.yaml
    +
    +(it takes a bit for this to pass livenessprobe)
  16. +
  17. Edit the windows-kube-proxy.yaml +
      +
    • update the kube-proxy container environment variable K8S_VERSION to the version of kubernetes you are deploying
    • +
    • update the image version for the container named kube-proxy and make sure to set the +correct windows nanoserver version example: ltsc2019
    • +
    +
  18. +
  19. +
    kubectl apply -f windows-kube-proxy.yaml
    +
    +
  20. +
+

Install OCI Cloud Controller Manager

+

By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions.

+

Scheduling Windows containers

+

With the cluster in a ready state and CCM installed, an example deployment +can be used to test that pods are scheduled. Accessing the deployed pods and using nslookup you can +test that the cluster DNS is working.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/create-workload-cluster.html b/gs/create-workload-cluster.html new file mode 100644 index 00000000..4adf7515 --- /dev/null +++ b/gs/create-workload-cluster.html @@ -0,0 +1,332 @@ + + + + + + Create Workload Cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Create a workload cluster

+

Workload Cluster Templates

+

Choose one of the available templates for to create your workload clusters from the +latest released artifacts. Please note that the templates provided +are to be considered as references and can be customized further as +the [CAPOCI API Reference][api-reference]. Each workload cluster template can be +further configured with the parameters below.

+

Workload Cluster Parameters

+

The following Oracle Cloud Infrastructure (OCI) configuration parameters are available +when creating a workload cluster on OCI using one of our predefined templates:

+
+ + + + + + + + + +
ParameterDefault ValueDescription
OCI_COMPARTMENT_IDThe OCID of the compartment in which to create the required compute, storage and network resources.
OCI_IMAGE_IDThe OCID of the image for the kubernetes nodes. This same image is used for both the control plane and the worker nodes.
OCI_CONTROL_PLANE_MACHINE_TYPEVM.Standard.E4.FlexThe shape of the Kubernetes control plane machine.
OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS1The number of OCPUs allocated to the control plane instance.
OCI_NODE_MACHINE_TYPEVM.Standard.E4.FlexThe shape of the Kubernetes worker machine.
OCI_NODE_MACHINE_TYPE_OCPUS1The number of OCPUs allocated to the worker instance.
OCI_SSH_KEYThe public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures.
OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTIONtrueEnables in-flight Transport Layer Security (TLS) 1.2 encryption of data between control plane nodes and their associated block storage devices.
OCI_NODE_PV_TRANSIT_ENCRYPTIONtrueEnables in-flight Transport Layer Security (TLS) 1.2 encryption of data between worker nodes and their associated block storage devices.
+
+
+

Note: Only specific bare metal shapes +support in-transit encryption. If an unsupported shape is specified, the deployment will fail completely.

+
+
+

Note: Using the predefined templates the machine's memory size is automatically allocated based on the chosen shape +and OCPU count.

+
+

The following Cluster API parameters are also available:

+
+ + + + + + + +
ParameterDefault ValueDescription
CLUSTER_NAMEThe name of the workload cluster to create.
CONTROL_PLANE_MACHINE_COUNT1The number of control plane machines for the workload cluster.
KUBERNETES_VERSIONThe Kubernetes version installed on the workload cluster nodes. If this environment variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file
NAMESPACEThe namespace for the workload cluster. If not specified, the current namespace is used.
POD_CIDR192.168.0.0/16CIDR range of the Kubernetes pod-to-pod network.
SERVICE_CIDR10.128.0.0/12CIDR range of the Kubernetes pod-to-services network.
NODE_MACHINE_COUNTThe number of worker machines for the workload cluster.
+
+

Create a new workload cluster on virtual instances using an Ubuntu custom image

+

The following command will create a workload cluster comprising a single +control plane node and single worker node using the default values as specified in the preceding +Workload Cluster Parameters table:

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+NODE_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template.yaml | kubectl apply -f -
+
+

Create a new workload cluster on bare metal instances using an Ubuntu custom image

+

The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE +parameters to specify bare metal shapes instead of using CAPOCI's default virtual +instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION +parameters disable encryption of data in flight between the bare metal instance and the block storage resources.

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+OCI_CONTROL_PLANE_MACHINE_TYPE=BM.Standard2.52 \
+OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=52 \
+OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=false \
+OCI_NODE_MACHINE_TYPE=BM.Standard2.52 \
+OCI_NODE_MACHINE_TYPE_OCPUS=52 \
+OCI_NODE_PV_TRANSIT_ENCRYPTION=false \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template.yaml| kubectl apply -f -
+
+

Create a new workload cluster on virtual instances using an Oracle Linux custom image

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<oracle-linux-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-oraclelinux.yaml | kubectl apply -f -
+
+

Create a workload cluster in an alternative region

+

CAPOCI provides a way to launch and manage your workload cluster in multiple +regions. Choose the cluster-template-alternative-region.yaml template when +creating your workload clusters from the latest released artifacts. +Currently, the other templates do not support the ability to change the workload +cluster region.

+

Each cluster can be further configured with the parameters +defined in Workload Cluster Parameters and +additionally with the parameter below.

+
+ +
ParameterDefault ValueDescription
OCI_WORKLOAD_REGIONConfigured as OCI_REGIONThe OCI region in which to launch the workload cluster.
+
+

The following example configures the CAPOCI provider to authenticate in +us-phoenix-1 and launch a workload cluster in us-sanjose-1.

+
+

Note: Ensure the specified image is available in your chosen region or the launch will fail.

+
+

To configure authentication for management cluster, follow the steps in +Configure authentication.

+

Extend the preceding configuration with the following additional configuration +parameter and initialize the CAPOCI provider.

+
...
+export OCI_REGION=us-phoenix-1
+...
+   
+clusterctl init --infrastructure oci
+
+

Create a new workload cluster in San Jose (us-sanjose-1) by explicitly setting the +OCI_WORKLOAD_REGION environment variable when invoking clusterctl:

+
OCI_WORKLOAD_REGION=us-sanjose-1 \
+OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<in-region-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+NODE_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-alternative-region.yaml | kubectl apply -f -
+
+

Access workload cluster Kubeconfig

+

Execute the following command to list all the workload clusters present:

+
kubectl get clusters -A
+
+

Execute the following command to access the kubeconfig of a workload cluster:

+
clusterctl get kubeconfig <cluster-name> -n default > <cluster-name>.kubeconfig
+
+

Install a CNI Provider

+

After creating a workload cluster, a CNI provider must be installed in the workload cluster. Until you install a +a CNI provider, the cluster nodes will not go into the Ready state.

+

For example, you can install Calico as follows:

+
kubectl --kubeconfig=<cluster-name>.kubeconfig \
+  apply -f https://docs.projectcalico.org/v3.21/manifests/calico.yaml
+
+

You can use your preferred CNI provider. Currently, the following providers have been tested and verified to work:

+
+ + +
CNICNI VersionKubernetes VersionCAPOCI Version
Calico3.211.20.100.1
Antrea1.20.100.1
+
+

If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list.

+

If you have an issue with your alternative CNI provider, please raise an issue on GitHub.

+

Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster

+

By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/create-workload-templates.html b/gs/create-workload-templates.html new file mode 100644 index 00000000..9aa20384 --- /dev/null +++ b/gs/create-workload-templates.html @@ -0,0 +1,215 @@ + + + + + + Create Workload Templates - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Create Workload Templates for Oracle Cloud Infrastructure

+

You can create workload clusters based on template files or you can also save the templates in ConfigMaps that you can then reuse.

+

Creating cluster templates ConfigMaps

+
    +
  1. Create a cluster template for Oracle Linux:
  2. +
+
kubectl create cm oracletemplate --from-file=template=templates/cluster-template-oraclelinux.yaml
+
+
    +
  1. Create a cluster template for Ubuntu:
  2. +
+
kubectl create cm ubuntutemplate --from-file=template=templates/cluster-template.yaml
+
+

You can then reuse the ConfigMap to create your clusters. For example, to create a workload cluster using Oracle Linux, you can create it as follows:

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<oracle-linux-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from-config-map oracletemplate | kubectl apply -f -
+
+

Likewise, to create a workload cluster using Ubuntu:

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from-config-map ubuntutemplate | kubectl apply -f -
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/custom-machine-images.html b/gs/custom-machine-images.html new file mode 100644 index 00000000..c9e8db00 --- /dev/null +++ b/gs/custom-machine-images.html @@ -0,0 +1,184 @@ + + + + + + Prepare custom OCI images - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Configure Custom Machine Images

+

An image is a template of a virtual hard drive. It determines the operating system and other software for a compute instance. In order to use CAPOCI, you must prepare one or more custom images which have all the necessary Kubernetes components pre-installed. The custom image(s) will then be used to instantiate the Kubernetes nodes.

+

Building a custom image

+

To create your own custom image in your Oracle Cloud Infrastructure (OCI) tenancy, navigate to The Image Builder Book and follow the instructions for OCI.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/customize-worker-node.html b/gs/customize-worker-node.html new file mode 100644 index 00000000..eb3fd7fa --- /dev/null +++ b/gs/customize-worker-node.html @@ -0,0 +1,272 @@ + + + + + + Customize worker nodes - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Customizing worker nodes

+

Configure user managed boot volume encryption

+

Use the following configuration in OCIMachineTemplate to use a customer +managed boot volume encryption key.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      instanceSourceViaImageConfig:
+        kmsKeyId: <kms-key-id>
+
+

Configure shielded instances

+

Use the following configuration in OCIMachineTemplate to create shielded instances. +Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct +for an enumeration of all the possible configurations.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      platformConfig:
+        platformConfigType: "AMD_VM"
+        amdVmPlatformConfig:
+          isSecureBootEnabled: true
+          isTrustedPlatformModuleEnabled: true
+          isMeasuredBootEnabled: true
+
+

Configure confidential instances

+

Use the following configuration in OCIMachineTemplate to create confidential instances. +Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct +for an enumeration of all the possible configurations.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      platformConfig:
+        platformConfigType: "AMD_VM"
+        amdVmPlatformConfig:
+          isMemoryEncryptionEnabled: true
+
+

Configure preemptible instances

+

Use the following configuration in OCIMachineTemplate to create preemtible instances.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      preemptibleInstanceConfig:
+        terminatePreemptionAction:
+          preserveBootVolume: false
+
+

Configure capacity reservation

+

Use the following configuration in OCIMachineTemplate to use capacity reservations.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      capacityReservationId: <capacity-reservation-id>
+
+

Configure Oracle Cloud Agent plugins

+

Use the following configuration in OCIMachineTemplate to configure Oracle Cloud Agent plugins. +The example below enables Bastion plugin.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      agentConfig:
+        pluginsConfigs:
+          - name: "Bastion"
+            desiredState: "ENABLED"
+
+

Configure Burstable Instances

+

Use the following configuration in OCIMachineTemplate to configure Burstable Instance. +The following values are supported for baselineOcpuUtilization.

+
    +
  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • +
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • +
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
  • +
+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      shapeConfig:
+        baselineOcpuUtilization: "BASELINE_1_8"
+        ocpus: "1"
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/externally-managed-cluster-infrastructure.html b/gs/externally-managed-cluster-infrastructure.html new file mode 100644 index 00000000..c0b3684f --- /dev/null +++ b/gs/externally-managed-cluster-infrastructure.html @@ -0,0 +1,295 @@ + + + + + + Using externally managed infrastructure - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Externally managed Cluster infrastructure

+

By default, Cluster API will create resources on Oracle Cloud Infrastructure (OCI) when instantiating a new workload cluster. However, it is possible to have Cluster API re-use an existing OCI infrastructure instead of creating a new one. The existing infrastructure could include:

+
    +
  1. Virtual cloud networks (VCNs)
  2. +
  3. Network load balancers used as Kubernetes API Endpoint
  4. +
+

Example spec for externally managed VCN infrastructure

+

CAPOCI can be used to create a cluster using existing VCN infrastructure. In this case, only the +API Server Load Balancer will be managed by CAPOCI.

+

Example spec is given below

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    skipNetworkManagement: true
+    vcn:
+      id: <Insert VCN OCID Here>
+      networkSecurityGroup:
+        list:
+          - id: <Insert Control Plane Endpoint NSG OCID Here>
+            role: control-plane-endpoint
+            name: control-plane-endpoint
+          - id: <Insert Worker NSG OCID Here>
+            role: worker
+            name: worker
+          - id: <Insert Control Plane NSG OCID Here>
+            role: control-plane
+            name: control-plane
+      subnets:
+        - id: <Insert Control Plane Endpoint Subnet OCID Here>
+          role: control-plane-endpoint
+          name: control-plane-endpoint
+        - id: <Insert Worker Subnet OCID Here>
+          role: worker
+          name: worker
+        - id: <Insert control Plane Subnet OCID Here>
+          role: control-plane
+          name: control-plane
+
+

In the above spec, note that name has to be mentioned for Subnet/NSG. This is so that Kubernetes +can merge the list properly when there is an update.

+

Example OCICluster Spec with external infrastructure

+

CAPOCI supports externally managed cluster infrastructure.

+

If the OCICluster resource includes a cluster.x-k8s.io/managed-by annotation, then the controller will skip any reconciliation.

+

This is useful for scenarios where a different persona is managing the cluster infrastructure out-of-band while still wanting to use CAPOCI for automated machine management.

+

The following OCICluster Spec includes the mandatory fields to be specified for externally managed infrastructure to work properly. In this example neither the VCN nor the network load balancer will be managed by CAPOCI.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  annotations:
+    cluster.x-k8s.io/managed-by: "external"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  controlPlaneEndpoint:
+    host: <Control Plane Endpoint Address should go here>
+    port: 6443
+  networkSpec:
+    apiServerLoadBalancer:
+      loadBalancerId: <OCID of Control Plane Endpoint LoadBalancer>
+    vcn:
+      id: <OCID of VCN>
+      networkSecurityGroup:
+        list:
+          - id: <OCID of Control Plane NSG>
+            name: <Name of Control Plane NSG>
+            role: control-plane
+          - id: <OCID of Worker NSG>
+            name: <Name of Worker NSG>
+            role: worker
+      subnets:
+        - id: <OCID of Control Plane Subnet>
+          role: control-plane
+        - id: <OCID of Worker Subnet>
+          role: worker
+
+

Status

+

As per the Cluster API Provider specification, the OCICluster Status Object has to be updated with ready status +as well as the failure domain mapping. This has to be done after the OCICluster object has been created in the management cluster. +The following cURL request illustrates this:

+

Get a list of Availability Domains of the region:

+
oci iam availability-domain list
+
+
+
+

Info

+

+
+
+

Review the OCI CLI documentation for more information regarding this tool.

+
+
+

For 1-AD regions, use the following cURL command to update the status object:

+
curl -o  -s -X PATCH -H "Accept: application/json, */*" \
+-H "Content-Type: application/merge-patch+json" \
+--cacert ca.crt \
+--cert client.crt \
+--key client.key \
+https://<management-plane-api-endpoint>/apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces/<cluster-namespace>/ociclusters/<cluster-name>/status \
+--data '{"status":{"ready":true,"failureDomains":{"1":{"attributes":{"AvailabilityDomain":"zkJl:AP-HYDERABAD-1-AD-1","FaultDomain":"FAULT-DOMAIN-1"},"controlPlane":true},"2":{"attributes":{"AvailabilityDomain":"zkJl:AP-HYDERABAD-1-AD-1","FaultDomain":"FAULT-DOMAIN-2"},"controlPlane":true},"3":{"attributes":{"AvailabilityDomain":"zkJl:AP-HYDERABAD-1-AD-1","FaultDomain":"FAULT-DOMAIN-3"}}}}}'
+
+

For 3-AD regions, use the following cURL command to update the status object:

+
curl -o  -s -X PATCH -H "Accept: application/json, */*" \
+-H "Content-Type: application/merge-patch+json" \
+--cacert ca.crt \
+--cert client.crt \
+--key client.key \
+https://<management-plane-api-endpoint>/apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces/<cluster-namespace>/ociclusters/<cluster-name>/status \
+--data '{"status":{"ready":true,"failureDomains":{"1":{"attributes":{"AvailabilityDomain":"zkJl:US-ASHBURN-1-AD-1"},"controlPlane":true},"2":{"attributes":{"AvailabilityDomain":"zkJl:US-ASHBURN-1-AD-2"},"controlPlane":true},"3":{"attributes":{"AvailabilityDomain":"zkJl:US-ASHBURN-1-AD-3"}}}}}'
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/gs.html b/gs/gs.html new file mode 100644 index 00000000..1ec56577 --- /dev/null +++ b/gs/gs.html @@ -0,0 +1,182 @@ + + + + + + Getting Started - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Getting started

+

This section contains information about enabling and configuring various Oracle Cloud Infrastructure (OCI) resources using the Kubernetes Cluster API Provider for OCI.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/iam.html b/gs/iam.html new file mode 100644 index 00000000..5ac0a547 --- /dev/null +++ b/gs/iam.html @@ -0,0 +1,186 @@ + + + + + + Configure users and policies - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + +
+ + + + + + + + + + + + diff --git a/gs/iam/iam-ocid.html b/gs/iam/iam-ocid.html new file mode 100644 index 00000000..37792f5a --- /dev/null +++ b/gs/iam/iam-ocid.html @@ -0,0 +1,201 @@ + + + + + + User configuration and OCIDs - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

User configuration and OCIDs

+
    +
  1. +

    Login as the iaas_oke_usr in the OCI Console to configure your OCI key. You can either use the OCI console or openssl to generate an API key.

    +
  2. +
  3. +

    Obtain the following details which you will need in order to create your management cluster with OKE:

    + +
  4. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/iam/iam-oke.html b/gs/iam/iam-oke.html new file mode 100644 index 00000000..1b54a80f --- /dev/null +++ b/gs/iam/iam-oke.html @@ -0,0 +1,204 @@ + + + + + + Configure policies for an OKE cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Configure OCI policies for an Oracle Container Engine for Kubernetes cluster

+

These steps are applicable if you intend to run your management cluster using Oracle Container Engine for Kubernetes (OKE). They need to be created by a user with admin privileges and are required so you can provision your OKE cluster successfully. If you plan to run your management cluster in kind or a non-OKE cluster, you can skip this step.

+
    +
  1. Create a user in OCI e.g. iaas_oke_usr
  2. +
  3. Create a group in OCI e.g. iaas_oke_grp and add the user iaas_oke_usr to this group
  4. +
  5. Create a policy in OCI and add the following policies(Please read OKE Policy Configuration Doc for more fine grained policies): +
      +
    • Allow group iaas_oke_grp to manage dynamic groups
    • +
    • Allow group iaas_oke_grp to manage virtual-network-family in <compartment>
    • +
    • Allow group iaas_oke_grp to manage cluster-family in <compartment>
    • +
    • Allow group iaas_oke_grp to manage instance-family in <compartment>
    • +
    +
  6. +
+

where <compartment> is the name of the OCI compartment of the management cluster. Refer to the OCI documentation if you have not created a compartment yet.

+
+
+

Warning

+

+
+
+

You should not create your management cluster in the root compartment.

+
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/iam/iam-self-provisioned.html b/gs/iam/iam-self-provisioned.html new file mode 100644 index 00000000..e70be20b --- /dev/null +++ b/gs/iam/iam-self-provisioned.html @@ -0,0 +1,215 @@ + + + + + + Configure policies for a self-provisioned cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Configure policies for a self-provisioned cluster

+

Although some policies required for Oracle Container Engine for Kubernetes (OKE) and self-provisioned clusters may overlap, we recommend you create another user and group for the principal that will be provisioning the self-provisioned clusters.

+
    +
  1. Create a user in OCI e.g. cluster_api_usr
  2. +
  3. Create a group in OCI e.g. cluster_api_grp and add the user cluster_api_usr to this group
  4. +
  5. Create a policy in OCI and add the following policies: +
      +
    • Allow group cluster_api_grp to manage virtual-network-family in <compartment>
    • +
    • Allow group cluster_api_grp to manage load-balancers in <compartment>
    • +
    • Allow group cluster_api_grp to manage instance-family in <compartment>
    • +
    +
  6. +
+

where <compartment> is the name of the OCI compartment of the workload cluster. Your workload compartment may be different from the management compartment. Refer to the OCI documentation if you have not created a compartment yet.

+
+
+

Info

+

+
+
+

If you are an administrator and you are experimenting with CAPOCI, you can skip creating the policies.

+
+
+
    +
  1. Repeat the procedure as for the iaas_oke_usr above to obtain the IAM details.
  2. +
+
+
+

Warning

+

+
+
+

You should not create your workload cluster in the root compartment.

+
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/install-cluster-api.html b/gs/install-cluster-api.html new file mode 100644 index 00000000..33f7d54d --- /dev/null +++ b/gs/install-cluster-api.html @@ -0,0 +1,235 @@ + + + + + + Install Cluster API for Oracle Cloud Infrastructure - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Install Cluster API Provider for Oracle Cloud Infrastructure

+

If you are not using kind for your management cluster, export the KUBECONFIG environment variable to point to the correct Kubeconfig file.

+
   export KUBECONFIG=/path/to/kubeconfig
+
+

Configure authentication

+

Before installing Cluster API Provider for OCI (CAPOCI), you must first set up your preferred +authentication mechanism using specific environment variables.

+

User Principal

+

If the management cluster is hosted outside OCI, for example a Kind cluster, please configure +user principal using the following parameters. Please refer to the doc to generate the required +credentials.

+
   export OCI_TENANCY_ID=<insert-tenancy-id-here>
+   export OCI_USER_ID=<insert-user-ocid-here>
+   export OCI_CREDENTIALS_FINGERPRINT=<insert-fingerprint-here>
+   export OCI_REGION=<insert-region-here>
+   # if Passphrase is present
+   export OCI_TENANCY_ID_B64="$(echo -n "$OCI_TENANCY_ID" | base64 | tr -d '\n')"
+   export OCI_CREDENTIALS_FINGERPRINT_B64="$(echo -n "$OCI_CREDENTIALS_FINGERPRINT" | base64 | tr -d '\n')"
+   export OCI_USER_ID_B64="$(echo -n "$OCI_USER_ID" | base64 | tr -d '\n')"
+   export OCI_REGION_B64="$(echo -n "$OCI_REGION" | base64 | tr -d '\n')"
+   export OCI_CREDENTIALS_KEY_B64=$(base64 < <insert-path-to-api-private-key-file-here> | tr -d '\n')
+   # if Passphrase is present
+   export OCI_CREDENTIALS_PASSPHRASE=<insert-passphrase-here>
+   export OCI_CREDENTIALS_PASSPHRASE_B64="$(echo -n "$OCI_CREDENTIALS_PASSPHRASE" | base64 | tr -d '\n')"
+
+

Instance Principal

+

If the management cluster is hosted in Oracle Cloud Infrastructure, Instance principals authentication +is recommended. Export the following parameters to use Instance Principals. If Instance Principals are used, the user principal +parameters explained in above section will not be used.

+
   export USE_INSTANCE_PRINCIPAL="true"
+   export USE_INSTANCE_PRINCIPAL_B64="$(echo -n "$USE_INSTANCE_PRINCIPAL" | base64 | tr -d '\n')"
+
+

Please ensure the following policies in the dynamic group for CAPOCI to be able to talk to various OCI Services.

+
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]
+
+

Initialize management cluster

+

Initialize management cluster and install CAPOCI.

+

The following command will use the latest version:

+
  clusterctl init --infrastructure oci
+
+

In production, it is recommended to set a specific released version.

+
  clusterctl init --infrastructure oci:vX.X.X
+
+

CAPOCI Components

+

When installing CAPOCI, the following components will be installed in the management cluster:

+
    +
  1. A custom resource definition (CRD) for OCICluster, which is a Kubernetes custom resource that represents a workload cluster created in OCI by CAPOCI.
  2. +
  3. A custom resource definition (CRD) for OCIMachine, which is a Kubernetes custom resource that represents one node in the workload cluster created in OCI by CAPOCI.
  4. +
  5. Role-based access control resources for a Kubernetes Deployment, ServiceAccount, Role, ClusterRole and ClusterRoleBinding
  6. +
  7. A Kubernetes Secret which will hold OCI credentials
  8. +
  9. A Kubernetes Deployment with the CAPOCI image - ghcr.io/oracle/cluster-api-oci-controller: <version>
  10. +
+

Please inspect the infrastructure-components.yaml present in the release artifacts to know more.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/install-csi.html b/gs/install-csi.html new file mode 100644 index 00000000..f501b17b --- /dev/null +++ b/gs/install-csi.html @@ -0,0 +1,279 @@ + + + + + + Install Container Storage Interface (CSI) - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Install CSI

+

On Oracle Cloud Infrastructure (OCI), there are two types of storage services available to store persistent data:

+
    +
  • OCI Block Volume Service
  • +
  • OCI File Storage Service
  • +
+

A persistent volume claim (PVC) is a request for storage, which is met by binding the PVC to a persistent volume (PV). A PVC provides an abstraction layer to the underlying storage. CSI drivers for both the Block Volume Service and File Storage Service have been implemented.

+

Configure authentication via Instance Principal

+

Oracle recommends using Instance principals to be used by CSI for authentication. Please ensure the +following policies in the dynamic group for CSI to be able to talk to various OCI Services.

+
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to manage volume-family in compartment [your compartment name]
+
+
    +
  1. +

    Download the example configuration file:

    +
    curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml
    +
    +
  2. +
  3. +

    Update values in the configuration file as necessary.

    +
  4. +
  5. +

    Create a secret:

    +
    kubectl  create secret generic oci-volume-provisioner \
    +  -n kube-system                                           \
    +  --from-file=config.yaml=cloud-provider-example.yaml
    +
    +
  6. +
+

Install CSI Drivers

+
    +
  1. +

    Navigate to the release page of CCM and export the version that you want to install. Typically, +the latest version can be installed.

    +
    export CCM_RELEASE_VERSION=<update-version-here>
    +
    +
  2. +
  3. +

    Download the deployment manifests:

    +
    curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-rbac.yaml" -o oci-csi-node-rbac.yaml
    +
    +curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-controller-driver.yaml" -o oci-csi-controller-driver.yaml
    +
    +curl -L h"ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-driver.yaml" -o
    +oci-csi-node-driver.yaml
    +
    +curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml
    +
    +
  4. +
  5. +

    Create the RBAC rules:

    +
    kubectl apply -f oci-csi-node-rbac.yaml
    +
    +
  6. +
  7. +

    Deploy the csi-controller-driver. It is provided as a deployment and it has three containers:

    +
      +
    • csi-provisioner external-provisioner
    • +
    • csi-attacher external-attacher
    • +
    • oci-csi-controller-driver
    • +
    +
  8. +
+
 kubectl apply -f oci-csi-controller-driver.yaml
+
+
    +
  1. +

    Deploy the node-driver. It is provided as a daemon set and it has two containers:

    +
      +
    • node-driver-registrar
    • +
    • oci-csi-node-driver
    • +
    +
    kubectl apply -f oci-csi-node-driver.yaml
    +
    +
  2. +
  3. +

    Create the CSI storage class for the Block Volume Service:

    +
    kubectl apply -f storage-class.yaml
    +
    +
  4. +
  5. +

    Verify the oci-csi-controller-driver and oci-csi-node-controller are running in your cluster:

    +
    kubectl -n kube-system get po | grep csi-oci-controller
    +kubectl -n kube-system get po | grep csi-oci-node
    +
    +
  6. +
+

Provision PVCs

+

Follow the guides below to create PVCs based on the service you require:

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/install-oci-ccm.html b/gs/install-oci-ccm.html new file mode 100644 index 00000000..61540c5d --- /dev/null +++ b/gs/install-oci-ccm.html @@ -0,0 +1,244 @@ + + + + + + Install Oracle Cloud Infrastructure Cloud Controller Manager - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Install Oracle Cloud Infrastructure Cloud Controller Manager

+

Oracle Cloud Infrastructure (OCI) Cloud Controller Manager is OCI's implementation of the Kubernetes control plane component that links your Kubernetes cluster to OCI.

+ +

Oracle recommends using Instance principals to be used by CCM for authentication. Please ensure the +following policies in the dynamic group for CCM to be able to talk to various OCI Services.

+
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]
+
+
    +
  1. +

    Download the example configuration file:

    +
    curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml
    +
    +
  2. +
  3. +

    Update values in the configuration file as necessary.

    +

    As an example using the provided cluster-template.yaml +you would modify the cloud-provider-example.yaml and make sure to set compartment and vcn with the correct OCIDs. +Then set subnet1 to the OCID of your service-lb subnet and remove subnet2. You would then set +securityListManagementMode to "None".

    +
  4. +
  5. +

    Create a secret:

    +
    kubectl  create secret generic oci-cloud-controller-manager \
    +  -n kube-system                                           \
    +  --from-file=cloud-provider.yaml=cloud-provider-example.yaml
    +
    +
  6. +
+

Install CCM

+
    +
  1. +

    Navigate to the release page of CCM and export the version that you want to install. Typically, +the latest version can be installed.

    +
    export CCM_RELEASE_VERSION=<update-version-here>
    +
    +
  2. +
  3. +

    Download the deployment manifests:

    +
    curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager.yaml" -o oci-cloud-controller-manager.yaml
    +
    +curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager-rbac.yaml" -o oci-cloud-controller-manager-rbac.yaml
    +
    +
  4. +
  5. +

    Deploy the CCM:

    +
    kubectl apply -f oci-cloud-controller-manager.yaml
    +
    +
  6. +
  7. +

    Deploy the RBAC rules:

    +
    kubectl apply -f oci-cloud-controller-manager-rbac.yaml
    +
    +
  8. +
  9. +

    Check the CCM logs to verify OCI CCM is running correctly:

    +
    kubectl -n kube-system get po | grep oci
    +oci-cloud-controller-manager-ds-k2txq   1/1       Running   0          19s
    +
    +kubectl -n kube-system logs oci-cloud-controller-manager-ds-k2txq
    +
    +
  10. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/mgmt/mgmt-kind.html b/gs/mgmt/mgmt-kind.html new file mode 100644 index 00000000..81bddbfd --- /dev/null +++ b/gs/mgmt/mgmt-kind.html @@ -0,0 +1,193 @@ + + + + + + Provision a management cluster with kind - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Provision a management cluster using kind

+
    +
  1. +

    Create the cluster

    +
      kind create cluster
    +
    +
  2. +
  3. +

    Configure access

    +
      kubectl config set-context kind-kind
    +
    +
  4. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/mgmt/mgmt-oke.html b/gs/mgmt/mgmt-oke.html new file mode 100644 index 00000000..4762f835 --- /dev/null +++ b/gs/mgmt/mgmt-oke.html @@ -0,0 +1,222 @@ + + + + + + Provision a management cluster with OKE - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Provision a management cluster with Oracle Container Engine for Kubernetes

+

For this release, if you use Oracle Container Engine for Kubernetes (OKE) for your management cluster, you will be provisioning a public Kubernetes cluster i.e. its API server must be accessible to kubectl. You can use either use the OCI console to do the provisioning or the terraform-oci-oke project.

+
    +
  1. +

    Login to the OCI Console as the iaas_oke_usr

    +
  2. +
  3. +

    Search for OKE and select it:

    +

    OKE

    +
  4. +
  5. +

    Select the right compartment where you will be creating the OKE Cluster:

    +

    OKE

    +
  6. +
  7. +

    Click Create Cluster, select Quick Create and click Launch Workflow:

    +

    OKE

    +
  8. +
  9. +

    Name your cluster and ensure you select Public Endpoint and choose Private Workers:

    +

    OKE

    +
  10. +
  11. +

    Click Next and Create Cluster.

    +
  12. +
  13. +

    When the cluster is ready, set up access to the OKE cluster. You can either use

    + +
  14. +
+
+
+

Warning

+

+
+
+

If you are working with an existing Kubernetes cluster and have an existing kubeconfig in your $HOME/.kube/config directory, running the command to set up local access will add a new cluster context to your existing kubeconfig.

+
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/multi-tenancy.html b/gs/multi-tenancy.html new file mode 100644 index 00000000..7ce1cb27 --- /dev/null +++ b/gs/multi-tenancy.html @@ -0,0 +1,262 @@ + + + + + + Multi Tenancy - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Multi-tenancy

+

CAPOCI supports multi-tenancy wherein different OCI user principals can be used to reconcile +different OCI clusters. This is achieved by associating a cluster with a Cluster Identity and +associating the identity with a user principal. Currently only OCI user principal is supported +for Cluster Identity.

+

Steps

+

Step 1 - Create a secret with user principal in the management cluster

+

Please read the doc to know more about the parameters below.

+
apiVersion: v1
+kind: Secret
+metadata:
+  name: user-credentials
+  namespace: default
+type: Opaque
+data:
+  tenancy: <base-64-encoded value of tenancy OCID>
+  user: <base-64-encoded value of user OCID>
+  key: <base-64-encoded value of user Key>
+  fingerprint: <base-64-encoded value of fingerprint>
+  passphrase: <base-64-encoded value of passphrase. This is optional>
+  region: <base-64-encoded value of region. This is optional>
+
+

Step 2 - Edit the cluster template to add a Cluster Identity section and point the OCICluster to the Cluster Identity

+

The Cluster Identity should have a reference to the secret created above.

+
---
+kind: OCIClusterIdentity
+metadata:
+  name: cluster-identity
+  namespace: default
+spec:
+  type: UserPrincipal
+  principalSecret:
+    name: user-credentials
+    namespace: default
+  allowedNamespaces: {}
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  identityRef:
+    apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+    kind: OCIClusterIdentity
+    name: cluster-identity
+    namespace: default
+
+

allowedNamespaces

+

allowedNamespaces can be used to control which namespaces the OCIClusters are allowed to use the identity from. +Namespaces can be selected either using an array of namespaces or with label selector. +An empty allowedNamespaces object indicates that OCIClusters can use this identity from any namespace. +If this object is nil, no namespaces will be allowed, which is the default behavior of the field if not specified.

+
+

Note: NamespaceList will take precedence over Selector if both are set.

+
+

Cluster Identity using Instance Principals

+

Cluster Identity also supports Instance Principals. The example OCIClusterIdentity +spec shown below uses Instance Principals.

+
---
+kind: OCIClusterIdentity
+metadata:
+  name: cluster-identity
+  namespace: default
+spec:
+  type: InstancePrincipal
+  allowedNamespaces: {}
+
+

Cluster Identity using Workload Identity

+

Cluster Identity supports Workload access to OCI resources also knows as Workload Identity. The example +OCIClusterIdentity spec shown below uses Workload Identity.

+
---
+kind: OCIClusterIdentity
+metadata:
+  name: cluster-identity
+  namespace: default
+spec:
+  type: Workload
+  allowedNamespaces: {}
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/overview.html b/gs/overview.html new file mode 100644 index 00000000..70b2f1e4 --- /dev/null +++ b/gs/overview.html @@ -0,0 +1,221 @@ + + + + + + Overview - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure

+

Before deploying the Cluster API Provider for Oracle Cloud Infrastructure (CAPOCI), you must first configure the +required Identity and Access Management (IAM) policies:

+

CAPOCI Installation Process

+

The following deployment options are available:

+ +

The following workflow diagrams provide a high-level overview of each deployment method described above:

+

Setting up a non-production management cluster

+

CAPOCI Installation Process

+

Setting up a management cluster using an initial bootstrap cluster

+

CAPOCI Installation Process

+

Setting up a management cluster using OKE

+

CAPOCI Installation Process

+

Setting up a management cluster using a 3rd party Kubernetes cluster

+

CAPOCI Installation Process

+

Complete the following steps in order to install and use CAPOCI:

+
    +
  1. Choose your management cluster. You can use kind, OKE or any other compliant Kubernetes clusters.
  2. +
  3. Prepare custom machine images
  4. +
  5. Configure users and policies for the management cluster if required
  6. +
  7. Provision a management cluster. You can use kind, OKE or any other compliant Kubernetes clusters.
  8. +
  9. Install the necessary tools: + +
  10. +
  11. Configure IAM for the workload cluster.
  12. +
  13. Install Kubernetes Cluster API for Oracle Cloud Infrastructure (CAPOCI) in the management cluster.
  14. +
  15. Create a workload cluster.
  16. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/provision-mgmt-cluster.html b/gs/provision-mgmt-cluster.html new file mode 100644 index 00000000..1b43506d --- /dev/null +++ b/gs/provision-mgmt-cluster.html @@ -0,0 +1,190 @@ + + + + + + Provision a management cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Provision a management cluster

+

Cluster API Provider for Oracle Cloud Infrastructure is installed into an existing Kubernetes cluster, called the management cluster.

+

You may use kind for experimental purposes or for creating a local bootstrap cluster which you will then use to provision a target management cluster.

+ +

For a more durable environment, we recommend using a managed Kubernetes service such as Oracle Container Engine for Kubernetes (OKE).

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/pvc-bv.html b/gs/pvc-bv.html new file mode 100644 index 00000000..18ba7a52 --- /dev/null +++ b/gs/pvc-bv.html @@ -0,0 +1,254 @@ + + + + + + Provision a PVC on the Block Volume Service - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Provision a PVC on the Block Volume Service

+

The Oracle Cloud Infrastructure Block Volume service (the Block Volume service) provides persistent, durable, and high-performance block storage for your data.

+

Create a block volume dynamically using a new PVC

+

If the cluster administrator has not created any suitable PVs that match the PVC request, you can dynamically provision a block volume using the CSI plugin specified by the oci-bv storage class's definition (provisioner: blockvolume.csi.oraclecloud.com).

+
    +
  1. +

    Define a PVC in a yaml file (csi-bvs-pvc.yaml)as below:

    +
    apiVersion: v1
    +kind: PersistentVolumeClaim
    +metadata:
    +name: mynginxclaim
    +spec:
    + storageClassName: "oci-bv"
    + accessModes:
    +   - ReadWriteOnce
    + resources:
    +   requests:
    +     storage: 50Gi
    +
    +
  2. +
  3. +

    Apply the manifest to create the PVC

    +
    kubectl create -f  csi-bvs-pvc.yaml
    +
    +
  4. +
  5. +

    Verify that the PVC has been created:

    +
    kubectl get pvc
    +
    +
  6. +
  7. +

    The output from the above command shows the current status of the PVC:

    +
    NAME               STATUS   VOLUME   CAPACITY   ACCESSMODES   STORAGECLASS   AGE
    +mynginxclaim       Pending                                    oci-bv         4m
    +
    +

    The PVC has a status of Pending because the oci-bv storage class's definition includes volumeBindingMode: WaitForFirstConsumer.

    +
  8. +
  9. +

    You can use this PVC when creating other objects, such as pods. For example, you could create a new pod from the following pod definition, which instructs the system to use the mynginxclaim PVC as the NGINX volume, which is mounted by the pod at /data.

    +
    apiVersion: v1
    +kind: Pod
    +metadata:
    + name: nginx
    +spec:
    + containers:
    +   - name: nginx
    +     image: nginx:latest
    +     ports:
    +       - name: http
    +         containerPort: 80
    +     volumeMounts:
    +       - name: data
    +         mountPath: /usr/share/nginx/html
    + volumes:
    +   - name: data
    +     persistentVolumeClaim:
    +     claimName: mynginxclaim
    +
    +
  10. +
  11. +

    After creating the new pod, verify that the PVC has been bound to a new persistent volume (PV):

    +
    kubectl get pvc
    +
    +

    The output from the above command confirms that the PVC has been bound:

    +
    NAME               STATUS    VOLUME                               CAPACITY   ACCESSMODES   STORAGECLASS   AGE
    +mynginxclaim       Bound     ocid1.volume.oc1.iad.<unique_ID>     50Gi       RWO           oci-bv         4m
    +
    +
  12. +
  13. +

    Verify that the pod is using the new PVC:

    +
    kubectl describe pod nginx
    +
    +
  14. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/gs/pvc-fss.html b/gs/pvc-fss.html new file mode 100644 index 00000000..85ea4d78 --- /dev/null +++ b/gs/pvc-fss.html @@ -0,0 +1,266 @@ + + + + + + Provision a PVC on the File Storage Service - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Provision a PVC on the File Storage Service

+

The Oracle Cloud Infrastructure File Storage service provides a durable, scalable, distributed, enterprise-grade network file system.

+

Provision PVCs on the File Storage Service (FSS)

+

Provisioning PVCs on FSS consists of 3 steps:

+
    +
  1. Create an FSS instance and a mount target
  2. +
  3. Define and create a PV backed by FSS
  4. +
  5. Define and create a PVC provisioned by the PV
  6. +
+

Configure the VCN and create an FSS

+
    +
  1. Choose your deployment scenario: +
      +
    1. Mount target and worker nodes in the same subnet
    2. +
    3. Mount target and worker nodes in different subnets
    4. +
    5. Mount target and instance use in-transit encryption
    6. +
    +
  2. +
  3. Implement security rules based on your deployment scenario
  4. +
  5. Create a FSS instance
  6. +
+

Define and create a PV backed by FSS

+
    +
  1. +

    Create a yaml file (fss-pv.yaml) to define the PV:

    +
    apiVersion: v1
    +kind: PersistentVolume
    +metadata:
    +  name: fss-pv
    +spec:
    + capacity:
    +   storage: 50Gi
    + volumeMode: Filesystem
    + accessModes:
    +   - ReadWriteMany
    + persistentVolumeReclaimPolicy: Retain
    + csi:
    +   driver: fss.csi.oraclecloud.com
    +   volumeHandle: ocid1.filesystem.oc1.iad.aaaa______j2xw:10.0.0.6:/FileSystem1
    +
    +
  2. +
  3. +

    In the yaml file, set:

    +
      +
    1. driver value to: fss.csi.oraclecloud.com
    2. +
    3. volumeHandle value to: <FileSystemOCID>:<MountTargetIP>:<path>
    4. +
    +

    The <FileSystemOCID> is the OCID of the file system defined in the File Storage service, the <MountTargetIP> is the IP address assigned to the mount target and the <path> is the mount path to the file system relative to the mount target IP address, starting with a slash.

    +
  4. +
  5. +

    Create the PV from the manifest file:

    +
    kubectl create -f fss-pv.yaml
    +
    +
  6. +
+

Define and create a PVC provisioned by the PV

+
    +
  1. +

    Create a manifest file (fss-pvc.yaml) to define the PVC:

    +
    apiVersion: v1
    +kind: PersistentVolumeClaim
    +metadata:
    +  name: fss-pvc
    +spec:
    +  accessModes:
    +    - ReadWriteMany
    +  storageClassName: ""
    +  resources:
    +    requests:
    +      storage: 50Gi
    +  volumeName: fss-pv
    +
    +
  2. +
  3. +

    In the YAML file, set:

    +
      +
    1. storageClassName to ""
    2. +
    3. volumeName to the name of the PV created earlier
    4. +
    +
  4. +
  5. +

    Create the PVC from the manifest file:

    +
    kubectl create -f fss-pvc.yaml
    +
    +
  6. +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/highlight.css b/highlight.css new file mode 100644 index 00000000..ba57b82b --- /dev/null +++ b/highlight.css @@ -0,0 +1,82 @@ +/* + * An increased contrast highlighting scheme loosely based on the + * "Base16 Atelier Dune Light" theme by Bram de Haan + * (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) + * Original Base16 color scheme by Chris Kempson + * (https://github.com/chriskempson/base16) + */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #575757; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-tag, +.hljs-name, +.hljs-regexp, +.hljs-link, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #d70025; +} + +/* Orange */ +.hljs-number, +.hljs-meta, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #b21e00; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet { + color: #008200; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #0030f2; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #9d00ec; +} + +.hljs { + display: block; + overflow-x: auto; + background: #f6f7f6; + color: #000; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #22863a; + background-color: #f0fff4; +} + +.hljs-deletion { + color: #b31d28; + background-color: #ffeef0; +} diff --git a/highlight.js b/highlight.js new file mode 100644 index 00000000..180385b7 --- /dev/null +++ b/highlight.js @@ -0,0 +1,6 @@ +/* + Highlight.js 10.1.1 (93fd0d73) + License: BSD-3-Clause + Copyright (c) 2006-2020, Ivan Sagalaev +*/ +var hljs=function(){"use strict";function e(n){Object.freeze(n);var t="function"==typeof n;return Object.getOwnPropertyNames(n).forEach((function(r){!Object.hasOwnProperty.call(n,r)||null===n[r]||"object"!=typeof n[r]&&"function"!=typeof n[r]||t&&("caller"===r||"callee"===r||"arguments"===r)||Object.isFrozen(n[r])||e(n[r])})),n}class n{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data}ignoreMatch(){this.ignore=!0}}function t(e){return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function r(e,...n){var t={};for(const n in e)t[n]=e[n];return n.forEach((function(e){for(const n in e)t[n]=e[n]})),t}function a(e){return e.nodeName.toLowerCase()}var i=Object.freeze({__proto__:null,escapeHTML:t,inherit:r,nodeStream:function(e){var n=[];return function e(t,r){for(var i=t.firstChild;i;i=i.nextSibling)3===i.nodeType?r+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:r,node:i}),r=e(i,r),a(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:r,node:i}));return r}(e,0),n},mergeStreams:function(e,n,r){var i=0,s="",o=[];function l(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset"}function u(e){s+=""}function d(e){("start"===e.event?c:u)(e.node)}for(;e.length||n.length;){var g=l();if(s+=t(r.substring(i,g[0].offset)),i=g[0].offset,g===e){o.reverse().forEach(u);do{d(g.splice(0,1)[0]),g=l()}while(g===e&&g.length&&g[0].offset===i);o.reverse().forEach(c)}else"start"===g[0].event?o.push(g[0].node):o.pop(),d(g.splice(0,1)[0])}return s+t(r.substr(i))}});const s="",o=e=>!!e.kind;class l{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=t(e)}openNode(e){if(!o(e))return;let n=e.kind;e.sublanguage||(n=`${this.classPrefix}${n}`),this.span(n)}closeNode(e){o(e)&&(this.buffer+=s)}value(){return this.buffer}span(e){this.buffer+=``}}class c{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n={kind:e,children:[]};this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(n=>this._walk(e,n)),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every(e=>"string"==typeof e)?e.children=[e.children.join("")]:e.children.forEach(e=>{c._collapse(e)}))}}class u extends c{constructor(e){super(),this.options=e}addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNode())}addText(e){""!==e&&this.add(e)}addSublanguage(e,n){const t=e.root;t.kind=n,t.sublanguage=!0,this.add(t)}toHTML(){return new l(this,this.options).value()}finalize(){return!0}}function d(e){return e?"string"==typeof e?e:e.source:null}const g="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",h={begin:"\\\\[\\s\\S]",relevance:0},f={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[h]},p={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[h]},b={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},m=function(e,n,t={}){var a=r({className:"comment",begin:e,end:n,contains:[]},t);return a.contains.push(b),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),a},v=m("//","$"),x=m("/\\*","\\*/"),E=m("#","$");var _=Object.freeze({__proto__:null,IDENT_RE:"[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE:"[a-zA-Z_]\\w*",NUMBER_RE:"\\b\\d+(\\.\\d+)?",C_NUMBER_RE:g,BINARY_NUMBER_RE:"\\b(0b[01]+)",RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const n=/^#![ ]*\//;return e.binary&&(e.begin=function(...e){return e.map(e=>d(e)).join("")}(n,/.*\b/,e.binary,/\b.*/)),r({className:"meta",begin:n,end:/$/,relevance:0,"on:begin":(e,n)=>{0!==e.index&&n.ignoreMatch()}},e)},BACKSLASH_ESCAPE:h,APOS_STRING_MODE:f,QUOTE_STRING_MODE:p,PHRASAL_WORDS_MODE:b,COMMENT:m,C_LINE_COMMENT_MODE:v,C_BLOCK_COMMENT_MODE:x,HASH_COMMENT_MODE:E,NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?",relevance:0},C_NUMBER_MODE:{className:"number",begin:g,relevance:0},BINARY_NUMBER_MODE:{className:"number",begin:"\\b(0b[01]+)",relevance:0},CSS_NUMBER_MODE:{className:"number",begin:"\\b\\d+(\\.\\d+)?(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[h,{begin:/\[/,end:/\]/,relevance:0,contains:[h]}]}]},TITLE_MODE:{className:"title",begin:"[a-zA-Z]\\w*",relevance:0},UNDERSCORE_TITLE_MODE:{className:"title",begin:"[a-zA-Z_]\\w*",relevance:0},METHOD_GUARD:{begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})}}),N="of and for in not or if then".split(" ");function w(e,n){return n?+n:function(e){return N.includes(e.toLowerCase())}(e)?0:1}const R=t,y=r,{nodeStream:k,mergeStreams:O}=i,M=Symbol("nomatch");return function(t){var a=[],i={},s={},o=[],l=!0,c=/(^(<[^>]+>|\t|)+|\n)/gm,g="Could not find the language '{}', did you forget to load/include a language module?";const h={disableAutodetect:!0,name:"Plain text",contains:[]};var f={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:u};function p(e){return f.noHighlightRe.test(e)}function b(e,n,t,r){var a={code:n,language:e};S("before:highlight",a);var i=a.result?a.result:m(a.language,a.code,t,r);return i.code=a.code,S("after:highlight",i),i}function m(e,t,a,s){var o=t;function c(e,n){var t=E.case_insensitive?n[0].toLowerCase():n[0];return Object.prototype.hasOwnProperty.call(e.keywords,t)&&e.keywords[t]}function u(){null!=y.subLanguage?function(){if(""!==A){var e=null;if("string"==typeof y.subLanguage){if(!i[y.subLanguage])return void O.addText(A);e=m(y.subLanguage,A,!0,k[y.subLanguage]),k[y.subLanguage]=e.top}else e=v(A,y.subLanguage.length?y.subLanguage:null);y.relevance>0&&(I+=e.relevance),O.addSublanguage(e.emitter,e.language)}}():function(){if(!y.keywords)return void O.addText(A);let e=0;y.keywordPatternRe.lastIndex=0;let n=y.keywordPatternRe.exec(A),t="";for(;n;){t+=A.substring(e,n.index);const r=c(y,n);if(r){const[e,a]=r;O.addText(t),t="",I+=a,O.addKeyword(n[0],e)}else t+=n[0];e=y.keywordPatternRe.lastIndex,n=y.keywordPatternRe.exec(A)}t+=A.substr(e),O.addText(t)}(),A=""}function h(e){return e.className&&O.openNode(e.className),y=Object.create(e,{parent:{value:y}})}function p(e){return 0===y.matcher.regexIndex?(A+=e[0],1):(L=!0,0)}var b={};function x(t,r){var i=r&&r[0];if(A+=t,null==i)return u(),0;if("begin"===b.type&&"end"===r.type&&b.index===r.index&&""===i){if(A+=o.slice(r.index,r.index+1),!l){const n=Error("0 width match regex");throw n.languageName=e,n.badRule=b.rule,n}return 1}if(b=r,"begin"===r.type)return function(e){var t=e[0],r=e.rule;const a=new n(r),i=[r.__beforeBegin,r["on:begin"]];for(const n of i)if(n&&(n(e,a),a.ignore))return p(t);return r&&r.endSameAsBegin&&(r.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),r.skip?A+=t:(r.excludeBegin&&(A+=t),u(),r.returnBegin||r.excludeBegin||(A=t)),h(r),r.returnBegin?0:t.length}(r);if("illegal"===r.type&&!a){const e=Error('Illegal lexeme "'+i+'" for mode "'+(y.className||"")+'"');throw e.mode=y,e}if("end"===r.type){var s=function(e){var t=e[0],r=o.substr(e.index),a=function e(t,r,a){let i=function(e,n){var t=e&&e.exec(n);return t&&0===t.index}(t.endRe,a);if(i){if(t["on:end"]){const e=new n(t);t["on:end"](r,e),e.ignore&&(i=!1)}if(i){for(;t.endsParent&&t.parent;)t=t.parent;return t}}if(t.endsWithParent)return e(t.parent,r,a)}(y,e,r);if(!a)return M;var i=y;i.skip?A+=t:(i.returnEnd||i.excludeEnd||(A+=t),u(),i.excludeEnd&&(A=t));do{y.className&&O.closeNode(),y.skip||y.subLanguage||(I+=y.relevance),y=y.parent}while(y!==a.parent);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),h(a.starts)),i.returnEnd?0:t.length}(r);if(s!==M)return s}if("illegal"===r.type&&""===i)return 1;if(B>1e5&&B>3*r.index)throw Error("potential infinite loop, way more iterations than matches");return A+=i,i.length}var E=T(e);if(!E)throw console.error(g.replace("{}",e)),Error('Unknown language: "'+e+'"');var _=function(e){function n(n,t){return RegExp(d(n),"m"+(e.case_insensitive?"i":"")+(t?"g":""))}class t{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=function(e){return RegExp(e.toString()+"|").exec("").length-1}(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map(e=>e[1]);this.matcherRe=n(function(e,n="|"){for(var t=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,r=0,a="",i=0;i0&&(a+=n),a+="(";o.length>0;){var l=t.exec(o);if(null==l){a+=o;break}a+=o.substring(0,l.index),o=o.substring(l.index+l[0].length),"\\"===l[0][0]&&l[1]?a+="\\"+(+l[1]+s):(a+=l[0],"("===l[0]&&r++)}a+=")"}return a}(e),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const n=this.matcherRe.exec(e);if(!n)return null;const t=n.findIndex((e,n)=>n>0&&void 0!==e),r=this.matchIndexes[t];return n.splice(0,t),Object.assign(n,r)}}class a{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const n=new t;return this.rules.slice(e).forEach(([e,t])=>n.addRule(e,t)),n.compile(),this.multiRegexes[e]=n,n}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){const n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;const t=n.exec(e);return t&&(this.regexIndex+=t.position+1,this.regexIndex===this.count&&(this.regexIndex=0)),t}}function i(e,n){const t=e.input[e.index-1],r=e.input[e.index+e[0].length];"."!==t&&"."!==r||n.ignoreMatch()}if(e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return function t(s,o){const l=s;if(s.compiled)return l;s.compiled=!0,s.__beforeBegin=null,s.keywords=s.keywords||s.beginKeywords;let c=null;if("object"==typeof s.keywords&&(c=s.keywords.$pattern,delete s.keywords.$pattern),s.keywords&&(s.keywords=function(e,n){var t={};return"string"==typeof e?r("keyword",e):Object.keys(e).forEach((function(n){r(n,e[n])})),t;function r(e,r){n&&(r=r.toLowerCase()),r.split(" ").forEach((function(n){var r=n.split("|");t[r[0]]=[e,w(r[0],r[1])]}))}}(s.keywords,e.case_insensitive)),s.lexemes&&c)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return l.keywordPatternRe=n(s.lexemes||c||/\w+/,!0),o&&(s.beginKeywords&&(s.begin="\\b("+s.beginKeywords.split(" ").join("|")+")(?=\\b|\\s)",s.__beforeBegin=i),s.begin||(s.begin=/\B|\b/),l.beginRe=n(s.begin),s.endSameAsBegin&&(s.end=s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(l.endRe=n(s.end)),l.terminator_end=d(s.end)||"",s.endsWithParent&&o.terminator_end&&(l.terminator_end+=(s.end?"|":"")+o.terminator_end)),s.illegal&&(l.illegalRe=n(s.illegal)),void 0===s.relevance&&(s.relevance=1),s.contains||(s.contains=[]),s.contains=[].concat(...s.contains.map((function(e){return function(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(n){return r(e,{variants:null},n)}))),e.cached_variants?e.cached_variants:function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(e)?r(e,{starts:e.starts?r(e.starts):null}):Object.isFrozen(e)?r(e):e}("self"===e?s:e)}))),s.contains.forEach((function(e){t(e,l)})),s.starts&&t(s.starts,o),l.matcher=function(e){const n=new a;return e.contains.forEach(e=>n.addRule(e.begin,{rule:e,type:"begin"})),e.terminator_end&&n.addRule(e.terminator_end,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(l),l}(e)}(E),N="",y=s||_,k={},O=new f.__emitter(f);!function(){for(var e=[],n=y;n!==E;n=n.parent)n.className&&e.unshift(n.className);e.forEach(e=>O.openNode(e))}();var A="",I=0,S=0,B=0,L=!1;try{for(y.matcher.considerAll();;){B++,L?L=!1:(y.matcher.lastIndex=S,y.matcher.considerAll());const e=y.matcher.exec(o);if(!e)break;const n=x(o.substring(S,e.index),e);S=e.index+n}return x(o.substr(S)),O.closeAllNodes(),O.finalize(),N=O.toHTML(),{relevance:I,value:N,language:e,illegal:!1,emitter:O,top:y}}catch(n){if(n.message&&n.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:n.message,context:o.slice(S-100,S+100),mode:n.mode},sofar:N,relevance:0,value:R(o),emitter:O};if(l)return{illegal:!1,relevance:0,value:R(o),emitter:O,language:e,top:y,errorRaised:n};throw n}}function v(e,n){n=n||f.languages||Object.keys(i);var t=function(e){const n={relevance:0,emitter:new f.__emitter(f),value:R(e),illegal:!1,top:h};return n.emitter.addText(e),n}(e),r=t;return n.filter(T).filter(I).forEach((function(n){var a=m(n,e,!1);a.language=n,a.relevance>r.relevance&&(r=a),a.relevance>t.relevance&&(r=t,t=a)})),r.language&&(t.second_best=r),t}function x(e){return f.tabReplace||f.useBR?e.replace(c,e=>"\n"===e?f.useBR?"
":e:f.tabReplace?e.replace(/\t/g,f.tabReplace):e):e}function E(e){let n=null;const t=function(e){var n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";const t=f.languageDetectRe.exec(n);if(t){var r=T(t[1]);return r||(console.warn(g.replace("{}",t[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?t[1]:"no-highlight"}return n.split(/\s+/).find(e=>p(e)||T(e))}(e);if(p(t))return;S("before:highlightBlock",{block:e,language:t}),f.useBR?(n=document.createElement("div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n"):n=e;const r=n.textContent,a=t?b(t,r,!0):v(r),i=k(n);if(i.length){const e=document.createElement("div");e.innerHTML=a.value,a.value=O(i,k(e),r)}a.value=x(a.value),S("after:highlightBlock",{block:e,result:a}),e.innerHTML=a.value,e.className=function(e,n,t){var r=n?s[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),e.includes(r)||a.push(r),a.join(" ").trim()}(e.className,t,a.language),e.result={language:a.language,re:a.relevance,relavance:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance,relavance:a.second_best.relevance})}const N=()=>{if(!N.called){N.called=!0;var e=document.querySelectorAll("pre code");a.forEach.call(e,E)}};function T(e){return e=(e||"").toLowerCase(),i[e]||i[s[e]]}function A(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach(e=>{s[e]=n})}function I(e){var n=T(e);return n&&!n.disableAutodetect}function S(e,n){var t=e;o.forEach((function(e){e[t]&&e[t](n)}))}Object.assign(t,{highlight:b,highlightAuto:v,fixMarkup:x,highlightBlock:E,configure:function(e){f=y(f,e)},initHighlighting:N,initHighlightingOnLoad:function(){window.addEventListener("DOMContentLoaded",N,!1)},registerLanguage:function(e,n){var r=null;try{r=n(t)}catch(n){if(console.error("Language definition for '{}' could not be registered.".replace("{}",e)),!l)throw n;console.error(n),r=h}r.name||(r.name=e),i[e]=r,r.rawDefinition=n.bind(null,t),r.aliases&&A(r.aliases,{languageName:e})},listLanguages:function(){return Object.keys(i)},getLanguage:T,registerAliases:A,requireLanguage:function(e){var n=T(e);if(n)return n;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))},autoDetection:I,inherit:y,addPlugin:function(e){o.push(e)}}),t.debugMode=function(){l=!1},t.safeMode=function(){l=!0},t.versionString="10.1.1";for(const n in _)"object"==typeof _[n]&&e(_[n]);return Object.assign(t,_),t}({})}();"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);hljs.registerLanguage("php",function(){"use strict";return function(e){var r={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},t={className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{begin:/\?>/}]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},i={keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list new object or private protected public real return string switch throw trait try unset use var void while xor yield",literal:"false null true",built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Throwable Traversable WeakReference Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass"};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:i,contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler"}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},t,{className:"keyword",begin:/\$this\b/},r,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:i,contains:["self",r,e.C_BLOCK_COMMENT_MODE,a,n]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},a,n]}}}());hljs.registerLanguage("nginx",function(){"use strict";return function(e){var n={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,keywords:{$pattern:"[a-z/_]+",literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},n]};return{name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:"[^\\s\\}]"}}}());hljs.registerLanguage("csharp",function(){"use strict";return function(e){var n={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",literal:"null false true"},i=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),a={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},t=e.inherit(s,{illegal:/\n/}),l={className:"subst",begin:"{",end:"}",keywords:n},r=e.inherit(l,{illegal:/\n/}),c={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,r]},o={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},l]},g=e.inherit(o,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},r]});l.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE],r.contains=[g,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var d={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},i]},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},d,a,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},i,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.IDENT_RE+"\\s*(\\<.+\\>)?\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[d,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}}());hljs.registerLanguage("perl",function(){"use strict";return function(e){var n={$pattern:/[\w.]+/,keyword:"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmget sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when"},t={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:n},s={begin:"->{",end:"}"},r={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},i=[e.BACKSLASH_ESCAPE,t,r],a=[r,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),s,{className:"string",contains:i,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return t.contains=a,s.contains=a,{name:"Perl",aliases:["pl","pm"],keywords:n,contains:a}}}());hljs.registerLanguage("swift",function(){"use strict";return function(e){var i={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c compactMap contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",begin:/\\\(/,end:"\\)",keywords:i,contains:[]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},r={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return t.contains=[r],{name:"Swift",keywords:i,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*",relevance:0},r,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:i,contains:["self",r,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:i,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)\\b"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n]}]}}}());hljs.registerLanguage("makefile",function(){"use strict";return function(e){var i={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[a,i,t,s,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"",contains:[a,s,i,t]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},n,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:")",end:">",keywords:{name:"style"},contains:[c],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:")",end:">",keywords:{name:"script"},contains:[c],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},c]}]}}}());hljs.registerLanguage("bash",function(){"use strict";return function(e){const s={};Object.assign(s,{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{/,end:/\}/,contains:[{begin:/:-/,contains:[s]}]}]});const t={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,t]};t.contains.push(n);const a={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,s]},i=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10}),c={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b-?[a-z\._]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[i,e.SHEBANG(),c,a,e.HASH_COMMENT_MODE,n,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},s]}}}());hljs.registerLanguage("c-like",function(){"use strict";return function(e){function t(e){return"(?:"+e+")?"}var n="(decltype\\(auto\\)|"+t("[a-zA-Z_]\\w*::")+"[a-zA-Z_]\\w*"+t("<.*?>")+")",r={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},i={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(a,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},o={className:"title",begin:t("[a-zA-Z_]\\w*::")+e.IDENT_RE,relevance:0},c=t("[a-zA-Z_]\\w*::")+e.IDENT_RE+"\\s*\\(",l={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},d=[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,a],_={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:l,contains:d.concat([{begin:/\(/,end:/\)/,keywords:l,contains:d.concat(["self"]),relevance:0}]),relevance:0},u={className:"function",begin:"("+n+"[\\*&\\s]+)+"+c,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:l,illegal:/[^\w\s\*&:<>]/,contains:[{begin:"decltype\\(auto\\)",keywords:l,relevance:0},{begin:c,returnBegin:!0,contains:[o],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r,{begin:/\(/,end:/\)/,keywords:l,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i,r]}]},r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s]};return{aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:l,disableAutodetect:!0,illegal:"",keywords:l,contains:["self",r]},{begin:e.IDENT_RE+"::",keywords:l},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin://,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:s,strings:a,keywords:l}}}}());hljs.registerLanguage("coffeescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((e=>n=>!e.includes(n))(["var","const","let","function","static"])).join(" "),literal:n.concat(["yes","no","on","off"]).join(" "),built_in:a.concat(["npm","print"]).join(" ")},i="[A-Za-z$_][0-9A-Za-z$_]*",s={className:"subst",begin:/#\{/,end:/}/,keywords:t},o=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[r.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[r.BACKSLASH_ESCAPE,s]},{begin:/"/,end:/"/,contains:[r.BACKSLASH_ESCAPE,s]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[s,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+i},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];s.contains=o;var c=r.inherit(r.TITLE_MODE,{begin:i}),l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(o)}]};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:o.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+i+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[c,l]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[c]},c]},{begin:i+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}}());hljs.registerLanguage("ruby",function(){"use strict";return function(e){var n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},s={className:"doctag",begin:"@[A-Za-z]+"},i={begin:"#<",end:">"},r=[e.COMMENT("#","$",{contains:[s]}),e.COMMENT("^\\=begin","^\\=end",{contains:[s],relevance:10}),e.COMMENT("^__END__","\\n$")],c={className:"subst",begin:"#\\{",end:"}",keywords:a},t={className:"string",contains:[e.BACKSLASH_ESCAPE,c],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,c]})]}]},b={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},d=[t,i,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(r)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:n}),b].concat(r)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[t,{begin:n}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[i,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(r),relevance:0}].concat(r);c.contains=d,b.contains=d;var g=[{begin:/^\s*=>/,starts:{end:"$",contains:d}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:d}}];return{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:r.concat(g).concat(d)}}}());hljs.registerLanguage("yaml",function(){"use strict";return function(e){var n="true false yes no null",a="[\\w#;/?:@&=+$,.~*\\'()[\\]]+",s={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]},i=e.inherit(s,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={end:",",endsWithParent:!0,excludeEnd:!0,contains:[],keywords:n,relevance:0},t={begin:"{",end:"}",contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",end:"\\]",contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type",begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},{className:"number",begin:e.C_NUMBER_RE+"\\b"},t,g,s],c=[...b];return c.pop(),c.push(i),l.contains=c,{name:"YAML",case_insensitive:!0,aliases:["yml","YAML"],contains:b}}}());hljs.registerLanguage("d",function(){"use strict";return function(e){var a={$pattern:e.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},d="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",t={className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},_={className:"number",begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",relevance:0},r={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},i={className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},i,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},_,t,r,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}}());hljs.registerLanguage("properties",function(){"use strict";return function(e){var n="[ \\t\\f]*",t="("+n+"[:=]"+n+"|[ \\t\\f]+)",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",s={end:t,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{name:".properties",case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+"+t,returnBegin:!0,contains:[{className:"attr",begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",endsParent:!0,relevance:0}],starts:s},{begin:a+t,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:a,endsParent:!0,relevance:0}],starts:s},{className:"attr",relevance:0,begin:a+n+"$"}]}}}());hljs.registerLanguage("http",function(){"use strict";return function(e){var n="HTTP/[0-9\\.]+";return{name:"HTTP",aliases:["https"],illegal:"\\S",contains:[{begin:"^"+n,end:"$",contains:[{className:"number",begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) "+n+"$",returnBegin:!0,end:"$",contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{begin:n},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}}());hljs.registerLanguage("haskell",function(){"use strict";return function(e){var n={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},i={className:"meta",begin:"{-#",end:"#-}"},a={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",end:"\\)",illegal:'"',contains:[i,a,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),n]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[l,n],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[l,n],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,l,n]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[i,s,l,{begin:"{",end:"}",contains:l.contains},n]},{beginKeywords:"default",end:"$",contains:[s,l,n]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,n]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,n]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},i,a,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}]}}}());hljs.registerLanguage("handlebars",function(){"use strict";function e(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(n){const a={"builtin-name":"action bindattr collection component concat debugger each each-in get hash if in input link-to loc log lookup mut outlet partial query-params render template textarea unbound unless view with yield"},t=/\[.*?\]/,s=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,i=e("(",/'.*?'/,"|",/".*?"/,"|",t,"|",s,"|",/\.|\//,")+"),r=e("(",t,"|",s,")(?==)"),l={begin:i,lexemes:/[\w.\/]+/},c=n.inherit(l,{keywords:{literal:"true false undefined null"}}),o={begin:/\(/,end:/\)/},m={className:"attr",begin:r,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,c,o]}}},d={contains:[n.NUMBER_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},m,c,o],returnEnd:!0},g=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/\)/})});o.contains=[g];const u=n.inherit(l,{keywords:a,className:"name",starts:n.inherit(d,{end:/}}/})}),b=n.inherit(l,{keywords:a,className:"name"}),h=n.inherit(l,{className:"name",keywords:a,starts:n.inherit(d,{end:/}}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},n.COMMENT(/\{\{!--/,/--\}\}/),n.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[u],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[b]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[u]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[b]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[h]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[h]}]}}}());hljs.registerLanguage("rust",function(){"use strict";return function(e){var n="([ui](8|16|32|64|128|size)|f(32|64))?",t="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",literal:"true false Some None Ok Err",built_in:t},illegal:""}]}}}());hljs.registerLanguage("cpp",function(){"use strict";return function(e){var t=e.getLanguage("c-like").rawDefinition();return t.disableAutodetect=!1,t.name="C++",t.aliases=["cc","c++","h++","hpp","hh","hxx","cxx"],t}}());hljs.registerLanguage("ini",function(){"use strict";function e(e){return e?"string"==typeof e?e:e.source:null}function n(...n){return n.map(n=>e(n)).join("")}return function(a){var s={className:"number",relevance:0,variants:[{begin:/([\+\-]+)?[\d]+_[\d_]+/},{begin:a.NUMBER_RE}]},i=a.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];var t={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={className:"string",contains:[a.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,s,"self"],relevance:0},g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map(n=>e(n)).join("|")+")";return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr",starts:{end:/$/,contains:[i,c,r,t,l,s]}}]}}}());hljs.registerLanguage("objectivec",function(){"use strict";return function(e){var n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n,keyword:"@interface @class @protocol @implementation"};return{name:"Objective-C",aliases:["mm","objc","obj-c"],keywords:{$pattern:n,keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+_.keyword.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:_,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}}());hljs.registerLanguage("apache",function(){"use strict";return function(e){var n={className:"number",begin:"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?"};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"",contains:[n,{className:"number",begin:":\\d{1,5}"},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",{className:"number",begin:"[\\$%]\\d+"}]},n,{className:"number",begin:"\\d+"},e.QUOTE_STRING_MODE]}}],illegal:/\S/}}}());hljs.registerLanguage("java",function(){"use strict";function e(e){return e?"string"==typeof e?e:e.source:null}function n(e){return a("(",e,")?")}function a(...n){return n.map(n=>e(n)).join("")}function s(...n){return"("+n.map(n=>e(n)).join("|")+")"}return function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",i={className:"meta",begin:"@[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},r=e=>a("[",e,"]+([",e,"_]*[",e,"]+)?"),c={className:"number",variants:[{begin:`\\b(0[bB]${r("01")})[lL]?`},{begin:`\\b(0${r("0-7")})[dDfFlL]?`},{begin:a(/\b0[xX]/,s(a(r("a-fA-F0-9"),/\./,r("a-fA-F0-9")),a(r("a-fA-F0-9"),/\.?/),a(/\./,r("a-fA-F0-9"))),/([pP][+-]?(\d+))?/,/[fFdDlL]?/)},{begin:a(/\b/,s(a(/\d*\./,r("\\d")),r("\\d")),/[eE][+-]?[\d]+[dDfF]?/)},{begin:a(/\b/,r(/\d/),n(/\.?/),n(r(/\d/)),/[dDfFlL]?/)}],relevance:0};return{name:"Java",aliases:["jsp"],keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[i,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},c,i]}}}());hljs.registerLanguage("x86asm",function(){"use strict";return function(s){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+s.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[s.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},s.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}}());hljs.registerLanguage("kotlin",function(){"use strict";return function(e){var n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},i={className:"subst",begin:"\\${",end:"}",contains:[e.C_NUMBER_MODE]},s={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[s,i]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,s,i]}]};i.contains.push(t);var r={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(t,{className:"meta-string"})]}]},c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),o={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},d=o;return d.variants[1].contains=[o],o.variants[1].contains=[d],{name:"Kotlin",aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,c,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a,r,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[o,e.C_LINE_COMMENT_MODE,c],relevance:0},e.C_LINE_COMMENT_MODE,c,r,l,t,e.C_NUMBER_MODE]},c]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},r,l]},t,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},{className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0}]}}}());hljs.registerLanguage("armasm",function(){"use strict";return function(s){const e={variants:[s.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),s.COMMENT("[;@]","$",{relevance:0}),s.C_LINE_COMMENT_MODE,s.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+s.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},e,s.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}}());hljs.registerLanguage("go",function(){"use strict";return function(e){var n={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{name:"Go",aliases:["golang"],keywords:n,illegal:">>|\.\.\.) /},i={className:"subst",begin:/\{/,end:/\}/,keywords:n,illegal:/#/},s={begin:/\{\{/,relevance:0},r={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,s,i]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,i]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},l={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},t={className:"params",variants:[{begin:/\(\s*\)/,skip:!0,className:null},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:["self",a,l,r,e.HASH_COMMENT_MODE]}]};return i.contains=[r,l,a],{name:"Python",aliases:["py","gyp","ipython"],keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,l,{beginKeywords:"if",relevance:0},r,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,t,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}}());hljs.registerLanguage("shell",function(){"use strict";return function(s){return{name:"Shell Session",aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}}());hljs.registerLanguage("scala",function(){"use strict";return function(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},s={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},t={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},t]},l={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[t]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},s,l,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}}());hljs.registerLanguage("julia",function(){"use strict";return function(e){var r="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",t={$pattern:r,keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi γ π φ ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},a={keywords:t,illegal:/<\//},n={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},o={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},l={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],begin:"`",end:"`"},s={className:"meta",begin:"@"+r};return a.name="Julia",a.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},i,l,s,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],n.contains=a.contains,a}}());hljs.registerLanguage("php-template",function(){"use strict";return function(n){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}}());hljs.registerLanguage("scss",function(){"use strict";return function(e){var t={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},i={className:"number",begin:"#[0-9A-Fa-f]+"};return e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{className:"selector-pseudo",begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{className:"selector-pseudo",begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{className:"attribute",begin:"\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[t,i,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",returnBegin:!0,keywords:"and or not only",contains:[{begin:"@[a-z-]+",className:"keyword"},t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,i,e.CSS_NUMBER_MODE]}]}}}());hljs.registerLanguage("r",function(){"use strict";return function(e){var n="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{name:"R",contains:[e.HASH_COMMENT_MODE,{begin:n,keywords:{$pattern:n,keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}}());hljs.registerLanguage("sql",function(){"use strict";return function(e){var t=e.COMMENT("--","$");return{name:"SQL",case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",end:/;/,endsWithParent:!0,keywords:{$pattern:/[\w\.]+/,keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:"`",end:"`"},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}}());hljs.registerLanguage("c",function(){"use strict";return function(e){var n=e.getLanguage("c-like").rawDefinition();return n.name="C",n.aliases=["c","h"],n}}());hljs.registerLanguage("json",function(){"use strict";return function(n){var e={literal:"true false null"},i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],t=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],a={end:",",endsWithParent:!0,excludeEnd:!0,contains:t,keywords:e},l={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(a,{begin:/:/})].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(a)],illegal:"\\S"};return t.push(l,s),i.forEach((function(n){t.push(n)})),{name:"JSON",contains:t,keywords:e,illegal:"\\S"}}}());hljs.registerLanguage("python-repl",function(){"use strict";return function(n){return{aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}}());hljs.registerLanguage("markdown",function(){"use strict";return function(n){const e={begin:"<",end:">",subLanguage:"xml",relevance:0},a={begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},i={className:"strong",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},s={className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]};i.contains.push(s),s.contains.push(i);var c=[e,a];return i.contains=i.contains.concat(c),s.contains=s.contains.concat(c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:c=c.concat(i,s)},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:c}]}]},e,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},i,s,{className:"quote",begin:"^>\\s+",contains:c,end:"$"},{className:"code",variants:[{begin:"(`{3,})(.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})(.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},a,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}}());hljs.registerLanguage("javascript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function s(e){return r("(?=",e,")")}function r(...e){return e.map(e=>(function(e){return e?"string"==typeof e?e:e.source:null})(e)).join("")}return function(t){var i="[A-Za-z$_][0-9A-Za-z$_]*",c={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},o={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.join(" "),literal:n.join(" "),built_in:a.join(" ")},l={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:t.C_NUMBER_RE+"n?"}],relevance:0},E={className:"subst",begin:"\\$\\{",end:"\\}",keywords:o,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"xml"}},g={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"css"}},u={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,E]};E.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,l,t.REGEXP_MODE];var b=E.contains.concat([{begin:/\(/,end:/\)/,contains:["self"].concat(E.contains,[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE])},t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]),_={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:b};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:o,contains:[t.SHEBANG({binary:"node",relevance:5}),{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,d,g,u,t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:i+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),t.C_BLOCK_COMMENT_MODE,l,{begin:r(/[{,\n]\s*/,s(r(/(((\/\/.*)|(\/\*(.|\n)*\*\/))\s*)*/,i+"\\s*:"))),relevance:0,contains:[{className:"attr",begin:i+s("\\s*:"),relevance:0}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+t.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:o,contains:b}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:"<>",end:""},{begin:c.begin,end:c.end}],subLanguage:"xml",contains:[{begin:c.begin,end:c.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:i}),_],illegal:/\[|%/},{begin:/\$[(.]/},t.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:"(get|set)\\s+(?="+i+"\\()",end:/{/,keywords:"get set",contains:[t.inherit(t.TITLE_MODE,{begin:i}),{begin:/\(\)/},_]}],illegal:/#(?!!)/}}}());hljs.registerLanguage("typescript",function(){"use strict";const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);return function(r){var t={$pattern:"[A-Za-z$_][0-9A-Za-z$_]*",keyword:e.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]).join(" "),literal:n.join(" "),built_in:a.concat(["any","void","number","boolean","string","object","never","enum"]).join(" ")},s={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},i={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:r.C_NUMBER_RE+"n?"}],relevance:0},o={className:"subst",begin:"\\$\\{",end:"\\}",keywords:t,contains:[]},c={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"xml"}},l={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,o],subLanguage:"css"}},E={className:"string",begin:"`",end:"`",contains:[r.BACKSLASH_ESCAPE,o]};o.contains=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,i,r.REGEXP_MODE];var d={begin:"\\(",end:/\)/,keywords:t,contains:["self",r.QUOTE_STRING_MODE,r.APOS_STRING_MODE,r.NUMBER_MODE]},u={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,s,d]};return{name:"TypeScript",aliases:["ts"],keywords:t,contains:[r.SHEBANG(),{className:"meta",begin:/^\s*['"]use strict['"]/},r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,l,E,r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,i,{begin:"("+r.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[r.C_LINE_COMMENT_MODE,r.C_BLOCK_COMMENT_MODE,r.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+r.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:r.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:d.contains}]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",r.inherit(r.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),u],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/[\{;]/,excludeEnd:!0,contains:["self",u]},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+r.IDENT_RE,relevance:0},s,d]}}}());hljs.registerLanguage("plaintext",function(){"use strict";return function(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}}());hljs.registerLanguage("less",function(){"use strict";return function(e){var n="([\\w-]+|@{[\\w-]+})",a=[],s=[],t=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},r=function(e,n,a){return{className:e,begin:n,relevance:a}},i={begin:"\\(",end:"\\)",contains:s,relevance:0};s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t("'"),t('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},r("number","#[0-9A-Fa-f]+\\b"),i,r("variable","@@?[\\w-]+",10),r("variable","@{[\\w-]+}"),r("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var c=s.concat({begin:"{",end:"}",contains:a}),l={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(s)},o={begin:n+"\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:n,end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}}]},g={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},d={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:c}},b={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:n,end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,l,r("keyword","all\\b"),r("variable","@{[\\w-]+}"),r("selector-tag",n+"%?",0),r("selector-id","#"+n),r("selector-class","\\."+n,0),r("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:c},{begin:"!important"}]};return a.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,g,d,o,b),{name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:a}}}());hljs.registerLanguage("lua",function(){"use strict";return function(e){var t={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},a=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[t],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:a.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:a}].concat(a)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[t],relevance:5}])}}}()); diff --git a/images/3rdparty.svg b/images/3rdparty.svg new file mode 100644 index 00000000..bc11698f --- /dev/null +++ b/images/3rdparty.svg @@ -0,0 +1,4 @@ + + + +Create a Kubernetescluster as a management cluster Configure OCI authenticationInstall CAPOCICreate a workloadCluster
using your preferred provider's recommended method
using your preferred pro...
to enable the Kubernetes cluster to create resources
to enable the Kubernetes c...
The Kubernetes cluster is now operational as a management cluster
The Kubernetes cluster is...
using custom images
built with the image
builder tool
using custom images...
1
1
2
2
3
3
4
4
Text is not SVG - cannot display
\ No newline at end of file diff --git a/images/bootstrap.svg b/images/bootstrap.svg new file mode 100644 index 00000000..cc542ac6 --- /dev/null +++ b/images/bootstrap.svg @@ -0,0 +1,4 @@ + + + +Create a bootstrap clusterConfigure OCI authenticationInstall CAPOCICreate a management clusterConfigure OCI authenticationInstall CAPOCI
using kind, K3S or Rancher Desktop
using kind, K3S or Ranch...
to enable bootstrap cluster to create resources
to enable bootstrap cluste...
in bootstrap cluster
in bootstrap cluster
initially as a workload cluster using CAPOCI in bootstrap cluster
initially as a workload cl...
in management cluster to enable it to create resources
in management cluster to e...
in management cluster. The management cluster is now operational.
in management cluster. The...
1
1
2
2
3
3
5
5
4
4
Create a workload cluster
using custom images
built with the image
builder tool
using custom images...
6
6
7
7
Text is not SVG - cannot display
\ No newline at end of file diff --git a/images/clusterapi.drawio b/images/clusterapi.drawio new file mode 100644 index 00000000..6441efbb --- /dev/null +++ b/images/clusterapi.drawio @@ -0,0 +1 @@ +7R1rc5u49td47u6HeBAvw8fUSXszvd1mmt2724/YKIYWIxbkxN5fvxIIkJCMcQy2W9szdc1B6HHe5+iIjIzpcv0h9ZLgE/JhNNI1fz0y7ka6DgxHI/9RyKaAOLZVABZp6LNGNeAp/AcyIHtusQp9mAkNMUIRDhMROEdxDOdYgHlpil7FZs8oEkdNvAWUAE9zL5Khf4Y+DhgU2G59478wXARsaEefFDeWXtmYrSQLPB+9ciDjfmRMU4Rw8Wu5nsKIIq/ES4YfV3GSfNG+Ttfmn/cvj39EzzdFZ+/3eaRaQgpj3HPXJlsb3pQIgz7BH7tEKQ7QAsVedF9D36VoFfuQdquRq7rN/xBKCBAQ4DeI8YYxg7fCiIACvIzYXbKMdPMXez6/+EovxlZ5ebfmb95t2NUzijHrFNB+OuKF4S9Dq3QOW9oZjD29dAHb+nOKdhRRHI8xrH+AaAnJpEmDFEYeDl9ERvQYPy+qdjXNyA9Gtj1IyGb94kUrNtJItyNMMU6GtBc4R1QBoQgUqG3/vULljZssR+0taQDsZF3fLHuZBghlkNzeEEzmEhIT4VnCvM95tMowTMuRyFKKwcQJELA8q0Qa4DWA6c6BtNcwx86MtvRin3wHRD7zp+q7SYpewixEMcUjzpdXTSXZOpO2RquoCYnCEvLx4bc77tn6htz088f7ji2NEpStqsmkPvcwByerfPRSTNnv42oG0xhion0JkKLBF+jTNuQTJJxVoN1vfYQAZXzsQGND4WC4xqJ+yHCKvsMpilBKIDGKqdZ5JvRsgLLEm4fxggCs+ur3XAnd6FRhvAYhhk8ETod6JQaO6qsXmD5HuSIPQt+HsaTR9lMrpDuyglZFwO7azJAwS2q6THRfObtUmtuAM0mVLe1ddwDrR1b/cB3iv8o+yW+uF3JVd0IvNm+i7U6T4XQ0GcDo22bkj96mqbfhGiQojHHG9fxIARwHmiILWq4j+gz7tSc/ihnUHFgtpRNTRvezBKNkZi2/ad9ubv7/eR1kFa5OxZQ1H37l73VgSp1jypoRv/J8eCKmVCK6d548SBc5R/Nj3q3CiHoLc+JIoCX58Xn6QL4/efMgjKkz8bAkdi87yJVRWb5yXI8fO6Rj5YENdWmmt4/5ZIqHZ+mbHJSr+VWaX8N0RWVmON3sL9AHs7+Tk6q66uJt9jcjGgbf0hidQOaRl2XhvAS/p953OYJfNmKMQyDs/gDazz2ZST6IFdzjhXEofg4XqzzAerj9tEX39Kb1wJj2nUIP1wOmsCBjlmeDKGpiwjU5ktgs6jhNVoJtAdgULQkn4SJW7BTq/JF1joo+ENFLOrZ9RFE4DwUr0jF68sOXEqTnuOPoRYQ5IEsL54Qji5CWfhHY7nCc6/ZqTQ63JsDURXNi2l3Duclg5kQ/nhIpBZo6M68o/R4hzz8sDcQx6M7etVVGeaXKECUpfIZpSpMVGobLhGhsON6uQa7i0Lc4TAwxUnQt69TOlf7DxpHn61yVmaid3pV7Vs6VftptjgP97FPRsDQnZ0LEct5HsG4PTXe0b6dYHqCrJycbMwWkBFie4HzX5rO0kdQB/4VmQBLqT3rRr9xkZx0GqiA7xsgXp1rWr9s7v5rjA7xTABr2uDSzO+2x24M9Vud15c2Gg1WslH19o8rtydpWyd/RMXYk1EldxS72cbK/6i0Ep7HrBbQGfxUTZU81WKyP3QQ5sQIkPiT9hEkGt4gxx29elhRFKs/hmvKtxIC86hjphqvfaZa2Vc+Qh7nG7/PPgFqh4aNbQNYJuqUIWK2BNIIuW3T9YmlT+qglcaxTEwfIxPEulTq6IyZ7gDYms6s/AJyYWHLmR59dKrFsBwjEMtwGsU5MK7liS5GpuAxSuY4tkkqxJ3dc4lgScRQ1MpdBHKA5jSDCOLVNsiXq2JdKnYnWII5tnpg4E4k4Em0WxQ7aQRipasW9Wdmt1oopEgtbu7XMRBEMW8ZgwbBssKXszecv6mxMb0kNLwoXMbmcE0JAAn9HcR3OveiW3ViGvh9tkyQxeG/KjkzkdqbpzvdjvUFNhadsT8YK1u+Dmq21BApq9rjN9onPn013bLRtzbSA3YqxmYBWsI7vZUHVXZNtMM3eFL2wGSiOMPTEDjeuQu0pZXmwjSbZKA2Vlw5pOlcsHO8nH13CUGtpRbNuJKlqHFgJSfea9keuLH/XUwQoz+sys8N9CU2jFM5U+HWarlKhUvquNylSeQ8DSVEuRgOdquhXHgkrxSqR8ZozmUqVEbSJQRdUTP0/tFVSzbc4l8evlhvpuidzFKnTte5iN5wjeky5ywVPPFsksnEfp8jeKk9Zy7xq8SoslrAlfBWdo4uOMVF4fVtEB9hDic72IwvXGG6/GA7YclJ2uBhOvQpVBfY5pC8MIPK+XFhX+W8Covo4Ndi2czxssPsOIUxkgHDpTxvruls4ROaE09HaHMI70LfGto3z02+pHe5nNnWBVrcpXcuJe2L1tRiRlq6yMQaWy30mkhJUVjMRG1Lu3PYuGscOWD8aT+cmGnRGKo/4KiSnEBKg6+Ouh1AmYGw5AwnG8U7ysojyixfPgzw6u4PZd2qRz0tO3jC/q6gMa090azxxuZoQvaM9scb6UOHk9hOglxVN7k1bV6StC8aapQPyzzaANXHlwFLpQY+tieOaE8N2TL3aMO4/Z7D9EMOVyvtQGbjmWAeAI9pZ0dlQ1KVwJ44YIc7iVTr2aHvxilAXX6p+rii+6NmXK+fruvjDTjAdWOPOyHv8E0yt8z6DQ/77FRO8Ne1+Pfvfuqvd39n/GZctux793+pM9lV5Jxat6ubYFT52N2eylxcBqBVN+3tl+rc+4lnn2t78lNbHkq3Pmb1hpnXeP//52RZtuNfx2XM5OKtYz/Xc7CCqnQQE4sakbY41ecPtyCdnDTmjps9lDX8Zde9AaxxjnGhjTTuf4z2GnMdRvH3iQmhlNKJ2s3R5TkWdMk3QqxEkqFMYwd8Q5gvs9jd8D7VFm6/StAjViK8APfqSbLJ+DcURxXajcomZiLyeysvtB+2iehF2UR442/DGswgOyVPUxBg/pk3Y4VUWymFAZi8Fv0xDOjKrV/v0gt0w97cb5LL+wwPFUfn6zzcY9/8C7VdNb+MgEP01PraKjWM7x8RpWqnawypardQbAWyjYrAIaZL99Qs2/iqJdrtKs1JUX+x5AwMzb4bBHkjLw6OEVfFNYMK8YIIPHlh6QeCDZKJfBjk2SBJNGyCXFNtBPbCmv4gF7bx8RzHZjgYqIZii1RhEgnOC1AiDUor9eFgm2HjVCubEAdYIMhf9SbEqLOpHs17xRGhe2KWTIG4UJWwHW0+2BcRiP4DAgwdSKYRqvspDSpgJXheX1ct8SZ5f7gKE/e9BnvHF811jbPWRKZ0LknB1WdNT69sbZDsbMOusOrYRzKXYVX+5BbvVNyIVOZziF25as30Ide4RURIlj3qcnRXajR3H4r6nMG4zsxiyZzFosybvDPeR0R82OB8IFIidQKWSQEU09mNLpBdEsKw8sOCbrXk5USxUqRdc+lqnE6kyaHnITc3dU56J+ouie0k3G8HXtKzMxAUXChV6zlKHy0pBK2WUsVQwIesFQAhiNAuNeSXFK2k1XHBjCDKacy0izZ/eLVgYiqguk7lVlBTjeslMcDUwm9WPxW15+2ErW//8zuM/ZkiXce9TxE2FAdnB5ATZ4aeRnZwn+7Gphi+2L812q525pX5l9mcO+3OMNbCr61y3r7rZdYfiF+0XoL27ZwxpB9ekPXRbYVf0qSi1z6o0Xl+d83gWTZL4ljg/39Qj/6qU++cprwSjiOqbq3PUR0zva7ExLT9XdbxkfyBMBPfM1eb9IPQ/MyhESTBFt5RBVjs9dWqcahafdi8M3WZxfX5X9XOL/MYuv6eawj/Qq8X+163WDX6AwcNv7Zpbc5s4FMc/jR/TQRLG9qNDkqbTdLbT7E43+5KRQcaaCOQKETv99CuBhLkldhJfM+XBgCQkOP/fObq5h/x4+Vng+ewbDwnrQSdc9tBFD0KAho466ZSnImXo9YuESNDQFFol3NLfxCSa56KMhiStFZScM0nn9cSAJwkJZC0NC8EX9WJTzuqtznFEWgm3AWbt1J80lDOTCrzRKuOa0Ghmmh7CQZERY1vYfEk6wyFfVJLQZQ/5gnNZXMVLnzBtPGuXwXxwcz9E18P7xWDxX4SSu2h4VlR29ZpHyk8QJJFvrnp5fxM5d3c/f5B/6O0v+fe/X69/m0ecR8wyYy/zrfLJGpAk4VjroO4SnqjE85mMmboD6jKVgj+UhkVlis8ZF/nzyM8PlcPwhLBzHDxEgmdJaIuYSqc8kYYe4Kn7vAzR7+6Y3EqdV/mh0je0jLFgyjMRkBfMYQHFIiLyhXLGSiSssWfs/pnwmEjxpAoIwrCkj3UUsSE6KsutVFMXRrhXiAg2EJEx5XDazosZleR2jnM7LJTP1wXF6bzwwildauufl9TnMlDGGrq19C6ODkUxo1GibgKlFREteODWZH4kQpLli8KYXOi5xSMmuI2MPywqkcIYc1aJETZt60rCP0puScn+EB5WSrReSv11VPVUNzowfucplZRrs8Y0DHWZc1tgbOxdZlQj8AzPdX3xMtId+CeaTHl+RYNPARVBxrDwMWM8k1qXvBsH/S65gTNAo0sbqCvvU8rc0r2hcllDDoz5UFAHCLpNFEMqFKhFUwkXWq0uPNVHhZSs2jPJuwIKOTWeABy2eIKu1wbKc3YElHtyQF3BEQLvAqqs4f1Aqah5bR9uw7WvsAT77bC0X4z6J4fR+NIFCB5tXNpTAEKD9thkv+R4J0cORK7bvzgSco4jALkDcGCMRi2MfEGwJLqtnp5Ye7ndlU1inKjJeawtAp2AZamWqIlc1ZZVwQoYgrqVV5NK0Na6HKPWOarOT7sBAO4OBQROYyDidMxRrFhVAa2o259uthcNfJ5MaZQJUlHvL/+Lbj2TM2UR5fO5P6xRr+zvP4p6cFhXr4zq69RDo12p114t+JKkEudP+uPvuWwvq1R2yB9FpaaPIW9TlXYVJO20dIMoueDigXEc9nzYG28aJsue8aNI2HQ013UPHSa7Rtoek8YoNXm8Xxm3GWdpbq6xKgDgfLnKVFeROVdrCUppVgUR8EAfoGrSW1ubqspNg8oMRZuHeA91xrFe4komaX7iydlc8DArBlrQyVKaROr8QJOwB5Vmzld0q371+zv2XSfC1vcDJ8FMO4pzQdIHyedrvnL15LMFGy5X96Jub6l75WV+dA1LsQisF8GOYbR+/bULglVXPMQSXWsk43mbuWjf3ZWLdk1pqlAfAnTJVRZJ8ITpYN89BnbyQoHtEQQpdjbSU2a4nAoeOcatId1ow56mv7OeZnCEGNPkWXpPl9GTjLMuOPhodnhYQEEXoHa8ECgqeaw/IVaspp2DhUlGmcwtqAyoou+M2PLPFg9NnObslIE/1aDctzFxHfMe2hHzdnX0heG//a+MJRM8P9afbMS528U5qGA1eS1qb99trhKB2kQYP66TGpIpzvL3en5zsr7VvMsp5QY7gJ1E7SqKwq4t5VdOKDsJ2QJk8PCQue+HrLH8uA/I3H5jNNmxQbhfyrr2mY+EMvQhKGssnx4glHXtJe4Xsi2sje0KMvdDQNZY4D1EKOvaatwSZep29b/bPK/y72V0+T8=7ZzvU6M4GMf/Gl/WAQK0fVmr7rq6d3vr7tzeq5sUUsiYEi4EW/evvwAB+ZEqKpS2086oNAkQnu8nT/I8ZDwD89XmE4Oh/5W6iJwZmrs5A5dnhmFY5lT8SUqespKJbWUFHsNuVqQ/F9zj30gWarI0xi6KKg05pYTjsFro0CBADq+UQcboutpsSUn1riH0UKPg3oGkWfo3drkvS3V7+lzxGWHPl7eeGOOsYgXzxvJJIh+6dF0qAldnYM4o5dnRajNHJDFebpfRchw+0bvr2x/IJ9707nZs66PsYtdvOaV4BIYC/u5Lr6/Ibbhg3y+/OiG6mfjXlz9u8ks/QhJLe8ln5U+5AVHgzhIdxLeABqLwwucrIr7p4jDijD4UhgVFyZwSytLzwTz9iBoCF4hcQOfBYzQO3LyJvOiSBlzSo9vie9oGJX3XZG3pmrqtW3pyt5aWkY8Z0Zg56AVzyKfnkHmIv9AOZO2QW2FP2v0ToivE2ZNowBCBHD9WUYSSaK9o96yaOJDCvUFEo4WIhIgBl9h57WOO7kOY2mEtxnxVUBiF2Shc4k1i/YuC+lQGTEhNt4be2UehKCTYC8QXR2iFWAMeozOZHxHjaPOiMLJ2ZIzt7Bzp3Uw51tclVyGt6ZecRF7WuZTgJGVXUtoTa1gtzde1TB4Pi7nqLnGN32iEOaaJXVfYdZM2F3mDmTR4UVH2wT4Mk+utNl4yhZ/jYEnTI+ycO5g5MYFsDgmhMU+ESSdy3VLprWtjML3KXXWpP4XODeHrMudXSImRD6pXCTLMOosuZoLU7FYBZYlaKj57Q8fKFysSnXHTCxim3UTH1npCxzo4dK6NKdA/hE5xhY+jIxzk5/zkHWJU90C6YjbZLUf2wXE0uzJ1YJxcUBE/DcbO+ODYMYBpWpd7ws6e+CAwOEeTg+NIN2azC2tPOBrQBwHFCnq37EwPjh3LtvTxviyh98QHmdbQHOVgl0CaMwQ5Sm4mfhaUciGliKCTzJ6dqiAs5JA4SjSqM1c2ZlmxjAanaubnRJbeFPs6/TRAKufE1AToZp8KmmbVE1iKtEguVllAszcBm4nKOQ2W2IsZqmr25/wm6UDMfWEUMe7TMfGKgEXocTQCFkMpD0UUywC1glZfCjazlDdBxGF65nz2LdXtZZmK2OBoZKqPM0NrKRPobaA1M5AVT7mCAfTQKjHEe1xlsUQ/GgnrI82YDu4rm4nHDn1lsTg+GgXrgxDYg/vKZv7vrb6yWIcejUz1gWaq3tXs1leq0ms24dIqFX3s/2KaV4yi1F4z0UAH4ea5Uhx58m8HV4kjHHii9gEH7pkhHlG7Bffit1DT0L7DwPETf61douiB0zC/p7BEdttqVxrFNfyqRKnJqRJ6lX5UARFkTk6UoQjgks6++vKrjCVoMt7/66i6V2m/AusNV1VGrwvQOBVVKIALgmqxVLEq0NI2Tr6SYCh7FR/tIV5FfuANhA3zwrO+xp8MTpgq19cFYTjYBtbe4fNm7zQIO43Ao22E399kqsr1dcMO5lgsnZ6yXmdhzJqyB0KhW/FR+YSZr7C0A8LuYL0WUCQHleSN+yIv39+nIC8KYfBBr1UJmGvzYTFnYt5qisy6c4Lt3W7ONFrCZvUV2hnNRGbPsJ2Lwx8+2o4iTpxiQNdJaBAilmYBIDk/cddhrDptyZ3dAXcPo4vRv5/Wv+4o/aLZP4HmuHej7T4un13znds5WPr2uHTRClNThalewmrx1iDz/Vsf24aDZVJdtIRxNjK37jTYSmh1Q2SviZEWu9eUqHUwnypR2+7hdouacRSo1d5N5URZfRI1rQWWikxbX0Qh5vkg/Iv+sp/+Wf3+46evffm+N84LHAVRtddog/go1fa2nSK1L07KOgqkai+FBkEKTMxhkXr9bcBukDKPAqnam+KdIFWb91R7J3dK1GkL7qFunbR2ueVNyU4zFV/Zx1FKgJ52cSg2vIHm0O9tD4BSv+3p8NZ5Iv2lt8KOUJqukl6soPdCllFOR+z9d+ym34sYE54KIvQwNJ5mtNK+H0TXXZn1peSUV+twmLbNq3WRz1XHEfsSm9pHseqrbVsaYtWn2q2+29B0X2LT8VEgNUQg0WY52BFT4uvzvyBJ60r/yAVc/Q8=7Zpdd6I4GMc/jZftIYCol5bSac/snHZO98xeR4iYaSBuCNXOp98kJMhb1XZUpm69UHgSkvD8f3ny5sDxk/UXBpeLbzRCZGBb0XrgXA9sGzhjS/xIy0thGXvDwhAzHOlMG8Mj/oW0UT8X5zhCWS0jp5RwvKwbQ5qmKOQ1G2SMrurZ5pTUa13CGLUMjyEkbes/OOILbQXeZJNwi3C80FWP7VGRkECTWb9JtoARXVVMTjBwfEYpL66StY+IdJ7xSzD+dTcHVz9XQYCTeWx/fbAuLorCbt7ySPkKDKX83UXHP77//DEKvl8/j30wvb99sr4B/Yj1DEmu/aXflb8YB6I0mkodxF1KU2G8WvCEiDsgLjPO6FPpWKe0+JRQpp53fPURKQTOELmC4VPMaJ5GJosudE5TrukBnrhXeZBsu6VTK2UCDwyBrG1Pz2gPZjRnIdriDgMoZDHiW/JpL6Goxp72+xdEE8TZi8jAEIEcP9dRhJrouMy3UU1caOHeICLYQ0RCRIeTfl4tMEePS6j8sBJ9vi4ozJZFL5zjtfT+VUm9kgET0tCtpXfx6VAUEhyn4iYUWiHWgsc+mMzPiHG03iqMTnWHbvGIDm4mKKwqkUI7c1GJEcZ2cCXtTyUPpKQ76VlKZ7eU8u2wGKn+koHxgWaYYyrdmuAoknmuTIap9neZUI3AC7iU5SXrWA7glzidU3WFw8sQszAnkPmQEJpzqYsaxsGwS25gjZxJYAJ1pT2lzC3dmyqbEhQw+kVBHSDbbaIYYSZALapKKZNqdeF5LHLK8V2TAzyrRY7tem10TL6Do+N+OHRu7IkDfgudsoTfR0fEx1vz8OkwagYg2+kbo+GHw2gauMCx//cRyLH6Rsf7cOjYjusOr/8QdP6MCOT2jtGkhZHPEORI1pWKr/uvwcD2lO+FX0KSZ1IZ1RDxNZDdokxNYCpW6on0mW2ZrL49mFotNKs+rwpbQBPW1disM0GbiRv1afFWXbJ2gwLcY8aLSWPGYreFLmcxJxEatPcRfJrOcZwzVJfx3r+TDcj5QjhFhAfVdXYIWM4NzkVAd1QX0O7oqZ0CusNjCdjeQ7hLMw7Vk/70Qcm2XaVy8D4XlZrdrLzfpZJztG7W3h/YBFTZMMqeCIVRV1DdLl45fJ6LeM0uVu5j7+xiRxOvaz7uEa6dUpPH+zenJuEiU+6aigzAWa43ieIq1r8HKCXPcBrLMVkFaBG9M0okV1QOyH8jxuCcssTUJTxQVFdvQsvcoK4OUjcwdTAD9emavkEWGpDsbdPNHdtkVSCdNt1H37hqRZm9x4Kjgdo1+z8EYpyKJJTCmQJLTf6szaRPpYYmnDFUbNZnZ4JWL3uizWnGqHe0RkdCC8vlRNcS4bIkDctFRSoWbiKmLRFTM09IqquNziXGJ36HimyO2/syZfwqftlSrUh34we2DZ6hYIYmshmJIKkau4ry66PljL2/xsO0e5ZjwpUiQhARghfItP1DND3SAwclrzb3s5u+dZRwzSJzVzcdHmsxancdaNdHCfM3E0MFeB2z2V6MuV2MgQpWs7fOdd9/ULvvlLRKaoTmMC+61avnevVT2qMunfc4Uztp5Dcb2L0jZZ8FUo0duVMg5bmNyWzH+dppkeo64e8DKecskGpsH/YRpbrO3U6L1O4totMg5Z4FUo1NzT6iVNcZ3IGQEreb/56qtMo/eJ3gPw==7Zpdc5s4FIZ/jWev2gGEcXzpUKfttDvtbNrZ2b2TQQZNBGKFsJ399SsJCfMV22mxabxhJhOQDkKc99GRdPAE+MnuPYNZ/DsNEZk4VribgHcTx7HBjSX+yZLHsuTGm5YFEcOhNtoX3ON/kS7U90UFDlHeMOSUEo6zZmFA0xQFvFEGGaPbptmakuZTMxihTsF9AEm39E8c8liX2t58X/EB4SjWj75xZmVFAo2xfpM8hiHd1orAcgJ8Rikvz5Kdj4h0nvHLYvMt/hTTL/fB/d02+vyd/fH3X2/Kxu6ec0v1CgylfNimnbLpDSSF9pd+V/5oHIjScCF1EFcpTUXhbcwTIq5scZpzRh8qx4KqxKeEMnU/8NUhaghcIXILg4eI0SINjYludE1TrumxPXGtbJDsu6Vra23anj215dNO9Iz2YE4LFqADdkADClmEDrXnlnYobLCn/f4e0QRx9igMGCKQ400TRaiJjiq7vWriRAv3DBHBCSISIgac9PM2xhzdZ1D5YSvGfFNQmGflKFzjnfT+bUW9kgET0tKto3d59CgKCY5ScREIrRDrwOMMJvMGMY52B4XRte5UK6mDmwkK21qk0M6MazHClA2upPuq5EBKuvORpZwel1K+HRYz1WcZGL/SHHNMpVsTHIbS5tYYLLS/q4p6BI5hJttLdpGcwN/idE3VGQ7eBpgFBYHMh4TQgktd1DRuT/vktq0ZmC9NoK71p5K5o3tbZdOCAka/qN0EyHHbKIaYCVDLR6WUSbX68DwXOdX8rsmxPatDjuN6XXSM3eDoeC8OnTtnDuyfQqdq4efREfHxg7n5chi1A5ADxsZo9uIwWixdGzj/+wgErLHRuXlx6DjAdafvfhF0fo0I5I6O0byDkc8Q5Eg+S/x9KlaIpYijfOJ4SgHhnYAUudRHdae0q9UmMBX79UR6zrGMqe9MFlYH0Lrn6/KW6ARNTfa7TbtLxp06OtTVN679uNjuOaPGvLVucbpyV2uZi8htUj51vWm6xlHBUFPGL/5H2YGCx8IpIkioAXREwGqFcC0CurOmgE7PeO0V0J2eS0C7I+DHNOdQ3ekvvirZDqtUTeHXolJ7mFXXx1QCZxtm3aRdI6xuKXsgFIa18eaboHpYvGoSvRbx2kOsymYfHWJnE68vWecRrp3SkMf7p6Cm4k2u3LUQBjbIdvtKcRbp/wO0UuQ4jaS/aCGn4IyhNWJMiC7P6QaHiP2Wq8RmQBMxDYeqSrgmpqHpgfBL2YlmxzrFLRabePVj1MR1qY6+pR1kgcHLObQUPZJCq2MKusyfPanViT2nzhDnm+L7MpRDgMepqEIpXBEZxsS6oLU+tPbrQmUamIjHUJnVz6+Es1GSp+2VyGx0zvrSp0Nw9u0QWVhepmJv51g0Q0wtSyGpb0V69x+v4A0V4IA7Onh9yddS3zyD6Ung2Ydm1kAwQxPZjUSQVI9aZfvNSXPFfvyJw/R7VWDClSJCEBOZVd9fRNdDPWVQ8mR3X4fpc+cH1+xAjw3T6dl2qn3J7eb8YH6JYqiwn8ZsdRJjbh9jdg2r1XOXvD/+LffUlWmd1BCtYVEOqyc//TU/5J51X33CZ7fLRv6+pPcYSDlXgVQrXXcJpDy3tYzt+QR3WaS6CfBxkAJXgVQrtzhGlOr7NHdRpEx/RkfKvQqkRpj42lGq7zPdQEiJy/3PU1Vd7Ue+YPkf7X1ZW9vYsvav6cudR5MZLg0yRBwkxyBDzM15QKaFB+Kc2ESWfv1X71tLgydId5N097e9++QIydLSUlWtmlfVb+7p8/L82/3Xp3A2fJz+5ljD5W+u/5vjOJZrywFXcr1iO+6BXkm/jYbmWn3helQ8mouWufoyGj7OV25czGbTxejr6sVk9uXLY7JYuXb/7dssW73t99l09a1f79PHjQvXyf108+rtaLh4MlcPWl79w8fHUfpUvto+ONZfnu/Lu82nzJ/uh7Osccnt/OaefpvNFvrX8/L0cQrwlYDR5852/FrN7Nvjl8WPPPD8P0dZ+PL4v9NOePjp6nL+/fD2f//T0lG+309fzBebyS7yEgTfZi9fho8YxPrNPcmeRovH66/3CX7NBOty7WnxPJUzW/6cL77NJhWocOX30XR6OpvOvnE098zunHU61Z2NXyz+T36ZyeijBSjmEKcV3HCSTu/nc/P3JgAMTL4/fls8LhuXDEDOH2fPj4tvudxifj0yuDHk6bgGeVkD107L3PTUxLNjlVRmKCytBq9xIH8YNPwBlBxsQcnBVN578iB/pPjj07fR9/vFo9x1/fLw5XFR3iDvq+6pHvpWXrmdfZs8ypkVzbCmNn6vRz0N/Kvf3Lb8ZVsfrA8H3gcBwVlFyO9CG84abQwff79/4YyAvpEswfZ0lH6RXx5mi8XsWX64Nxemj78vtlGQ5+O/JsnY70Mm9sEqnRyWoGjQScvZQiYHlveTqORwg0ravvsz8fNl9kUeOxnez584IJ54mn0bFbMvi/upecM66hazr+sr+B3Q4Vir6LBtbxMfnrd92f4sfBy8AfzZt8XTLJ19uZ9ezgAVAnD8uFjkRurdvyxm6wi5/7ZoQ4rJhQScb5SUl89G0/K2x+Vo8Rlv+dAyZ4PGL/7STIAneXkyFDFnplrPrFNfPXn8MixfbVAvV8xbX8XjfPbyLXl8m8FhCq9i+9vj9H4x+r4qibchzjz6aTaSqVRUcuCsUYl7tIZ8gWP6uDCP1fiXz77PG7d9xQ3z3S/ydr2opicdsqau6iv/PMEdbWEA7yq8/0UM4Pjob1//x1vQYf+XouNoi3j8xego7YfXtKiX+X++Ps0ev4yW/7G3a1Br2BNwLLahaA0lW7BUai6JAFlUsE3EPI+GQ7LdbTSxSjXvgLBjZ5VhHR9s4OtoC7rcn4attzSXXy08K3m5VXj+edFnG3tLJc8rN5Y2x/sJyb+m3Wyysrc1iF+Fwg07wHUOTjutrRz0V6Du+B+FOnubib9uT748TAW0f8ycPBVB822G93+a3n+B2dj+FMj/73wZflUF6YcNTOvDEezL458pL9/Bvjw66BzJpN/fvjx2nA+tFZbsbtFoxMbcIkIPfhpT/qdZND+NKR/9O5myffgPQ9AbJqewi7zxEE4Hzd/qx3hWPveL2PuPEsG7W69/jQY2zcD34e7Xj9++jxLw6svZ/VAOwh3vvyTwH/4Btu7i85y36PRX8/Um9246lHcz/Hfg8a51/E/j8M6mE3EDUwKsr/hz9MxISQXky/uHx+mn2Xy0GM1WgL3d5OTj7flXjdEA2Pflye+jJSjhxLzBH94v7oWI9NQ5m39Pf3NOlkINzumnj5Fzl594D7fLl6SwRvcfr6zEn32/dIfuMG+5Yd76njwn38NxOwtPj4vhczIKPj4tHs5bRffL0/z+tvXt0/XFbPjxKuuOjr7LU+7ll6S4fD7O7/KjZTeetC5dvS8YnTh3ny+K+9vjl0/XwfJy3BkF59OJPB8OPk+nyfRoKfd48luWfEzlPZPjYHySPZ4G6fB5Oh1aF98ffWsUnrazwO8Vl+N+GvmB3BdZj7fLqYwzfXg+Gz2c9xeD57PxvTPMH9yblzv/68vd5yRde+4Q73q4zQ4SWRsDp38cfDnJ7z5H0+TL3VR+c+9vr6x7eV/khy/RdZDen998vXOeLJmfFY5EMTu5GEXeIJ4f3RXec+A+PXWzSfPvi08fT56G52mauFctmdVx8Hz39eE8Owisu/OrifwbzwUCveNgYhXhtZdf+j2Bys34Mg5euqdZdhn3X8LcynHsXlvW5fhpdhknL+FtuAhPPefSD16i3CrkObnfsi/Hk3l06nkDXBuH8/DUcjCW3CPHwXNQdLJuPhh347n8PTm8GIWtrhNmuCe8zuTdwUKeX1764SKS+TycyrtxbeS5MmYmf2NMOfbMcTAPz2UuuSdzaMt9uD/B0RkUbXPdvN8fLKLnUN7Rl2ezHHOVb7Bl7nP5dif2Ow7m3L0ejMO4rXNrzFXfz+/2LuO2YMSSsQYLjoFvvMV3hAKvzMwhk2++K+SI8znOZU7z8vlwhO9N9HnM8Tazed+plw+KjsBDxsd1fY9cx/FubL513hxX5roM/QZMOe9FobDHPOT5Z849B5zkaJmjwOVkTvhjvuPhWGDhXfp4fybvCc1R6GASFlGO50PvcpzOw6Inc8ssuV/mD7gG80ieiz7PRpd/jgZzGcu99M/kG4X25J0yfg58RXxHX2Hst0GLSgvXBheE+Z3AAt8l83JkPjG/Qa73FjquHnfA6o13CuxG5vwadK6/G5owtJjguCRubzNzf4Lnl4TXqdcy8Mx5noPOb8ZCi4qna+C/v6jeu5sO9Xmutw7es8T6jBrrs6vr0zK0nxu68vS+DPfJGg/NGH2da1x+G+bEdQf4ytx6SgPyrqifuVw/42jM7wTMMIdTwLdtaBbHnXPXdXpt1ozCkudJEazAlvMh7AZzwsgnni3QZuSAVnvgFYYv9Op1mVvlunL5jkm4FLoA3eLbl13OtSPf0MF4y6BT0l17F38CH3GUv+haFfpzOE85r9Y0vzsz81XYh06Gb1vy3RgHf8ek35y841rui0mXVq/AuNmS98j6DmPwuGwpa85J9LfqncLLdtNHwXlwncia1qPg6UHghjEGhE86J7+POW4BHis00CLdnZPeX5S/TBrvw/uFNnhf2+AowO+kke55Kr9HY4UF5QdlAOlOng+Bu3G6C8aFwbNj6LGl77ScBj0a+Ak9ks9PAFtLv4v8fut3Dwp+S2bGq78pHlQ8OyrHK68rfnfTA9do28yzbdZeBzC1Hsp1mQttYk55yRuA6w7gqPQqcBOce+QfHCewlZdkhh5PQkOj2eMo+P5pNBg/nncOT+Ps+x+W907oRn6/iPxa3oP2wTuUHgB7y6wxq1xjC/LTmPy0XmN+tcbm1Rp7JhzX+Iiu692yqeK1i03+ntX83a/5O3FzCjoaCv8RGBOfhr/rOnJXeIy/ylOUx2T2Bn9XuBs8ZcrDd6yvB4x5Cj4IPamjepLQjvJz0D10n87cyI15LTfq9w4Ko19BrvIbOmY9cR3J2NNxzb+zmn/7Nf+u5ZWVr/DM3XwB+MkpF3PSq845vgnDYkCeLu8sDB8raXZJXilHWUeATS0vKll4E0fkV9ThKrp6HJ1EIfSYUVZ0VVbmRn+zFG449l7XCakjpQviPL4qolOez3HeK0Kb4xUJYFTItwi8whblU+O9nAdkovAjo5tmhpcU5MWnTRoKwbNV5oGmVW7resgNTEaUBXK+m/+Sfn1+o9IxnoFswtg+x16oPsD3q046MmtK9LtrvyM08HQgskn5Q2Ho9A2YUBYZHHf5e0+ub59nv0jBH6HTCa8xfxt4Kc/vFIbf5+T3jfckRoZEwKF/VZi15+EYnYUW5xyHRmb09e/PszSO8V1JKTeVHn1DC6KfRR9DS88h53fQhhvqu3C/3NcvdEwj16vxS/oT3g+Zbz/gHdD5RddXGkgxjtonpAHAFLATGrgZLEPaCqXOzHsyo7cRvkYHwbrcqVMS5+QPqdGRQEdWRUdCw4p70KesHZUrHU/pup47v2XcB1zysNQ51vH8UWwm0hK+w7KSogHXszCPCLNA6bEx1uNoO32oXiRreTpYGt2lpTIV/K0/N7oL19nl+GxO3nVtbJRT1XMa+qFT6ofEO2ifNpDOt5YjtV7XKwAH4Usx1/KyS5nYUd0Fsja+ONgO9znozMB1IrpwtoZ38rNCeTzmRxtuSbvjtNLfXPJuvvNqDl2ZdllJN6UsV1wu6vVNeimMbeXyyHeczQ2duTv1Cku+hTgRmJM30EPB76feKvBv8lTavcpDFqWcVL1I5/8AOaR8bEkcXBt7c1TyM8syuKjnGyuOHvwSl6/Y7EoDS44FOY41MirlNOUsZKQfkg5lvqclfVMuLpXGT8DjhHernvs2TwCvadD8Wchnu/x+0SG5/u8OgtFR7R25+HR6/KXUntb+hj9J7lzPutidyfp6NqzJDXgH36Jtr+WxHm7msXrepmvRc36WZ3HTLW08wkgk3RJZ+mekVqyg9T3wcriGl2N7Ay8HvzLRwnU38LKSFbx3//4k92/Of6OTYvhxOr+LrdHdbetp8LycXt5ePA2cxZfk+dh+eO4dPDzfuIHfhvvXCkfyDw4vfIP/tUjOz8Z4Nvl4MU2cm3z43Jffhl/vPl7NjJv3FbevMfNSmUGGUYbnN97w9HicuOGoMhevW8XQPzm8e57OH/zZmC43+dd1rdJsfEnc3vLRMaaiqCThcy8fxIvj8j2XrnFwl4zzPGmy15Wz03iZDT5fzYLzaD74HBUCXXl/u3LxiUhxazeziLIYbliaQBQ/3Zgiaqluq457MxZRArckVZuOqszVPZl5TtTieDgTM0bvFbGkKjiu04xpVffqtR2q5aAQ1dGhuetzbouVZ2MzHt5tpfyWFdO8NzkSjFr3pyfjh/OzAhQtsM2ESkBlIronLyHMqH5oQa2EWCcsIEKLPtynVAujlXngewOK50jdSy5VD6iQotKU8+gVjTHglq3Gh0kUFgrHHd8tqkc5B6g8+lyg7+inMKNEzJ7U8+/U7zSuFnUn+e3V+VuYfy+r3E2yYspxI/+ixJcf0QySOY/MP5q6uPeH5m6pSQT3c9uY1focXSjlnD+uuKWPLp0/SsOdynWi8MiW1/yWoV/DrLMGv6FTfuMKTsaJrXgvYXFW067Qm8KUON6C9+EtYbzD/OwVTXoSdY5qWlbNWVXIyUsUQ/0CbGD2V2p6pu6MjqrnXJuylvqK71p9tup7fKrDS3XJd1qv4opmfal2t72Vd5jn7/3Q4bua7jy9p54br01vzfzX1L03sAeDVIwROA961r0fCKW03eEIhnbauoaTML67pcHtXxkDvA1HDI9yvzzfWQ5hQMVRIMZZFp0Nch4/rgU+zqOvyXM0v7te4QaQMWPKETgKOK+oJbxdlOMgTcZyXbiX/P0WV1lWXAVOH79HozeapPy+4TiVsaczmZfXvRnwmjpCQpn3YK7Hu3L+5tv4Tbfmtz8GVZiXVqTuW+f+VKG5cxbjlVnMGF6UN3M25ynCiLLm4X6YOD/AXzcgEcbEYkCIfBlwLvc+53JrfgNml2LKt2Cy8DhJCQWhBL6/gsb4L0BjyRk8pwtC4PPOmeQrM5H75flW6A706JQQCf44RIoGbeyYh0IJzpmQ46vjZwIsmvemssqvZpyLPVCofdke5Bs4yyfRPo6DL8L7hZ7vhM5lXK61SwZYd1LHcnMewco8fgwz/0Zjr2WvJpIctY42jT3nFxp7rrc3KvZGxd6o2BsVe6Nib1TsjYq9UbE3KvZGxd6o+DcbFbZlbwkh/VKrYnPf2t6q2FsVe6tib1XsrYq9VbG3KvZWxd6q2FsVe6vi32RV2NsKNf1Sq2IzMW1vVeytir1Vsbcq9lbF3qrYWxV7q2JvVeytir1V8detih0FS9+jlM5awd2jg7/bqtis/rq3KvZWxd6q2FsVe6tib1XsrYq9VbG3KvZWxd6q+FmxCqq1J/fJJOWG7t+aZUF/gsHx92dHeZv9DfYWx97i2Fsce4tjb3HsLY69xbG3OPYWx97i2Fsc/+DsKHcjO+rwb97JfbjZqeEXtHlqNgZxVlqD2B8sy3mzPUijY4lBTrNdSfXEp8dvIwETaoS93jDmb+jwtL2x5NHBWx0sta3JX+5gaVtea/ubfmoLS+8Huk/v7dZ3sluFF2cYPxq3i3CcLCM/FVnVpq1ZV4C+eRncXojuYo8Gt9G3O/fi+/C2Nek+t6bDHOO00YtCtK/kD/akEO3Qb7fk/U7oh3lUdKyu37Pkntnd7fTL/UeRn2Oxq8dGthRLta+vT6zHzyfolWHdfX6yLp2oSPKGLXxxCYnzcfF8f7ucd0eR9giYDA5/v27awWeVHTwoEiuKQ6uyg4vsu/n6H+mQsWovUAofzx9vh98fRhu2X/bgTF+GH0UqjgPUi1Wbb9xPQ9GVu7AZUF+66KRhnLKeK2yncNRGbcuMtZHFBgjzNuqueugD0IVNelqfy++t7nXb1rED1C1tBb7o+AVqtmLMHTXq9dyV5yzW1xwn8lwbc5lDukbjQSpz8EpNRuYg2nKSa61Z0TIgiVkTH5QQpNRoii3nqAU+Tvi9tDE3zvGuHu/vxmK38J2vzhn1bTEvaAR24AOusKkmMp9BPe6ph9+gfeRab71NzUzsK/mO1Amo/YfsUyHvTVkjFTW19f3lvdB4nOa5/C62VBv1Q1m3eu0ceCkEf6/NP0dvEmp8em+Bmrqo22vgDJxTg5TvFE1Kfj/F9ep+9M/woi3nhhaq+8tzMx5pJ5CVZ6wgg3NYNYlT0c6O2s88LwhPt6az6lxoYmIFWqMVdXDl96QwMEadVdh1eX0/5pAs63NdExv1hFf17rc8LOMevCXz8PMA1XCzyEEV3x6r/4uVzcqzXVbr7Xhacb+v3QviqYNK4PfoPAMrgPYdddOsyw4rcl/M+9bH0PF9jj9jNXN/R6Vere7slF4bWuTPWfP5uXrEUn3HObtA2F2tRN+6pwdsInozVs/NXH/TuT2od0w7sMRPc/3eDioiW+HNwApvtWp1JDYFqpuvzbt870K/7RXsOyuwcPie8U0g73EeOFZnzneik8kqnByuQnAE/4IdV8KRXnvwG9/cATwGc+WMF4SnWHALVPkV+8UxFho8KFaFP85l8hrMDc4URivzFLvjWik5hx1GG2eUZYC1wnvg4jgcnzk6B3Zo0arTTkbvTEjPRbJ80G4u7GQSFZu41Hszvbfksrz2FrxD4LoYjtvCVS9oLcMeu4zPHKFzrCrn2k/k2sW8MTedS1zOhe/TOVS4sUrcbLt3Xt6ruGKF7TyGh08lw+vwXvlW4DxQnD9nKzBagZ/foMHzN+ZffWe6RMcnsWnRjcTQhMJrHR/NOe2oAG46Nazg7ZX5ll1yhreyhhxZY8t7eu2GM8HLAv8gwWWM3FRud1fwfrv6jas0uva9jfe+Onf9/gXpZWQRJvcYS3gCrrFzhPPuOBAOP5D3nDmgSeOlxN8z/SeayPiqps0dnktD7+9Ht9X3pqBhp/txgM4Vre4t/CntxnwD8HqFT9yAz7Y5vL5W/9D8CA/QkD1Y3ozRtaWvsmvdj9jwYryiaS5XNU1I0xDjQ+PMjRTO63P4WJKi1uRKjQCV0INCNYJJ43ncl245h08nxf3kodX5DhlSyWdofH6YwgeqFd9Tq9bGBtQ863uFJv2kPhctDt0U4BUP6CMKbK3w33bNvKxqjDjBsdLoyucg66lRm3N0W4ryHRobO0UE8KqjQw/eYc5LWPRejCbniSYGf3JDQ05EjvXYqUH4ZoruB9DYqVGO2g3Nu+1BYw/9SmM3chCyapKC54bUrNfP5Zm4l+7gCdBMXVT9NxYEtMmW+r4nBnaI/ITGGtExRTYaWCcrf7OzhMAeegu7okBWGk0zqt9BjROaaBcwPa3PIW+70MBHK+c7YN7UUAGbkl6pZab8blo3Cg90kBNbtDpvwGB31Gf9zBWbvvDgbfhxp6C73Sn4+3T09aPxLwxH3x4T45z4Aq/Y+zgND92DVU+NVzpN/rZUhLfadv9Fl+Bqs+APx603HIJbnX0/2Nd4J4Le7B9c9oZ+23lov7fz8C9hr7WZSLL3wf0cH1yAbkOFyIW8K3IrilMr8pNc5M8f9sGFY5FvRe8P+eD0mdCTZzyRrTb8b1ERuP86H9y2mNNpGXNiDGtZZ5r04WFip01E4cX2tNR27KCzUV4e0UmGugC7E8nz0F3jEF2iWuhsg0h1pHrkMnxWfY82tz+lvRcVfXYEi3Z0R4LNIDiH7uddUy+/0m5p0HEYiS8zX0xGBjsEopON6EsxO95Z4QSeFXrJHO2OCI+c6BeFdpUS2azR8yJUmz+HDd6z2aHKR6cw2AXJrg57mIMTaafU1qXKVXYuitj9VqP2kX+lcy07JkIWn9JbiY5/2lXIvxjTB3Nq7vGTxj0d7fjJ7kleUUb6o1izCZgBMU40Q6AId2UTqM8DsEOGicBUu9q11a+B7J2RvO8WukSo3SfVK7YsvX6K557CK2YHpELf3bN1Pr2qS2c05ve4+nvHIX6YkdDTrp3o/ESv5K4Ob8C9dofS7pnw1sJ3wawfdHCCzuio3RDq+8c3AaLaIfxOxtt7OX4qaU2zTUo6pJ5MPxa6kMHGcXWMgPTLLqhj4WmI+0KfY/bFjm5poh2jozK7u42g57Fbkl137l1ZXz8UHa9ywKBte8ACIKK5Lj3NqxJLXq5Dy7bZ85a99ALtL+nTn+soxBPj6VLsdNmLcaC9wmJCJddekJoL01XKc3f33kPOSkfzqYiZPjET+qSqTC2UJ1pwoekD1u2not16RaT9tJbsWcbf+wulcmJRKRiemdxDzz1o3Ll669q2co4bxSaoFR49ejJ61nDceY3ybaVyrI5UuRP7W/Y9xa5ck28hXPAdxWDBudLvLdwi1tgAeqOhpyAsX65kvW7utRr3gvLZn5Q9aZF/R+/lNShWKIoW/tQxXMxhb9RdffjUSobncll7LgUWscICcArpuYjgVSScwXUeyC3Yc80zq1VzAOlhlNWNnmWIRYhFpz3F28te0SPuu4wTwDuaAM6w9EXaAqedV/qUab9W7X+GvtCIKagXR3ALPLYwj0hzBPNIc9As07sP/eaUU6IvLumZ/X4NXSrumKsCWiGdt8t7lmHjHsOVsp29kYtyHPYLtDWnimtpqVy81+oVHeRvtUxOGeMvIXotquXLtYh8GPN3Znr9ah86kTKad5UQxszbAdy1Z52ZY2dhctuyMo8THj+VZq/1RW+XfcVVSsRGSpg1pX0w5R5KAbOu+Fxf+/D52k86KlLtoT3uaz9pzQ8teYA3aPSdNb182d891P6rua6dzg7P2sKPFL8u+63qWocHwNG1QElcsE+66UFH2lTpXFB6I8/JZ69Wj1oDvpdS5Clkr+ZrOb9VOr8H3ysuZvAcRueZ9poE3uLpugep4cXbRcfZCp/Z8ECPCMsWeY1/5VDKn5MfGBpMZe7gJ1wzWJe63n1oS32vV4Sam1ckPJocTmYIMd9xhxY0KODp6rBnrkpUaDmQhhg3MdpYUmpjAnusN6FH8qJwofyO2phNrx7m/ZF9sQGzzPQytLubHlbh5cpvVjys/YyRCuas7pDeyqcGyrtu4fHsFfSs0qMd6FqPI65xw/uFP3T0HTkjISqj4kTzitkjGd6bC6Vh0x8yJK32zJxJU2Yd7IhwOKbXKNcDey0X2l+yYzS1gV6bhDm/VbVBq/RQac/wvmomnYof/OHe0dszv5jBxQhb17/T71QND/JlSS8av519dT3TF9PkmfZVrhKWE73P117opqeq8LVAc7zZNzZVDazB03b3V+1ob29oxKpDOOxfDUuA+sKNH5ZaZc41nZkervB8ge4K6idF5HdVRhTKD1Jdn7iPOsPEo+ZenPmI6yqfMZonvGtVBA/x0mRn7+he0WdEQngC7reUN6cawaLWGFjK49CvlH2kmWctsq/kb5SHqlm2qSd1z1PqIsPxyczwcktzcJX2ur7mvofXVqVlR/4TZLInaw0RsvwN+ak9o7WHamnVsMc7LQrkNkzoiXQQtw+156/NnsLwQo5Iqy6eobwnvbSpC3Ju7CsLXLGvdKEylDSTaz5421K5Qb3ONj2VnVesnpb2am6bcSu5Dk+kpXsTbtinXmmS3m/wf/aEjsjrO5bqQNyD4Giv7dDkO09Ud9Le3kWXekHPfM9AdV/qGj2zR6Gv+ugr/aIjf9LQFyaO6V2PMZT/ncNCSi0jk9hTXHXQnuoCogMyU3XS0GVL3RmRbLVmM4M7W69NZ4YWTN/bCXXxyOf6cHQtIPKAb31FB4TM1HsLRp38vvLnW8Bb1gjfxYgm8tZz6s1638Lcp2Owb3qYq07YtEIDWy3MQPV18t92fs9IQa9FfVJz3mWt7lp38NT0jVyizoBo61L1SM2RMbLR28yIvZgO3F5Krw/5TOkVQvRgAG/LevSm9tAITrqnKzt/MGfvD+UgA6MO4xJqVZBKEQvj6B8HtIGFa9hGC4MloZL12lgSRvKvWRLzFUvCb1gSO6R9UjStiqYFcuFrLFlWxHigWistCfjxO8ZG7TF+g3PRgKqsbbOjwab1oqs0g2QVTXChMR1oKgHir8h9KJhnQAke6GoY3xhtQDnFDq4A6muFpP4JYsuqOTJeeKXx/ZJqzzmOo5rWXSAUUflgOD+uOtEaYrVAuqolgLpaSYEYkUqXiBZVYCgMKw2WFH1E9D+tWkuvrK4RfQzMNqPPKSbXaZl5muevVvM+KBF6rlD9Uq0FZOxAMkFTwM4p7Krp57Xtr+eb+eg/Ep/sWMrtIQH6duCX51hx7WXAWBvoC/GejhMwrsgMJWjhiD8CnrlmIXVagUroVuP3pVmx5fOF+kM4/u74ZOkjQ958HKbQAgg7sSTDYpKGKhnnJq8+5Q4GcJgiZS6kZrwNGr/3NQvPPP93x6WasajH+/k77Yo9dA8/WPZqNOpoy77Yo81g1OHPCkaV0ZWVcMYB9wE/yB+pfrpe+H3GHOg60HHwfy+z8of/zBmbassNtvt1Wf9YjhKg3fSXx0U5mkxXB1x9iVxuvHg9uX46HX2dM2PdhFiS6exluKNX9c7m2EIPrcO24x/9KD3I24aMhL1Tn+uD49X0cXeTCmxnS5/r9XT29yODzZZ0Nb6s8/vFY3afb6Djn9GEHFRU7riw3wE5R9bmMj3YRNDP6kPef+klw+5X+38H3cAd/2/6+D+jy//8vftMqhONKL8VUP7B2PHmyttYpa5zkDzydcvR4nP5Mvm7MRE5q+eBk3IafyE2ffyDsemDX7Svxdsop9D6YDX+tyYdduxy2Rj34OiPjavw2Bj3vba3tDarwm3Iok/fRt+FG8ld1y8Pq9JkQ149fCuvnAqL+DbDBD5N779sPl3fWY9/GvhXRp5ZH/ifvMN5K3fjh+RQSfPrFf/qGhzr7LDKFCgZ5/Tx98W2FeP5+O8niKx1Gjx0NmsIusdbeOKB5f0koXWwmYrRFj7yExFUqofNfZFPs2+jQujrvtw8tz2Zo8LHq6zpx/FxbK+tXdvbREglkJoIqTSL90fIpjLZ9jfTY/47EHK8pXT/r8aHswUf9n8pPo62MKxfjY+DDXxsSqZ9NaJ9NaJ9NaJ9NaJ9NaJ9NaJ9NaJ9NaJ9NaJ9NaJ9NaJ1o+If0FXBtjYdxUetLfGcX7m56OBwb2LsTYy9ibE3MfYmxt7E2JsYexNjb2LsTYy9ifH/XYuFbdaHbdl/c0HUg8120XvzY29+7M2PvfmxNz/25sfe/NibH3vzY29+7M2Pf0O/BTExDjZMDLvsefC39Vz4kQJck8dF8mQMgEbyWgXgKtFtvpro1gSkgNw5Omx1nG3I+J3/k19MqwC52DqR/7M+WFZLLAjrw4GLw28tufuUP9i87KxdPd56lUOs33m8Y+BDPi2/bxnEXrvmHK3d2/Ibu2mel6nA4enD5OWBez8e5x9GCcyuk6/fAv7hP9/PsWPj/fPzDlub+XmtLel5rZ+VnVfusdpXdvsl3RVCD+N3YxwH2t3gT1mu2LP8R61XecbHuyc4OtrZ4VdbtA/Pxy93tTWrVeG+lFXhxDaILybhc6eqCkdJQchU9ebqerfxcqX2bbPyxBuWL+qR5sbyZY3fyH+asepAn3Iftcu0NulzaKpmsJaa1i/2B1ozS6spYA8sLFJUksmpkeeoeVpWjOixkkx0XdZjC1qv1WhWrZ670/FeW6sJaJWbqBhodRiH+4ZNtZvE0rrpA9QxdrvcN9xbsNb8+GysVQ5SrXXG+wd5Wf/dVLZALd8l6819ZtUkq0utr128Os/CVFwasepEplWQ+mUdN1RtwV5bsUqxV3nAqkqwePBOvX8AHcSqui88h7lWYWpDP8q0Nnyf9chYb5vfwxp4uanqpDXQ1Ep3tbpQvyC8d+w1Vws1E1yW3oqJd81OBBe3gPU9qmy4YtmNo5mhiVvuk++oLijzxf505574Tj3u+eYeYFaPcbUaBmtpL009tVxrbst3Yn+82Rde1QFkNQMZi56MKFAd6tX+AKzGQhjzKNYn9g4/wyLsecOxzN9KSdtreukb9RBhpZ45AvdC69r3vJsx95aH2i1DLD7Ul4+HxjplpY15VamIlRSmM85pjIplAesRgpZCrTKk1T784dx0msA6KEyfgUL7DOyoZma+2+ynL6s75ErHsG4vAp3jtJxbXs5NK2y0tboR914H5nhBuEVWWvU/wLdr74AeqyzJPXgn9pkvaMm8Wpc8LCtcWawyRU9agroHqDZWmN4LBSuVlVWrOK8ret3M/n5Y3YV6I1g5YmHoiFVyDF+wDF+worzBF7Q6ULarrmQ1xxz1H8kDWuAZYvGVPMPRSm3YF58u9V09pUtWgZK1Cp6hVbYcGQOVV/Jr39RzF96JKlWmUpmleEm0opnWnDeVqFhzwX61h4SFKjBaAYf76bXSCapqLU1FG5kj60JmlUeCVTwyfbd/MlaPTZ+1DUOtS+gafoPvyx9K+tAKgq5W0GJVKKtrqo5wviNW31nGvszJVKcRqfkanQakKxt9I3qommY1+kU4ylfYl2Gp6/VsFrKyV+DEtK/Av0Bzk9x4d0zdxrLaDOWLVpFDNSfwsX6IGh5ZyEo0rMlpqo/RY0OYaTWxHdV4qqpHqJCnnp1I8avrckw7FZXBllzPt6GpisLqLi2lv5B1P8o+AayvXtwEYT/N0BujrCly75/NInoVtG63VvvpzU2NT1OhsK1eOHS6ebWefmiq2hhaybUaHypFhazGpjIjUhybmqPa9cdU8vGq6jrwZrEaTt8i72A9eMtUkhygchR7pbDnAb1sZ/O62lx7R63UUk52tIJVTl6Zl2uvi8pSOatVLbX2isI3MnCO+uTjZX+RqocE6KruTTCAvFqwf8utqd1ynqK3xBJV2yC3TL3anDLyPGVVtFB7k6hnU2jtjZ4RW/pBlFXiVirzvNI3gvxd+81o/wSjz1yYqnW9qoeDygerlA/1vWNT4W48MfrFm70WMlPpyX0oeZ6v76zrtA5aWumNNOhes9tQx6x31DJBZbKbW1Tw41rtp5AVS8iJG8FJ2KGHPFv3Aa16s9e01De8M9SIHNbnim9Ue/NLHy9rPmqdw1FZh3HiGg64MBV9VNqwZluqVVz9u5I75hVn17iLaoBceQOvhK58rWg7r0EXvjmj/VD7BLfX+nmmDpdLjCMGYLr98EiNqJdv1PRkPzPGovJrdkS4KysD5woL9ZujtpjRHG2syu7rXX20Zhc5eJ/1psIxJXKrqqpLzZiSpKypqVJ5HNbaA6sray1JdmfINY7Fun3XZQ3HvqPVk2XeqKdGaRrYWpV5QO2BnSlGrGunK/E1zmaF6MTgal021K2Fpw6cPVBpSO19oBV7Pq96/rZbPUFp9aC7BLTb20rjGXdKy8eJLOUSrOaL2py3YVljr6pXGhbkZKYCND2iOWtNah1bn1qi1sV12DljROmzpFVUzls40tsW0Cqtm/qF87ATLolXSh/RqFDn7poc3SEtUjMfeIbOtfKyxm0cra9nagWithk0kU66LGFADebWaDDAMawOrR5la808alqs5/k698EYqaM1grXmrJFMS61jxxqZqmkVVc3grK4WTctqbubMmnyUIuQDrCVIXJi6tS7rh6ICNGFF2O2oWFXXMw591p30lKZYM9PUKWQtP9VUtcoSLY1IrQr3ZtyjBBqOSm2GsENVaY+Ws6ksxSrWtya+RO3MKq0G1VQRxxTaUh4yMHHI4K0uXWVFLntNoqxLjaXpskKLg3XtWO2qV1xrL0DU5l1Uazwu4c05tuKqkhUtIHJ/fLNGbBJdywW0glfnO9Y6iZSOllYJ62hdSJ/1X23l1YLbUtNT2ORhSf9cbz2dp6P1Y/U307EOFd8Rj9ROZ0utixqW2jtj8iqBB+b+nuH3qu2/RiOMRtBaDVSLBo9+Xq0XqzzdKnm6VXsWTHczP1CcOZnKCeL4LGC3naalEPd1nWm1OUfX2WRBOeSU+Hkd1qyPSJpElS+sB6FvwzNQf8/Ug83Me5eVhdi0ILQeYmEqwReqUSdL1QJCIy/A40w9Q/K6CavPcQ2PJ1oDeoVGLjZiVavVUn+4theaxtyUgQ/TQIbO/Z/TQMa27MMPrdUoiOe0/uYgiLv3Ve991Xtf9d5XvfdV733Ve1/13le991XvfdV7X/XeV733Ve991Xtf9d5XvfdV733Ve1/13le991X/3b7qssF502/9k3zVnvVP81O3tvip9+0lfnJ7iUNrrTZ0y93Mrf+1DSY8bwPaf7k/wUqfgRKUjSYDrxYSfrO2f0m6P7u4/+HBGrK8A3d1jB8t53/YOv7geKuDHRzaH7xGRf/W6tA7KvoLUNHuo7rNbHJZJ4J3qPl/uFkwIGrHv/239Rw5PNos5uBt2RDzs5qOtJYnydVLYHe74/juafj54f/+7+E/m6j56zHGKX6oq2K83flAg5DbQ44rUcmfFYTcDBxOxFh7urxtPT3c9sVAWz493t6gldYo+Hj39e7z8PTBTY+DMYN+BUMGedsy22dlLp8+Xn0dni+nnyat6fDjUN44T/vOzXj4+eLr8OMkvXIvvg8/t9N4Gn38dHps3X++agbSjKlYtQhH43qLzmUxQSNVty1uXT5FA3JsWsTW5b42j/PvEBxxw0m67BUwZzraBJ5O9j7bZLNNo7YHZTvAezaf55Z9OFctVa/g8kCzeDx7Nrsc39ya8XGvy7bQVF8H2kYZpQLivgkKGXWTrRy9rHszEygz0HgcjKLnu+cBzONyA2m1hZaukXMtgYCWjhHbKvdVjUPLZV9bVoc3gxzBKKqNCA6hvaf5PYQ6Xf19FcN8YiP4nFvjHaiyN2OMecHWpmjPzDFH2i5VA1xsEW3TvPZPFlBH0eZT4GmxjaS2vKxgG9KhzeBJfu2frMEJZhSfK/QItwfGhguF150HOtARaMDRwhbzsTxXXGoLyiU39eZw/rJpn83WmLE+K6YfvgUObJr53H5vWn8K3Rg4DBS2Zz+GB7aCJW4vbtmMz+osaWrkWXk0pRfQ4phuKqG9xDQwNEeWQ2AQEM57bK1v3Yw7rWvOv2PdjoJUg9PWiMFnbDwfr9B+ru05g0yd8nAPsdVmru6fAO3FbbZXpWMb7c3RJr1jw+Um318eda7aXhpt0ovu2SBnUKEJj+fW94fn/hZ4DPR74mkAUyIcP2HjsiPvQev0PGrAolu57fr5IIZropOX776MA20ueDZYrqyHne8164EN9dRVKDQodPV0LxyKgXm57+XBaU3VlCkdmMZh6ZCCDPRu0Dw27hdK2eWxbbDULxvk2mLQWmxaatr/MQzFEEnbVigz7FB0bwwEOymbRYf2H/iicoWP04UJg9jaAJkU7emKP1tbRWhZWP7esZp/J7oq1X3vpyWnWOgm/5tbrm42feZ78nplyxyuq1Wf3T5bWogEjiQHFA9qr6jHNDR/OgnZljMxsGvPlSrSOaniZoCiFQYmX6Mm9fditFwkTsyxhH9HQzrPO1YZKV4bD4dwEoISMe7N16jLpuBZQTjehtpaNLe0xSNDqsmCnJLOhcRFK9OwmN6SU/hPga72q9uweDqJYuMcNsdyBa+84+brgt9GJ8lEDfbzlFT5QAeVSXFgAZlAHSUIT12blco5pdVKhdMSjZ/NsVpJkX5/vVI7ac6w7QoHQ7PbfisaJ6S1FbP8PdLCWuvtRQ42tDXH/nB0sKmwOUc/SWGzf8YO5r3GttfY9hrbXmPba2x7jW2vse01tn+txuYcH32wV92j7tE/QGn7Gan8e6Vtr7Ttlba90rZX2vZK215p2ytt/1qlzXacf6CfbbOP715l26tse5Vtr7LtVba9yrZX2fYq23+zyma7R3+nl+32On8Z//799P7u06fb//v29eT7Yfif1oaChrzOMoWvTj7t1FdP/nKCqsDwW/4Zz39olacDMxxP/OXKWW7OVhJbk+n9fD5K1nJbX80U1oTRV6CxJQd2633GW/p+KbB/CYclJe5rnuy7SP3JLlJO6EYixiP/T3eRGt9/vhhjXus1GQY0bQLtoyLzDYGBjwGuocbF230pqroOAeo6jEPuxqFCCBHs6a7RAOIhS3KrPo/1Wr8QpZG7xEKIAlH2sSMK92CXCzoAocNJB7vxWqZ+B8au/96119wt78e89F9SQO2Y0AgI0aFnfBbj3br7DjvJsizmvSev9MFYrwTzascQzLzf+KLrrPF1Z0XX9MMy0MrDj1BcVqHUL1CtBPvZDEQ+o6tHUPai2rGjGnvCJqIYcT/ckvugWK2FVWU8NedEdfeHM1Y+8C+4/ypkpZJQd1ujTxBU2D4FtIs9smZ/bRGy4kxoPVR9xHD/lPtOVRE4g9Li7pibz93o16zQorvQ8R4qPgPPYEuUkqeC+5v8PvZButjbCUVCqw70sIMaPWZkrqwcgYoEy2o+sc6HlQbiDk3L0IGqHmqVnOJKv+1a79e9gYHuezM9unbOvUh1rx32SWI/GTsPlf2fAsUR/97cj7XMHpxl6845ftnodfPx5LtwRAsUxF1fMEJAm+M0Lc/ZdWrULvvbLNmx7LSt++4raLahQnm6+7NTBNzR2wPFwTSwA0KPO31h+FoB68xMRN3HjJN0x049GKvYCVuoqtoGRXEHOOsVjdq6+1ZUOK2BUc2hgLod5dUc69/1G8rnG+9r7G9v7l8rVv9O3Lsvn1Jqf/47aH8H9vp2FmdzG8PP2oO2VW3YTIq7fvz2fZQ8/tftMmk567j5hVtMXlMwG7jpfrtPpkCNQdJc/oweF9ns22QDS6vQ+qE9eru6Jv3muGd256zTebXz0kxGHy0AvUOrgevp4++7HbTvgLej9e18W5ZUaxveqj1+7464H/CAP34Zrm3Oa2BjFXU7YfSm5fGDzYL+4h69A3tze5a7vlfyR7fpHa1v+NsYaceuvD+x524r7g7/EO5q+3Mn+v6snbsT7W8apv8w8nDfizY2NoO6h7+WNn5gz9+fpw3PW6GOD8dH7hsUwrNPj99G8l2Qpn9xT++Pbun9NWSziex3IxvP/rVkYx+/TTf/BRHR2rnhhijS4vdHwfnT9P52OBuKaS8mCIs/wVlzf3vj9p6P6ZCBAyUq2ihPKWbFQNR9GLMNZ0ga+EsT7WwtBrfRTAyc6eXnaDr0s+/D86n1cN5fvbsyrIPTNs6b8aECMUIWMYlhzuCf8ajHMGkmGveMo7DLyAViWnAohZbc77CQiV8ey+dQggvl2lCMo2fFvpZSjPyOzWd8FoQynvGBmEcw9hCXisYo7UejVxtHo5BRzpisFiNixEXGc2GyybNipnl2aHUsMZNQWKo8Vh5/jZaE84glAwUPWmQERWWeIhSg8gfz8lhFItDkODaGfCdzuiyg0pP7+haM2s1vmCxomI4vwghwYJyrj8IjeU9hVBgYNaIVaCUqpiULjzyFYiIutbwhYD09iRA18hvRkaLXukTxk+lM6Mq4qK4vTMnd9lhMWmfg9O0VwzgFtldcVrwi/+oyu3m7vIY7U+NmOw6ejzOhLMTZDwI29+5lod9e/XcdbI68+53Vu5Pz47nM/+vDcz+Vv78+fLkScz2wuyjq5XfSsEBseOIFft9DzDa8bhddlpFM0yhO4H5aBn7YQhGp7mnQmLNx650zcnYo1/MHZzEFfO6e7567bmQlz8ff7q5t9/72yrr3Z2n05cTbhFlztg/n05e76xMvjGXFxigsm8AV2sK5YD3jTEfyO5oix2jUHHj8fbzye+06Vedkaoooy/WL7/dO/yA4ZSS5mvXlZ+UeMnsn+ZjW12+vnhLn6Sn5cvH0GM9SRt9llQoFW6HfKaJxIn+jACkdETLP1In89lKo2pW/3ajRtHntW9NPH0++P8g8wU9WHCcxClv2ihrqMh7dXGFafaO8L8pRTkiwJVQs2NpCqSeMtFaYkPkHjuBmXMFhMXSmk+F5KlR3B3f07rmeKwU9+p3jYFy+O0gfY5yHrsbL5NwP1n7HeZihpJdw1b9MPY3rk8HnaDb4fJEPPmPVoIxZX2Dey7t+0Or6E1vw0zLFIe2o6FihcCWBUyuK28tu3HAK56vfCo4NB5ehRfl7+jL8GDa+qy3jDLhCQnJt4CqoccVCwIKr8bvR42tzNfSTLhF6AGcX+kGIAee5WclynuZY9VGBEnuQlpN89fe/SDt+ff3u/Ky4Pz/Lk+ezlsyfDr5u3PGEW2dhHDqCC48x6x1r6XUOsYufRWhgD35WQr3mZ3nNz1CmG/wsaIns+uX8zLy94mdtlE2zS3628jv5WeIJ//u5uNm+NrQQbJwsIz+QuU08uSa4m7yCm2ZwoQmBlQJdTbqtgzkM3vQLlhu7RjAH4bHQqiQOYYH8iOAnw2KT/237qrWcFcMTMkvgI9rVkxPG7exeNJDuR5SybCNHwwpNWTjyav/syXzPvDoyk61Tni/0eHaix/J6p8pvEI0p0/yWfoawALNztmgqK5T7J/j/Dt1CdNzG274j2CgaMqCItWdt6C5+Z7RVsqzryj8gHRtr2EbJY+G4tS6DvLVxH2vf7Zq1H40ZGvuF0rHvINCDAKtKx8Bhyf/TSjpqVshpKR3r33+idNyhnWS7uPOfkY4Ih1A6Gpg3paP5xoYmgyKwwNWvlI767ko6RgiiMWxF6dj8necRV92/hQO/Ih1rqMcDFGpuNfTHpWJrktZ6Z0exdf0rpaPQHovGVtIxNmu5ko4JCge7lXSsf/9Xa/u1jVVCvcHP9BtbDV1GsJUCW7+Sn5l3l/ysAx+J2NMlP2v+Tn5mIxz6c/GyfW1c7rQCdnyr3wjHNm3zHbrMwJnmA2c5Dc4j+I7skC1d4GeKWuAnOq/UpJ4gKzXNfzIcNnnf5jet62D+K0Ho99ntu1YD89DbEjOzP3hHu9277x+J/u/o2nXxXdn1dHGXr2aXsSpwnKTs3XDazkm8cVsEMdh+aAdj7+ju/OY5QQq0sn2Zy+VzNE9yq5HFJSzli/Uiy6C4jC+q7K/SJfZ7DIIqn5aFNLm7vSvWkuSX7MFTQFHr5My5GN89IZVbmF+hDI9Zbdkl8i7i/gIO04i/DbzGMdP72IMGuRlFlOO3JNd7eGzck2Yi7rgoo9sMY3JDBvJFWM2bOSqopNwuBnGPvUUCvzzqfDTvpI8+VjmrRWvGER3L0Yi9aJbRx6+Lyzik8xJ5LexNEqM/TpCGVAyrObESfpdZOynuxXeJUlsdy/vk2ZCVr828kS6NSs22vjspYdLqnosigbTkuJ9G2BgzFoVhde5W4HO+VvSMvLYeNm8wXfkSm3TGA4zvcb7jFC4oczRjYJMG0u5HosB+/irmTfoSMh/n6YnfBqWvPPKdbaRe28KsZb5tTzcDdNAJYcmeEjFUEubs5ArzQcFtSfINwIsZI2WfJ7+DvB9sXLET9n+auDJnucZ+Ydov6TljFWuBF1LPIViz6IvMs2CFa/TksfFu0FyX6hB79AC2WRff7w/1O8b9tDqWc8CGFmHI2GAkeEAFbFTubyk8QwQPZE43T1QqBScyL2yucbunFR7xLPqc5VS9iosDMR9Z+T3wJxbw2r3t7KDfNnrcLKFcYzPPA0xlbAjyA3kWmXBtdEpYspq84AK4FyUiLY8lLkJuIkqxESdnxhjhCfpGlfdOFn0G7QJuonyMPFG0zp4MzXI+NS2hQ4NWI+/6NwhotNTRT/WRY8pv7L0jeGW3DGSoYnOLCOaaNrDusKWhSBxdaz3H4F94QtKYNxw4oauGTC/r3pqOC3GPyoAoaK3HZ2vRRS5ZAcODvata29ddG2M4Wv1ccPmckSZB/10/XfDZGF06OsordE1ZeBfXlI81ZPgTe0INBNfYHtFHFh96E1m6daFTyJyW7M0G5xP688QX2HIh6niP8JU1j20qLe1TNCkizq2PHjc0jsJrVuhHhh+CPG70nGr/Kc1gFB7eSbFVJBo/HSD3tczeVO4cbG5nGbMzRkZDTNaEzN190MxKMUCCRYTA0DixB9wWMchCGChYi02coWMHOiBgvRSR8L8EObZCx1bBThfYhgJe7sOkgLsxrfk5+2UlGehae8YQ7+BDRfUcDUc8Byde+VyCNS5rbIItPrmZc9EFTnTOhc4Zmw055yKMa7rH+o64hlIo2uC7WaTfJvQ3qNY4Nm9ByQYfJ4xyz9zfafKBgqYUOn+M78booIAAGdZj5E+W7L8j3xVxHOHZ55nVRR6hL3OlfEm8ASr1Y7sSglDCgyl/2H8LQcoS/r0c5hmN6nFYv58GI+kHOEx1y1Bg6TwneVTxG6zZ1Jb1BGMF2z2X7LZi4BuOa/iSz/NfUtyjQ0I8nUfsQ9imXAhj4e9YZ/GkUFf7pCVza66npa4fnY+MUx9ruEEhX2CrloGtx7WJ+ftN3tLBhk+MZ0X+xRg8M4S8o4EI2rHAX1N2SvChG/R06xNyMWk0AR4wqOrxZB4t6BJC4/rtRbtQeCE00YRXANkKHgtZy55jXdUdIGewmbGFtQh8Cl8gfZC/Ysw4bchayKe2d0n+g+tcT259rOSprf0NS/wFnllzeZNPKv1apF/wuYhrt+fCkc3vf+4syUvjgcq0uOM03uGGwMu1OXJt9Opj9Y4wjyhfeq1As7LJ90nbRVDjEVnMMjfwIbmPHSjqo9IDv19kOehKjGNrwP6RXJNyPslVF4NewHkJHd89RexTCf0sUP6K9RNzY2aqPGg4voThOe4s2GsNG4GJ/4R6APgXN+76F08Mg8g60nkJ3yzlKDOlg1z7kKaie+n3hcAhs53bds1zIFcmDnmPP3H1WyDny2N9n3yXRf2jaLuDklYR/C7CBXUazdDGtRZ6o7ET0jh60m1rHRkbwe6BwKiap2bVizy6HHNTcisCPwMOHeUNqivz2NRxkePsdbHu0F0j7hga6ddjU+8M8O0uZYzgGH1bA/b1nJRrZsHgvepznsgXwp5wLQh/h1vI/d6CvH9EXueGLrY/tpGJjqNLveq8wy4zXcVtofpQB9+IHG7Tw1G+/Rk03cc6LfQ9wkfZm07oRDPii0j0I+ZgQzdkqCtx12gu5zZQkYIBe9UGObv+4lvGaZOGPdP9xBE5AF3d0/nxWOndMg573Qo/Ejkp3ztmzzisfWzUbYGfAIfCf/OKFwovBn2ijyX7/vnDufas5JpaCv6oDwXaK7DWcRBCHQPfKXLLQZdC0z3SZRQH1oosLPqO8piBofG+B3pAZyfK3RKH6F/pJ6q73oIWwyziGgHeEouw1G8SHQUyoaf8fpyy4xFCDOyDK2uL/f/EZhIdFTYSOm1ljXWFLj02+dRI8dw4lvgGfaL7jsc1eA69a7BU+QJdNnQvtaMUvq8w8kTg1uZaolzAdlTqO9UaT6ujoSv2S8R8xCI1fMwr17nodxUNoJtVhK2fGA/8DLRW9KtjQ2553KCPI3uzJugBTB47iHXdigzRjdtxWM2jq+cLboYWuaq7OijLQJdZ9Kx0oHQ3WKG7LnQi9tMNy28AnRo9o9JXoAvm3C57qokb1AXrY8VLwNNlnWEHjoX+zOi2FnHT/gTwF50Ldl8P26Yhi0EDIiuu5moT4n55juu456oNzWODp7YL3XIdgBdY1Hvqo7mvzaIP+v2Qq232TA7Y9auGG/ViyD7wG9AC7BXybHT3wppA6J26gGX4QU45QjqobHXyA9oCGO+6xH9o+HzDpqXeNUm5FvxA5WIR1seG3hWicIPI2wS8TztKYZ429QqVPdySLHNuKU8PvIo/Qy9lYtpA9EDwg6nwf3x7X2i7b+taq+7V7dbaF1dox1uqnpDCnnpR2A6aNGr0lo4XKa1bUTFQ3uEnlS5wWRVlGNi4j0UaMA50aH9QyW/QBHpns2d2fDXWNdpR/oGe3z7oJSnYwVDxL7YKx4eeUvIO2lTkDXHHGxAu3N1ojgqTwE/Rm1X5gH81lveD78K2pR6mtjnki1nzcbulPK+TdRv8B470QAM6ha4Z7DkzfLTGo6Hztlv7WkJLfS88NnRa0VOvoQ91loPc8KiCNGt0+5B9z0OlVZG5V4rPAvMDPsPG/AjrLKS+C/oN3AeWE2g7iuOeS7yCDtnvu5pHzm6JoHHQMmVBmFffV9u0tvZJZSEMz+hjmcFxBtujsb7crvpwWhHXF2Vuzp7Q4z7lOW3REfxOPWc33rjePPg9YKtR70HBEMhc4ANFQ8Z9izyFqVqwazivluFRWbey0TpaygGyClv//ZJ2YfNxD2Sr4ctzqNMpH1oafcytjxWtu/JejFd0KfsC8ooQHSZBp+QzifaAjRNj16lOJnzC6GRpUetkkH9Ji/pSDlsm0qRJdtabEE4CL/qj9FjbH11DI4YeZc0Zue4PrPo+9n331H/SMzo1fi+PJV8DjSPBUfT1c8pKQ5PQ0+CPa7s6BnA7fVI/wSAtjzpGR/UYoakuro8jw+u5btHbl/7RbqnH4be4x2vq50kpn2mXFT2uc/S6Vl8k1nu/6sMMuIel3qb0uKzWmfbv9lQ/hk+m5F1JybvcVb0HPLHSe7bjnfoaAmeia7j4HsyhY3rNp8qfilJ2T3LF82Rdf4PeCP1N7I6bH/StIBG3l9HOVj7lxn4AOhPcYU31Lfg40JU1pI+KdLbi45D14HHHK/w7hZFzMQol0b+h/igEATHGuOHXg65QJILXkxA7OkVngn6JnaiO6GtvvHOwhF8FwbKY6SkJbWPgCfRDe5L6KvUVp7vCIyct+luwC9W/gS+EvavBm9iRFV0R+T7wuEH+wDIuAf2o0F0EthxffRLmWI7PQkeTFuWzL/q3j8SP0FPf90X5nKPzmnhRw78HmQxeGPlPSJWBzxilRcA3RKcgPGDblscGr03hD1+y86w/PHi4tlr04zOuILbCM21+h/RJH3ltf1ySj6Rqo43D0idg7HrK5ZLmKVPocylQSMmy1Kc2QYIa4aVdQvlt8N/mxreVVb4tf4Vv5hpnSB3zu/C1fukHsWu6ph+ENBR+wbro088gsnZhfCkv4H/GH2P8I+manhd69IWa8aPqvnV9cOKp32Ci/tk49YzfqNZzdc2r7vAMejf+pnF7iZ7c0LP1u4OW8RflNX3wu8VemlCeG59Ji2tC/WGN76YPXP0sY+gIaj9Hp6VvrVePOVK9R31rF+PahgfNWuDXHvEscoO7vKEHYq2SztGheYDuoW73M+Dby8A/I6xb3CeylXBGrIu00c4NbWS13kcYm+6nSV77KA2847a9Sm/k424YT4xfq2N8TfSDlnILPNzSDtdt+Pxd+r1PLZeF2oqbp9rfSt9oq8ZRmz6viOsAXarp681o2yLO5JfPpgau/VV9l/JR5n6eueyjjnkiBXU81OfGJQwG2aruG8C/yHfC5jL+6dLXaxm62OIr66SQX3LdJq93UXqn2qM+fvgI38tG0S748BBfshiPpE53B9xTBzKyzkPPdeM7Uh8S9Z0pddKIepHK6UZ8z6LdNGraoj2n0s8bdEdbVO1CS+0n2ObVsUEbaW58CaYreEJ5pvpHpa/Yyu/r+Al5schao7eM6W/nvCaO6goDjZ/FjCdR71J/Vo+xS8GZZ+SsV+khp9SvFtSv1L6yqM9Veluprwxgn7va6bajdprqdaUu2PC/9jO1Y2in4rmca5CVFOibgK2l+iTXHn1LBmaBgT189YyXwMYVnk9c5pBFlAOVHQl9BXou/FhDtS1knTR05xKPWIue2gKlPrrNtugsaKNet1ksztj1LfXzTFZ5DO32p7nypLbigDZAZTfYEf2Sk1rGc34oR4UYziSPHOpoBXXteGD87+TlNnwCyle0E7nY7tvtHOU3rrEdl698W2r8A5XdRP0A+jV1nU7tvz/F+/vGdoT/HmuUeqL6sXP4GEL1M+l8Bb9n6v+FH8YclXZIuyJvOsTNoECMhjJC47X0rXRoX+p4zCtQPRX0oe9cEr6IUdPOTYxu3XMbOgPsR8fYj6XN4Rq/geij/RU4UFdnLB24VZ1cj7Ws5fpDgUTkCFwzjkR5rzimrW+zMGa8EltjXQrqq7qOc/jzap9CpePCtnIhwyL6Iq6WXA/0S4Uq6+NAbUs/Ldew8ceHRT1PJCy11b5c8Y2o36wh05v25dL41e3K19SItcG+BP0Z+1J9TeSV8CEObK7hEWzC0MjPzhY/UHth/EALLVG6w6dEX3ZoYNbTtUadpDw2YkrUQ8GLgryOn4t9C/2p4HWHfmjGaVleEOs+C59LH9Og9DHVsRXGzKCjIheAdrf66vLSV9fwS3LN0w5DOnhp5xseUfFUL8Kahy9Yq7sUoj+kukaeynhBUcYL6tgVfKqDJTdvnZZxWdDbgHFp+KspG8ibeGzKlKXGndO8nHf3ujqW92Ec4/cQXSg3eB+XMBnUPqaY9imr+qivUY6YE/0J0D87rvHnQ9bCl0vbU30+6jNiXk78tMN2VZ8s1qTarlfcUEke45+NG3aro+vMKnM1NOeHdn5q/Nlie9IPOtC8BX+S61q4U15BfcUcG/Gvrk8fgkXcqH/eNbwzb/gLoGfZmt/TcVSer/v9O4pr+DT9Pn1C6psX/e12Z4wB8UVWLpJ3ZrSJnIz6svrJ1EcYUucujxV9FZHypQJxgUjzabxGrKRhl6d5oJs1jUzs0H8R0dZbWae5idHJ2BcmRoeSjeTJ8p5O6cO3K79uUeI2TctjiVvyQMTbcYzv5qXMAG0MRyWOOw7jRDm/g99OPdnEAGUeusUiBl9hXCtbjVcHy+5pFQPMKeviZsys1F0Yo/cYh4wBD7O1S1OnKz1X426Qa6n3gLhdnCxMrM7EBZK0jvVVvMNjHhbzQ6ZjjclB1qRYt2ozM1Y6Sct4ofqk+2l1rGloaXzRRXhdxjQHZUxzJS4r8sQLWIB44jTio7qeV+MeucmD0vgf4m+M4dK/8kJdnDRZyhj6B1MTxzV6WOnHpq5vYqPUVQq1qyBjLG55wVYo1UFDx/gJ1+PK6tsx4yGuvDtOrbEvyA8TpwY9WvWxXg/hWMt9dtWvojaKxtArvqzxkHBRxtDNeqyOdZ4a9I8Acf+M8bFb2Ebw1bW9yMgo8jyNe3shN2TDF7XVl6UxzQK+9tSN8p1+/SXxieugA+CMOllodOxOsapjJ7DB1d/2HJY+bfBC8GbodrDJW/Tbwe+NUrE+Y3/UV+CfRVxOeKpHOQpe7e/yM5a8miV4wavhU2EhcJET9AeAdzGPkD7XDnVtXe8D9TE6mhMXmtzOVZ0EOXHM1yi655rTeVnFJALE2kyeZrQjJw6bhpgTZ+u7Oy2Tv4lcGsQJcn7P+GkWaW6dKVTd1nVD/Rp+lDbztZgPxnUFG0X4DvPDOponpzFE5GgwJ1LsMMDCIf8eWQVtcebugU8gH4Z5c27DLoZfjT5XyFG1/wKtQ0Z/Bfgg8vDgy7nalre3pA8gho3DAgm5xum5xnKtqNdhrF3G8MBDNScI+SpVbl45F+SMtug7ol+p7SIvhYW0sR5Qn3D8NC9z6dRHJ/qFyf/EPLfm5tV+4DLPkvo7Yk5y70I38PdMrmX0VOfjcX52bdfg+Q5za2Fbh8hVHTNndFnqtg/UmXqW+ZaiGw+fTM6syUUctKLGvDgOfEOI3cU9T3P9EvAvwFjj12KbaA7nwDY5uXbTDxOR55W5zInKk5pnqQwFD1V/6sEDfdET0UmZq5wjd6DMjdW51rziktt3RJcz/gn4TUyO7aLMsb0/NblcW3NcqaMiV1fttGeWSJ5rPm1PcSo2WKJx5JZuHGM5bOQDUq6LHDvQksqppeszsVFt0eRXL0x+ta2516Q919CBbWDR8BtQbygu6bMOylxkuz7W9wmfty+r/G/kj4cNnQ02W6q2FuIcdf60Y3KhXZM3vjS5nnaoOah206cZMTexnyodtW3kdnbLfB7UOKxywUNbc0uY75Op/jndBXPVI8tcVKX3TPXXXln3ELkq9FVH8VmZX9yq8ouvmzQf2qxTCP1kp+9rY8vH8H7+xKJBm8X2fnNc1zlIHlvbK+69w2YR213dLHKwrcCa/aF1+Cs3i/xAueM/VABvC+h+EOjzp/sh6z1ZG3X03Pdq87KGAGsTAba9rcRdVfroDyBATr/NZotmCSSB1lM4Gz7ijv8H7X1bW9vIsvavmcuVRycTuDTIEPEgOQ4yxNyBzAgfwNnYRJZ+/VfvW62DT5DMhMys9XnNzhaSpVarqrrOXfWHe/K4PHu+/fYQzob30z8ca7j8w/X/cBzHcm054EquV2zHPdAr6fNoaK7VFy5Hxb25aJmrL6Ph/XzlxsVsNl2Mvq1eTGZPT/fJYuXa7fPzLFu97c/ZdPWt327T+40Ll8ntdPPq9Wi4eDBXD1pe/cOn+1H6UL7aPjjSXx5vy7vNp8wfboezrDGs2/nDPXmezRb61+Py5H4K8JWA+b/TP5fPi//Lpsf3C+/kP/3J5PLxPzrY6c88Un3D8/3T4tcO7erQ32+nLwZg5lsXeQnB59nL0/Aeg1h/uMfZw2hxf/ntNsGvmRCNXHtYPE7lzJY/54vn2aSCNK78OZpOT2bT2TNHc0/tzmmnU93Z+MXi/+SXmYw+WoDgPuK0AjtO0untfG7+/kGoGOh9v39e3C/XsSeEfz97vF8853KL+fXQ4NuQvOMagsga9OO0zE0PTdpxrJJyDdWm1eA1YuQPg5ufwJO3BU8HU3nv8Z38keKPz8+j77eLe7nr8uXu6X5R3iDvq+6pHnour1zPnif3cmZFM6zTjd/rUU8C/8sfblv+sq0P1ocD74OA4LRaHL+EYJw1ghne/3n7whkBfSNZ1u3pKH2SX+5mi8XsUX64NRem938utpGV5+O/Jh3Z70g79sEq8Xws4dMgnpazhXYOLO+dSKe1QTqnvvueSHuaPcljx8Pb+QMHxBMPs+dRMXta3E7NG9bxuZh9W1/r74Ujx1rFkW17m0jyvO0L/J2QdPAGQmbPi4dZOnu6nV7MACkCdXy/WORG5N6+LGbrSLp9XrQhQuVCAr45SsrLp6Npedv9crT4ird8aJmzQeMXf2kmwJO8PBmKjDVTrWfWqa8e3z8Ny1cbcpAr5q0/j9v57OU5uX+bPWJer1LA8/30djH6vqobbEOmefTzbCTzqyjnwFmjHPdwjSAEuOn9wjxW04TA4jZv3PYNN8x3v8jb9aKaxnTImuKqr/zrRPhxC6f4pfrAfzunODr8xxnF4RYc2Xsc1Tg63CJxfzOOjt5W1m6//WeeD5/uc3zwNj1tDaECjMU2rK1haQviSv0oEbiLoreJq8fRcEievY1MVgnpvXB45Kxyu6ODDRQebsGg+14ItN9San+3OK4k8FZx/IuFqW2wobLslRudj79a7P49rG3ywbcVld+F1w27xHUOTjqtrez3b/DNX4fc0vPzb0Gu8zZT/fxyNxXg/5wBfCJy7HmG93+e3j7B0G1/DuT/d56G31Qp+2GT2PpwCIv46D3F8S+wiA8POocy6d9kER85zofWCnt3t2hRYhVvkdAH78bg3zKA/7cZfOu/lMF7/zKsvWElC2PJGw/hdND8rX6MZ+VzPyMq/inK+OUG998jjE0f168RDpf3z99HCVj9xex2KAdhrrdPCRymPyEVXHxeuZb+NWKhyfybbvXd8uK9RIRrHf3rBMTBFopaQ59A8Bv+HD0yBlVB/uL27n76eTYfLUazFQxst5L5eHv+TaNfwMBtefLnaAnyODZv8Ie3i1uhLD11Tuff0z+c46WQiHPy+VPk3OTH3t318iUprNHtpy9W4s++X7hDd5i33DBvfU8ek+/huJ2FJ0fF8DEZBZ8eFndnraL79DC/vW49f748nw0/fcm6o8Pv8pR78ZQUF49H+U1+uOzGk9aFq/cFo2Pn5ut5cXt99PL5MlhejDuj4Gw6kefDwdfpNJkeLuUeT37Lkk+pvGdyFIyPs/uTIB0+TqdD6/z7vW+NwpN2Fvi94mLcTyM/kPsi6/56OZVxpnePp6O7s/5i8Hg6vnWG+Z179XLjf3u5+Zqka899xLvurrODRBbMwOkfBU/H+c3XaJo83UzlN/f2+ot1K++L/PAlugzS27OrbzfOgyXzs8KRKHvH56PIG8Tzw5vCewzch4duNmn+ff750/HD8CxNE/dLS2Z1FDzefLs7yw4C6+bsy0T+jecCgd5RMLGK8NLLL/yeQOVqfBEHL92TLLuI+y9hbuU4di8t62L8MLuIk5fwOlyEJ55z4QcvUW4V8pzcb9kX48k8OvG8Aa6Nw3l4YjkYS+6R4+AxKDpZNx+Mu/Fc/p58PB+Fra4TZrgnvMzk3cFCnl9e+OEikvncnci7cW3kuTJmJn9jTDn2zHEwD89kLrknc2jLfbg/wdEZFG1z3bzfHyyix1De0ZdnsxxzlW+wZe5z+XYn9jsO5ty9HIzDuK1za8xV38/v9i7itmDEkrEGC46Bb7zGd4QCr8zMIZNvvinkiPM5zmVO8/L5cITvTfR5zPE6s3nfiZcPio7AQ8bHdX2PXMfxZmy+dd4cV+a6DP0GTDnvRaGwxzzk+UfOPQec5GiZo8DleE74Y77j4Vhg4V34eH8m7wnNUehgEhZRjudD72KczsOiJ3PLLLlf5g+4BvNInou+zkYXf40GcxnLvfBP5RuF9uSdMn4OfEV8R19h7LdBi0oLlwYXhPmNwALfJfNyZD4xv0Gu9xY6rh53wOqNdwrsRub8EnSuvxuaMLSY4Lgkbq8zc3+C55eE14nXMvDMeZ6Dzq/GQouKp0vgv7+o3rubDvV5rrcO3rPE+owa67Or69MytJ8buvL0vgz3yRoPzRh9nWtcfhvmxHUH+MrcekoD8q6on7lcP+NozO8EzDCHE8C3bWgWx51z13V6adaMwpLnSRGswJbzIewGc8LIJ54t0GbkgFZ74BWGL/TqdZlb5bpy+Y5JuBS6AN3i25ddzrUj39DBeMugU9Jdexd/Ah9xlL/oWhX6czhPOa/WNL87M/NV2IdOhm9b8t0YB3/HpN+cvONS7otJl1avwLjZkvfI+g5j8LhsKWvOSfS36p3Cy3bTR8F5cJ3Imtaj4OlO4IYxBoRPOie/jzluAR4rNNAi3Z2R3l+Uv0wa78P7hTZ4X9vgKMDvpJHuWSq/R2OFBeUHZQDpTp4PgbtxugvGhcGzY+ixpe+0nAY9GvgJPZLPTwBbS7+L/H7rdw8Kfktmxqu/KR5UPDsqxyuvK3530wPXaNvMs23WXgcwte7KdZkLbWJOeckbgOsO4Kj0KnATnHvkHxwnsJWXZIYej0NDo9n9KPj+eTQY3591Pp7E2feflvdO6EZ+v4j8Wt6D9sE7lB4Ae8usMatcYwvy05j8tF5jfrXG5tUaeyQc1/iIruvdsqnitYtN/p7V/N2v+TtxcwI6Ggr/ERgTn4a/6zpyV3iMv8pTlMdk9gZ/V7gbPGXKw3esrzuMeQI+CD2po3qS0I7yc9A9dJ/O3MiNeS036vcOCqNfQa7yGzpmPXEdydjTcc2/s5p/+zX/ruWVla/wzN18AfjJKRdz0qvOOb4Kw2JAni7vLAwfK2l2SV4pR1lHgE0tLypZeBVH5FfU4Sq6uh8dRyH0mFFWdFVW5kZ/sxRuOPZe1wmpI6UL4jz+UkQnPJ/jvFeENscrEsCokG8ReIUtyqfGezkPyEThR0Y3zQwvKciLT5o0FIJnq8wDTavc1vWQG5iMKAvkfDf/Jf36/EalYzwD2YSxfY69UH2A71eddGTWlOh3l35HaODhQGST8ofC0OkbMKEsMjju8veeXN8+z36Rgj9CpxNeY/428FKe3ykMv8/J7xvvSYwMiYBD/0th1p6HY3QaWpxzHBqZ0de/v87SOMZ3JaXcVHr0DS2IfhZ9Ci09h5zfQRtuqO/C/XJfv9AxjVyvxi/pT3g/ZL59h3dA5xddX2kgxThqn5AGAFPATmjgarAMaSuUOjPvyYzeRvgaHQTrcqdOSZyTP6RGRwIdWRUdCQ0r7kGfsnZUrnQ8pet67vyWcR9wycNS51jH8yexmUhL+A7LSooGXE/DPCLMAqXHxlj3o+30oXqRrOXpYGl0l5bKVPC3/tzoLlxnF+PTOXnXpbFRTlTPaeiHTqkfEu+gfdpAOt9ajtR6Xa8AHIQvxVzLyy5lYkd1F8ja+PxgO9znoDMD14nowtka3snPCuXxmB9tuCXtjpNKf3PJu/nOL3PoyrTLSropZbniclGvb9JLYWwrl0e+43Ru6MzdqVdY8i3EicCcvIEeCn4/9VaBf5On0u5VHrIo5aTqRTr/O8gh5WNL4uDS2Jujkp9ZlsFFPd9YcXTnl7h8xWZXGlhyLMhxrJFRKacpZyEj/ZB0KPM9KembcnGpNH4MHie8W/Xct3kCeE2D5k9DPtvl94sOyfV/cxCMDmvvyPnnk6OnUnta+xv+JLlzPVFkd5Lv64nCJnfhvRyOtr2W4vtxM8XX8zb9jZ7zXu7GzdQr4ztGjq29mR3478gHWcH1uyHr4xqyjuwNZB381uyQzRyslSzqvaP4nRzFOf+Njovhp+n8JrZGN9eth8Hjcnpxff4wcBZPyeORfffYO7h7vHIDvw1HsRWO5B9cY/gG/1uRnJ2O8Wzy6XyaOFf58LEvvw2/3Xz6MjMO4VccxMYgTGUGGUYZnl15w5OjceKGo8qwvGwVQ//4483jdH7nz8Z0zsm/rmuVBuZL4vaW944xKkV5CR97+SBeHJXvuXCNK7xksWdJkxGvnJ3Ey2zw9cssOIvmg69RIdCV97crZ6AIH7d2SIvQi+GwpbFEQdWNKcyW6uDquFdjETpwYFIJ6qhyXd2TmedEgY6HMzF49F4RYKqs4zoNnlZ1r17boYQOClEyHRrGPue2WHk2NuPh3VbKb1kx4nuTQ8GodXtyPL47Oy1A0QLbTKgEVCZCfvISwuDqhxYUUCgAhAWEbdGHo5UKZLQyD3xvQEEeqSPKpZICZVOUn3IevaIxBhy41fgwnsJC4bjju0VJKecA5UifC/Qd/RQGlwjk43r+nfqdximjjie/vTp/C/PvZZVjSlZMOW7kn5f48iMaTDLnkflHoxj3/tDcLTWe4KhuGwNcn6OzpZzzpxUH9uGF87M03KmcLAqPbHnJbxn6Ncw6a/AbOuU3ruBknNiK9xIWpzXtCr0pTInjLXgfXhPGOwzVXtGkJ1H8qNBl1ZxV2Zy8RDEUNcAGDoJKoc/U8dFRRZ5rU9ZSX/FdK9pWfY9PxXmpzvtO61Vc0QFQKuhtb+Ud5vlbP3T4rqbjT++p58Zr02sz/zXF8A3swXQVswVuhp516wdCKW13OIJJnrYu4U6Mb65pmvtfjKnehsuGR7lfnu8shzC14igQMy6LTgc5j5/WQiRn0bfkMZrfXK5wA8iYMeUIXAqcV9QS3i5qdJAmY7ku3Ev+fourLCuuAveQ36N5HE1Sft9wnMrY05nMy+teDXhNXSahzHsw1+NNOX/zbfyma/Pbz0EVhqgVqaPXuT1RaO6cxXhlFjMGIuXNnM1ZioCjrHk4KibOD/DXDUiEMbEYECJPA87l1udcrs1vwOxSjP4WjBseJymhIJTA91fQGP8NaCw5g8d0QQh83TmTfGUmcr883wrdgR6dEiLBz0OkaNDGjnkolODGCTm+uogmwKJ5byqr/MuMc7EHCrWn7eHAgbN8EO3jKHgS3i/0fCN0LuNyrV0wFLuTOpab8whW5vFjmPmfMQtb9moeymHrcNMsdH6nWbi5k2Bvaewtjb2lsbc09pbG3tLYWxp7S2Nvaewtjb2l8d9uadiWvSUC9TtNjXIz9N7U2Jsae1Njb2rsTY29qbE3Nfamxt7U2Jsae1Pjf8nUsLcVsfqtpoa9NzX2psbe1NibGntTY29q7E2NvamxNzX2psbe1HgHU2NHMdd3K+SzVrb48OCfNjU2qwbuTY29qbE3Nfamxt7U2Jsae1Njb2rsTY29qbE3Nd4rqkG19vg2maTcOf5Hs1Lp77JC/gXJVZtt1vZmyN4M2ZshezNkb4bszZC9GbI3Q/ZmyN4M2Zsh/23JVe5GctXHf3jLuLPZI+U3NMFqtjpxVpqd2B8sy3mz4UmjB4vBWLMBS/XE5/vnkYAJZcv+Ql+cf6Dl1fbunocHb7UR1UYtf7uNqG15re1vetc+os62dix7C/d9LFzh2hnGj8btIhwny8hPRaq1aZXW5auvXgbX56Ll2KPBdfR8455/H163Jt3H1nSYY5w2GmmInpb8ZEMN0SP9dkve74R+mEdFx+r6PUvumd1cT59uP4mkHYsFPjZSqFiqJX55bN1/PUajD+vm64N14URFkjes5vMLyKZPi8fb6+W8O4q0wcFk8PHPy6bFfFpZzIMisaI4tCqLuci+m6//kfYeq5YF5fXR/P56+P1utGElZnfO9GX4SeTnOECxW7UOx/00FK26C+sCxbGLThrGKYvRwsoKR20U5sxY2FmshTBvo2ishyYGXVivJ/W5/N7qXrZtHTtA0dVW4Is1UKDgLMbcUWBfz115zmJx0HEiz7UxlznkcDQepDIHr9R5ZA6iVye5FsoVfQQymwX9QQlBSt2n2HKOQubjhN9La3TjHO/q8f5uLBYO3/nqnFGcF/OC7mAHPuAK62si8xnU4554+A16Sq7F4tvU4cQSk+9InYB2QsgmG/LelAVeURBc31/eC93IaZ7L72J1tVH8lEW3186Bl0Lw99r8czRWoW6o9xYoCIyiwwbOwDl1TflO0bnk9xNcr+5H8w8v2nJuaKG6vzw345F2All5xl4yOIf9kzgV7ewoXM3zgvB0azqrzoUmJlagBWZRxFd+TwoDYxSJhQWY1/djDsmyPtc1sVEMeVVDf8sXM+7BrzIPvw5QyjeLHJQg7rF1gdjjLJvbZanhjqftAvraeiGeOihjfou2ObAXaAlSi826bA8j98W8b30MHd/n+DOWYvd3lBnW0tRO6d+h7f6YNZ+fq+8s1XecsYWF3dUy+q1b+somomFj9VzN9Ted25360bR9TPww1+/toJyzFV4NrPBaS25HYn2gNPvavMv3LvTbXsG+swILh+8ZXwXyHueOY3XmfCfasKzCyeEqBEfwz9kuJhzptTu/8c0dwGMwV854TniKrbdAiWKxdBxjy8HXYlX441wmr8Hc4ExhtDJPsVAulZJzWGy0hkZZBlgrvAcujsPxqaNzYHsZLZntZPTjhPRxJMs7bUXDNixRsYlLvTfTe0suy2tvwTsErovhuC1c9Zx2NSy3i/jUETrHqnIu/USunc8bc9O5xOVc+D6dQ4Ubq8TNtnvn5b2KK5YHz2P4AlUyvA7vlW8FzgPF+WO2AqMV+PkNGjx7Y/7Vd6ZLtKsS6xetVAxNKLzW8dGc047y5abNxAreXplv2eJneC1ryJE1trylf284E7ws8A8SXMbITdl5dwXv16vfuEqja9/beO+rc9fvX5BeRhZhcouxhCfgGtteOL8cB8LhB/KeUwc0afyZ+Hum/0QTGX+paXOHj9PQ+6+j2+p7U9Cw0/00QNuNVvcanpd2Y74BeL3CJ27AZ9scXl+rPzU/wgM0ZA+WV2O0nOmr7Fr3ODb8Ha9omstVTRPSNMT40DhzI4Xz+hzemKSoNblSI0AZ96BQjWDSeB73pVvO4f1JcT95aHW+Q4ZU8hkanx+m8JZqufrUqrWxATXP+l6hST+pz0WLQysI+M8DepMCW9sTtF0zL6saI05wrDS68jnIemrU5hytoqJ8h8bGNhcB/O9oL4R3mPMSFr0Xo8l5oonB89zQkBORYz22mRC+maJ1AzR2apSjdkPzbnvQ2EO/0tiNHISsmqTguSE16/VzeSbupTt4AjRTFy0LjAUBbbKlXvKJgR1iRKGxRnRMkY0G1snK32yLIbCH3sKWLpCVRtOM6ndQ44Qm2gVMT+pzyNsuNPDRyvkOmDc1VMCmpFdqmSm/m9aNwgPt78QWrc4bMNgdH1o/c8WmLzx4G37cfehudx/+OR19+2T8C8PR831inBNPcJW9o3vxo3uw6r7xSk/KP+Ze3GxF8Eudh6uNkj8ctd5wHW51C/5gT+efw9qbvZPLBr9vd9U+/NVuxr+H0s3eE3tv3ft46wI0VSpEguRdkXBRnFqRn+QiqX7aWxeORRIWvZ/y1ukzoSfPeCKFbXjqoiJw/+u8ddviWCdlHItxsWWdvdKHL4oNRRHZFyvVUiuzgwZOeXlEwxxqDWzCJM9Dy41DNMNqoYEPot+RapzL8FE1Q1rn/pSWYVT02fgs2tEECtaF4BxaondJDf6LNoWDNsTofplNY7I82AgRDXtEs4rZ2M8KJ/DB0J/maBNI+O5EEym0eZZIcY3IF6F6B3JY6z2bjbh8NESDBZHsaiSIOTiRNoRtXagEZoOmiE1+NRMg8r/oXMvGkJDaJ/RrorGhNk/yz8f01pyYe/ykcU9HG5uySZRXlNkDUawZCsyqGCeadVCEuzIU1DsC2CFrRWCqzfva6gFBRtBI3ncNrSPUJpvqP1uW/kHFc0/hFbPRU6Hv7tk6n17VjDQa83tc/b3jED/Mcuhpc1I0uKL/clcjO+Bem2Bpk1D4deHlYCYRGlVBu3TUwgj1/eOrAJHyEB4q4xe+GD+UtKYZLCUdUqOmxwvN1mANuTpGQPpls9ex8DTEkqH5MaNjR1M40aPROJpN7EbQCNkUyq4bFK+srx+KuFd5ZdDLPWABENH8mZ7maonNL9ehj9ts7cuWgYG20fTp+XUU4onxiSl2umw5OdCWaDGhkmvLS82v6SrlubtbDCIPpqM5WsRMn5gJfVJVprbMA2290LQ76/ZT0YO9ItK2YUu2ZuPv/YVSObGoFAwfTu6htSB081z9em1bOceVYhPUCt8ffR49azjuvEb5tlI5Vkeq3IltPPueYleuybcQLviOYrDgXOkhF24RaxQBLeDQOhE2MleyXjf3Wo17Qflsw8rWu8jpo5/zEhQrFEVfwNQxXMxhC9hd7QbVnoaPc1n7OAUWscICcArp44jgfyScwXXuyC3YWs4zq1XzCumLlNWN1myIWojtp63T28te0SPuu4wowI+aAM7wCYi0BU47r7Rj07a02uYN7a8RfVB/j+AWeGxhHpHmHeaR5rVZpkUh2uopp0T7X9Iz2xobulTcMf8FtEI6b5f3LMPGPYYrZTtbQBflOGyLaGueFtfSUrl4r9UrOsgJa5k8NUZqQrSUVBuZaxE5NubvzLQ01nZ7ImU0lyshjJkLBLhraz4zx87C5MtlZW4ofIMqzV5r/94u26erlIiNlDBrStt9yj2UAmZd8bm+thv0tW12VKTaKnzc17bZmnNa8gBv0Giva1oWs419qG1mc107nR0+uIUfKX5dtpXVtQ5fgaNrgZK4YDt402qPtKnSuaD0Ru6Uz5a0HrUGfC+lyEPIltSXcn6tdH4Lvlecz+BjjM4ybakJvMXTdV9Tw9+3i46zFT6z4aseEZYt8hr/i0Mpf0Z+YGgwlbmDn3DNYF3qevehLfW9XhFqvl+R8GjyQpl1xBzKHVrQoIBPrMPWwCpRoeVAGmLcxGhjSamNCeyx3oQeyYvChfI7amM2/X+Y9ye2/wbMMtOy0e5u+mKFlyu/WfHF9jPGNJgHu0N6K58aKO+6hm+0V9AHS993oGs9jrjGDe8X/tDRd+SMmaiMihPNVWYraPh5zpWGTRvMkLTaM3MmTZl1sCMW4piWqlwPbCldaBvNjtHUBnptEub8VtUGrdKXpa3R+6qZdCp+8NMtsrdnkzErjLG4rn+j36kaHuTLkv42fjvbB3um/afJXe2rXCUsJ3qfry3fTetY4WuB5o2zPW6qGliDp+1uI9vRFubQiFWHcNimG5YA9YUrPyy1ypxrOjOtauEjA90V1E+KyO+qjCiUH6S6PnEfdYaJR829OPURAVY+YzRP+OGqWB8iq8nOFtm9os/YhfAE3G8pb0411kWtMbCUx6EtK9tlM3dbZF/J3ygPVbNsU0/qnqXURYbj45nh5Zbm9SrtdX3Npw8vrUrLjvwHyGRP1hpiafkb8lNbY2ur2NKqYSt7WhTIgpjQZ+kgwh9qa2ObrZPhrxyRVl08Q3lPemlTF+Tc2D4XuGL77EJlKGkm1xzztqVyg3qdbVpHO69YPS1tSd0241ZyHT5LS/c7XOE+T2mSfnLwf7a+jsjrO5bqQNzX4GhL8dDkUE9Ud9IW5kWXekHPfM9AdV/qGj2z76Gv+ugrbbEjf9LQFyaq/+r6Vv53BgsptYxMYut01UF7qguIDsjs10lDly11Z8S81ZrNDO5svTadGVow7X0n1MUjn+vD0bWAGAW+9RUdEDJT7y0Yn/L7yp+vAW9ZI3wXY5/Ihc+pN+t9C3OfjsH28GGuOmHTCg1stTAD1dfJf9v5LWMKvRb1Sc2jl7W6a93BU9M3cok6A+KyS9UjNZvGyEZvM8v2fDpweym9PuQzpVcIcYYBvC3rcZ7aQyM46Z6s7CbCnL2fymsGRh1GMNSqIJUiasbRPw1oAwvXsI0WBktCJeulsSSM5F+zJOYrloTfsCR2SPukaFoVTQvk3Neos6yI8UC1VloS8Ph3jI3aY6QH56IBVZngZpeETetFV2kGySqa4EKjP9BUAkRqkSVRMCOBEjzQ1TC+MtqAcoodXAHU1wpJ/RNEoVVzZGTxi2YClFR7xnEc1bRuAqGIygfD+XHVidYQqwXSVS0B1NVKCkSTVLpEtKgCQ2FYabCk6COi/2nVWnpldY3oY2BeGn1OMblOy8zTPP9lNUOEEqHnCtUv1VpAbg8kEzQF7MbCTp1+Xtv+er6Z4/4jkcyOpdweEqBvB355jhXXXgaMyoG+EBnqOAEjkMxlghaOSCXgmWu+UqcVqIRuNX5fmhVbPl+oP4Tj745klj4y5OLHYQotgLATSzIsJmmoknFucvVT7ooAhylSZk1qbtyg8Xtf8/XM8/90BKsZtbq/nb/n9tuP7scPlr0atzrcsgH3cDNs9fHdwlabLZv/cA64C/lO/kgVHnrhzxlTqOvox8H/vczKH/4zZxSrLTfY7rdl/WM5SoCu2k/3i3I0ma4OuPoSudx48XrC/nQ6+jZnFryJuyTT2ctwR0vunT3AhUhaH9uOf/ijRCJvGzJm9p7tvA+OVlPS3U3SsJ0t7bzXU+R/HW1sNtmrkWid3S7us9t8A0f/jgbsIK1ya4f9Xhg7tDYX9MEm1n5rD/Zy4H9om0t1omHqt6LUPxiQ3lykGwvadQ6Se75uOVp8LV8mfzcmImf1PHBSTuMXB7zdH91X4/2mbTXeRt2H1ger8b816bJjk83GuAeHPzeuwmNj3F+1u8bdLJ+9Ics+P4++C+OSuy5f7lal0Ya8u3sur5wIN3meYQKfp7dPm0/Xd9bjnwT+FyMPrQ/8T95RstSdWSI/JMfKhbBexLCuILLOOav0g5LHTu//XGxbRp6P/36XyFsnzI/OZllE92gL+zywvPfin5uFEU999z2xViqizV2dD7PnUSFEd1vu8tueNlIh6eeZ2I8j6cheW+W2t4mlSqA1sVSpK78eS5t1Y079zeyc/4+xdLSlmcHvRpK3BUn2Hkk1kg638LvfjaTNLamb0m5fimlfimlfimlfimlfimlfimlfimlfimlfimlfimlfimnd0vi3Np+wrU0/9WHrH678Wm7g2tsde7tjb3fs7Y693bG3O/Z2x97u2Nsde7tjb3f8r3ei2GaS2Jb9D5eIdTc3/O9tkr1NsrdJ9jbJ3ibZ2yR7m2Rvk+xtkr1NsrdJ/mvbUojdcbBhd9gfP/7Ddse2TTjrFsbkfpE8GKugkRBXQb1KnpuvJs81oSt4cA4/tjrONgz9yf/JL6Z5glxsHcv/WR8sqyVmhfXhwMXhj5bcfcIfbF521q4ebb3KIdbvPNox8Ec+Lb9vGcReu4YtTCv3tvzGBqHHZSpwePgwebnjzpX7+YdRAlvs+NtzwD/8x9s59pv8ppy/j63NnL/WlpS/1rtl/G1u69nbs+/XhCL0MH43xnGgTSD+ko2LDds/a+fKMz7ePcHR0QYYv9v2vXs8ermp7V4tifdUlsQTKyI+n4SPnaokHmUKIVMV26vLAsfLlRLBzbIbb9jIKNuaGxuZpZAj/2HGkgt9aggo3KYlXB9DUzKEheS0zLM/0IJhWkoCG4Bhu6KMTk7dPUdp2LJcRo9ldKLLshhd0HqtlLXq/9yaj/faWkpBS/xExUBL4zjcNG1K/SSWlpcfoNyz2+Wm6d6CJfnHp2Mt8ZBqoTfeP8jLMvmmrAdKHi9ZbO8rS0ZZXeqH7eLVeRam3NSIJTcyLQHVL4vYoWQNNhqL/YqN2gOWlIJthHfq/QNoK1bVpOIxzLUEVRuaVKYl9Pssxsay5PweFgDMTUkrLQCn9ryrpZX6BeG9Y6O92rKZ4LL0a0y8SzZsOL8GrG9RYsQVG3AczQxNXLNIQEe1RpkvNuc7t8R36nHDOzdAs3SOq6VAWHJ8aYrJ5VqaXL4TxQHMpviqCCJLOchY9HlEgWpbr7ZRYCkawphHsVOxcfoRtmPPG45l/lZK2l7TYN8oBgl79tQRuBda/r/nXY25sT7UpiJiG6IMfzw0dizLjMyrMk0sIzGdcU5jlGsLWIwRtBRqiSUtdeIP56YhB9ZBYdoxFNqOYUcpN/PdpphAWdoiVzqGHXwe6Byn5dzycm5aXqStpZ248Twwx3PCLbLSqk0Evl1bLPRYYkruwTuxyX5Bm+fV8u1hWd7LYokt+twSFH1AqbXCtKgoWKatLNnFeX2hf84UN4B9XqjfgmUzFoaOWCLI8AXL8AUryht8QUsjZbuKalZzzFH8kjygBZ4htmHJMxwtU4eiAOlS39VTumQJLFmr4BlaYsyRMVB2Jr/0Tdl74Z0o0WXKtFmKl0TLuWlpflOGiwUn7FdbbVgogaPlf1hMQMu8oKTY0pTzkTmyKGZW+S5YwiTTd/vHY/Xt9FnYMdSijK7hN/i+/K6kDy2f6Gr5MJbEsrqm5ArnO2LpoWXsy5xMaR6Rmq/RaUC6stFeo4eScVajrYajfIXtK5a6Xk9nIcuaBU5MSwz8CzQ3yY0fyBStLEvtUL5oCT2UsgIf64coYJKFLMPDgqSm9Bp9O4SZllLbUYqoKvmE8oDqA4oUv7oux7RoURZtyfV8HZqSMCxt01L6C1n0pGynwDL0xVUQ9tMMLUTKgiq3/uksov9By5trqaPe3BQ4NeUZ2+qvQ0OgV9sOhKakj6GVXEsRokxWyFJ0KjMixbEpuKrNkUwZI68qLQS/F0sB9S3yDpbNt0wZzQHKZrGlDFtD0B93Oq9L7bV3FIot5WRHy3fl5JV5ufa6KKuVs1TXUgvPKHwjA+eoTz5etmGpWm2AruoWDgPIqwXb3FybwjVnKVpwLFGyDnLLFOvNKSPPUpaEC7WFi/pAhdbeaK2xpW1GWSJvpSzRK+01yN+1LY+2mTD6zLkp2derWl2ofLBK+VDfOzbl/cYTo1+82ZIiM2Wu3LuS5/n6zrpI7aClZe5Ig+4lmzJ1zHpHIReUZbu6RvlCrtV+ClmxhJy4EpyEHfrSs3Vv0arfe01LfcOPQ43IYXGy+Eq1N7/0BrPgpRZ5HJVFKCeu4YALU85IpQ0L1qVawta/KbljXnF2jdCoBsiVN/BK6MrXirbzGnThxTPaD7VPcHstHmiKkLnEOKIFpikSj9SIevlGQVO2fWPUKr9k44ibsixyrrBQDzsKqxnN0caq7L7e/EgLlpGD91lsKxxTIreqksLUjClJyoKiKpXHYa09sLS0FtJkE4tcI14sWnhZFrDsO1o6WuaNYnKUpoGtJakH1B7YwGPEon66El/jbFaIhhWuFqVD0V749MDZA5WG1N4HWq7o66qPcLvVE5RWD5pwQLu9rjSecae0fJzIUi7BUsYoTHodlgUGq2KtYUFOZspf03eas9CmFvH1qSVqUWCHDUZGlD5LWkXlvIUjvW0BrdK6Kd44Dzvhknil9BGNCkX+LsnRHdIiNfOBZ+hcy05rhMfR4oKmUCIKu0ET6aTLEgbUYK6NBgMcw+rQ0lm2FgykpsVipq9zH4yROlogWQvuGsm01CJ+LBCqmlZRFUzO6lLZtKzmZs4sSEgpQj7AQorEhSna67J4KspfE1aE3Y5yXXUx59Bn0U1PaYoFQ02RRhYyVE1VS0zR0ojUqnCvxj1KoOGo1GYIO5TU9mg5m7JaLOF9bSJR1M6s0mpQTRURT6Et5SEDE7EM3mpmVpYjs9ckyrrUWJpmNLQ4WNSPpb56xaW2TERh4kW1xuMS3pxjK67KeNECIvfHN2tsJ9G1XEAreHW+Yy0SSeloaYm0jhbF9Fn81lZeLbgtNT2FTR6W9M/11tN5Olo8V38zjf1Q7h6RS20It9SisGGpvTN6rxJ4YO7vGX6v2v5rNMK4Ba3VQLVo8OjH1WK5ytOtkqdbtWfBNIHzA8WZk6mcII5PAzYlaloKcV/XmZbac3SdTRaUQ06Jn9dhzeKQpEmUOMN6EPo2PAPFB00x3My8d1lZiE0LQotBFqYMfqEadbJULSA08gI8zhRzJK+bsPQe1/B4ogWwV2jkfCOqtVoq9ocLm6G3zlUZIjF9dujx/419dmzL/vihtRov8couxv9UuKQsP7F3YO8d2HsH9t6BvXdg7x3Yewf23oG9d2DvHdh7B/begb13YO8d2HsH9t6BvXdg7x3Yewf23oG9d2D/cw7ssjl805n9Ox3YnvVvc17/QJHyfcON31J9/KO1Vti65W6m5v/elhveZiTjb/dmWOmxUMK30WDh5wsev93XwNz43o0NPh6sYdA7cFfH+NFWBh9bRx8cb3Wwg4/2B6/RzaC1OvSObgYCaXRFqW4zu2nWKeMX9DvwNougR+34j31rFuDzcLO+hLdl581v7c3ibRZE//uByyl+qMt3vN0LQiOb2+OYK6HO94psbkYjJ2IBPlxctx7urvti9S0f7q+v0LFsFHy6+XbzdXhy56ZHwZiRxIJxiLxtmS29MpfPn758G54tp58nrenw01DeOE/7ztV4+PX82/DTJP3inn8ffm2n8TT69PnkyLr9+qUZnTP2Z9WJ3UEkhB5rsWsj1eEtbqc+QZ93bKTEduq+9ujzbxBxccNJuuwVsJGgF/eM577PbuTshqldWNl18dY/1U6R0NdHjNItNbIkejyfPZ1djK+uzfi412X3berEA+1WjfIFcd9EmowOy46ZXta9mgmUGb08CkbR483jADZ3uam12tZLf8uZlmVA58yI3av7qhuis7WvncHDq0GOCBd1UUSc0EXV/B5CR6/+/hLDJoOXkF03ubG7LZjAmOfsIIsu2BxzpF1pNWrGTtw2bXb/eAEdF91UBZ4Wu3VqZ9EKtiG95IzI5Jf+8RqcYJvxuUKP8KVgbPhleN25o1ce0QscLWx7H8tzxYV2+lxyo3EOjzJ7I9rsQBrrs2JP4lvgFafvgCUBTIdVoRsDh4HC9vTH8MCOu8Tt+TV7HlqdJe2XPCuPphwEOknT9yW0l5g+kebIEg2MLCIigO3+ratxp3XJ+Xes61GQasTbGjGijc3w4xXaz7ULapCppx8+J3Y0zdWnFKCLu80utvSWo4s8utF3bPjx5PvLo85Vu3ijG33RPR3kjFQ04fHY+n732N8Cj4F+TzwNYJ+E4wdspnbkPehQn0cNWHQrX2A/H8Twd3Ty8t0XcaA9HE8Hy5X1sPO9Zj2wb6H6H4UGha4eboVDMdov973cOa2p2kelV9R4QR1SkIHeFXr0xv1CKbs8tg2W+mUfYlusZIu9YU2XRca2GHdp2wplxjKK7pWBYCdlT+7Q/okvKlf4OF2Y2IqtfaZJ0Z6u+NO1VYTOkOXvHav5d6KrUmMCflpyioUWHri65upmb22+J69Xtszhslr12fWjpcVR4J1yQPGg9op6TN/4h+OQ3U8TA7v2XKkinZMqrgYopGFg8i1qUn8vRmdL4sQcS/h3NE70uGOVkeK1v3MIzyMoEeNefYu67L2eFYTjdagdXHNLO2kyTpssyCnpsUhcdIwNi+k1OYX/EOhq/3IdFg/HUWw8zuZYruCVd1x9W/Db6HmZqBfgLCVV3tHrZfImWNQmUO8LYl6XZqVyTmm1UuEJRX9tc6xWUqTfX6/UTpozFrzCwdBTuN+KxglpbcXWf7cEtNZ6x5SDDR3OsT8cHmyqcWVry1+vxm22TNmrcXs1bq/G7dW4vRq3V+P2atxejdurcatqnHN0+MFeda+6h/8CTW6zCcVek9trcntNbq/J7TW5vSa31+T2mtxek1tzyDnOv9Ajt1m4f6/H7fW4vR631+P2etxej9vrcXs9bq/Hrelxdll1/N/kjzvcUNuQQlpmC9bJr5366vHfTpAVyD7nX/H8h1Z5OjDD8cRfrpzl5mwlsTaZ3s7no2Qtt/bn05c1YfU1GJny3W8m4bZ+eRLu38Ptvuz4vo3W32yj5YRuJEI/8v9yG63x7dfzMea1XlViQEMo0EYyMt8QGPgU4BqqdLzdmKOqTBGgMsU45H4iqo8Q2J7uew0gTLIkt+rzWK/1C1Exuc8thOAQ0wB7unAP9umgBRJavHSwn7BlKpBg7PrvXbvl3fJ+zEv/JQWUlAlNhhAtisanMd6t+wexFy7LYt57/EojkPVaNq+2TMHM+40vuswaX3dadE1DMAOtPPwENWcVSv0C9VawI89A5CvamgRlM64de8Kxq20iahR39C25k4v1ZlgXx1PjTxR9fzhj7Qb/nDvIQtZaCXW/OBolQeHtU5y72OVrdggXIWvmhNZd1UgN90+5c1bVhlOoOO6OufncT3/JGjO6jx7voZo08Ay2RIV5KLhDy+9jJ6eL3alQO7RuQg97wNFkR+bK2heoqbCs5hPrfFgrIe7QEA0dKPah1vkpvui3Xer9ursx0J17pknZzrkXqe4WxE5P7Ihj66WyAVagOOLfmzvKltmds2zdOEcvG81+Ph1/F45ogYK4bw0mC2hznKblOdtujdplg58lW7adtLVyQAXNNhQuT/evdoqAe5J7oDgYEnZA6HGvMsxkK2ClnIkYB5hxku7YawjTFnt5C1Vs26Ao7mFnxaVRW/cPi8KnVTyqORRQzqO8mmP9u35D+XzjfY0d+s0deMXq34l78/Q5pa7ov5eueGCvb7NxNndS/NZddK3NEnCX98/fR8n9fvsLm8c46xj7p/e+tDb3PXafb5MpEGZQN5c/o/tFNnuebOBuFYY/tPlwV4upPxz31O6cdjqvtqmayeijBcD30WpQwPT+z92u3/fC5uH6PsUty6+1DZvV5sVfj07nbW3+/mm4tu2wgaNVhP4c5N60aH6wtdLf3H14YG/uMXPXt4b+6AbEw/WtjBsj7dhv+Kt2E7Y2dxO+htHa3t2J1L9qV/8cMby9GfXo30U17q8imY3dr+7H30wyP7Cf8a+TjOetEM2Ho0P3DcLh2ef755F8GMT0e1CT+68ipk0S+GXE5Nm/mZj2uyroQKocLG6IUjd+fxScPUxvr4ezoW+NxAxiCS04jG6vr9ze4xGdQnDiREUbRT7FtBmIyQGDuuGQSQN/aeKzrcXgOpqJkTW9+BpNh372fXg2te7O+qt3V8Z9cNLGeTOiVSCqyVIwMUwq/DMxgBhm1UQjtXEUdhlrQRQOTq3QkvsdloPxy2P5HAqZoegdSpr0rNjXgpSR37H5jM+yWsaXPxATDQYnImnRGAUSaXhr926Ug8oZRdaSTowRyXguzEZ5VkxFzw6tjiWmGspzlccqRqHxnXAesfCi4EFLtaA0z0OEMl7+YF4eq9gJOk3HxpnQyZwuy9D05L6+BcN68xsmCxrH4/MwAhwYmeujfEveUxgVBkaN+Ar6uYp5y/ItD6GYqUstEglYT48jxLn8Rjyn6LUuUEJmOhO6Mm6yy3NTuLg9FrPaGTh9e8U4T4HtFbcZr8i/ulhx3i6v4c7UuPqOgsejTCgLmQEHATus97LQb6/+uww2R979zurdydnRXOb/7e6xn8rf3+6evhRC93YXpdH8ThoWiGZPvMDve4gyh5ftostinGkaxQlcYMvAD1soxdU9CRpzNq7FM8b6Psr1/M5ZTAGfm8ebx64bWcnj0fPNpe3eXn+xbv1ZGj0de5swa8727mz6cnN57IWxrNgY5XkTuGNbOBesZ5zpSH5HZ+oY3bIDj7+PV36v3bfqIE1NKWq5fv791ukfBCeMfVezvviq3ENm7ySf0vr69ZeHxHl4SJ7OH+7jWcp8AVmlQsFW6HeKaJzI3yjjSmeIzDN1Ir+9FKp25W83anTOXvvW9POn4+93Mk/wkxXnTYzyoL2ihrqMR1dbmFbfKO+LchRlEmwJFQu2tlDqMWPDFSZk/oEjuBlXcFgMnelkeJYK1d3AJb57rmdKQfd+5ygYl+8O0vsY56GrET4594O133EeZiiMJlz1b1NP4/pk8DWaDb6e54OvWDUoBtcXmPfyrh+0uv7EFvy0TIlNOyo6VihcSeDUiuL2shs3HNP56reCY8PJZmhR/p6+DD+Fje9qyzgDrpCQXBu4CmpcsZyy4Gr8y+jxtbka+kmXCH+Aswv9IMyB89ysZDlPc6z6qEChQkjLSb76+9+kHb++fnN2WtyenebJ42lL5k8nYzfueMKtszAOHcGFxyj7jrX0OofYxc+iYqL8rIR6zc/ymp+h2Dn4WdAS2fXb+Zl5e8XP2ig+Z5f8bOV38rPEE/73vrjZvja0nG6cLCM/kLlNPLkmuJu8gptmgKMJgZUyZ026rQNKDCD1CxZtu0RACSG60KokDmGBjI7gnWGxyf+2fdValo3hCZkl8BHt6sEJ43Z2KxpI9xMKgraRVWKFprgeebV/+mC+Z14dmXvXKc8Xejw91mN5vVNlZIjGlGlGTj9DaIL5RFs0lRXK/Qv8f4duITpu423fEfAUDRlQxNqzNnQXvzPaKlnWdeUfkI6NNWyjcLRw3FqXQabduI+173bN2o/GDM/9RunYdxBsQpBXpWPgsHHCSSUdNY/lpJSO9e/vKB13aCfZLu78V6QjQjKUjgbmTelovrGhyaCULnD1O6WjvruSjhECeQydUTo2f+d5xFX338KBX5GONdTjAcpdtxr641KxNUlrvbOj2Lr8ndJRaI+ldyvpGJu1XEnHBOWX3Uo61r//V2v7tY1VQr3Bz/QbWw1dRrCVAlu/k5+Zd5f8rAMfidjTJT9r/k5+ZiMk+7542b42LnZaATu+1W+EhJu2+Q5dZuBM84GznAZnEXxHdsjGOPAzRS3wE51XatJfkEeb5u8Mh03et/lN6zqY/0og/B13Mq8VDf3obYnF2R/KTMZtPt9fH4x7j23M/77UuvPvysOni5t8Ne2NBZfjJGVbjJN2ToqO2yKdIQtCOxh7hzdnV48JMrlVFshcLh6jeZJbjfQy4TNP1ousjeIiPq/S0ko/2Z8xqKx8WlbX5Ob6pljL9V+yvVEB7a2TMxlkfPOAjHThiIVyQabbZRdICIn7C3hRI/428BrHTO9jex8kjRRRjt+SXO/hsXFPmokM5EqNrjOMyX0lSGRhoXQmz6BIdbsYxD22bQn88qjz0YSYPlqE5SzEralQ9DZHI7b5WUafvi0u4pAeTSTcsO1LjNZDQRpSW6zmxCYDXaYTpbgX3yWabnUs75NnQxYVN/NG1jeKYNv67qSESat7JtoFsqvjfhphf89YtIjVuVuBz/la0SMS7nrYg8Ks6wvsNRoPML7H+Y5T+KXM0YyBvSbYPTASrfbrN7F50peQiUIPD/w2aILlke9sI4PcFg4u8217uqehgyYTS7briKGnMJkoV5gPCu6ukm8AXswYKVto+R0kJGH/jZ2wtdbElTnLNbZi01ZUjxkLhAu8kEEPaZtFTzLPgsXD0e7IxrtBc13qSGx/BNhmXXy/P9TvGPfT6ljOAftyhEtjn5TgAcXF0RShpfAMEVGQOV09UNMUnMi8sEfI7Z5UeMSzaCGXUx8rzg/EpmRR/cCfWMBr97qzg37baB+0hMaNPUl3sJ+xr8kP5Fmk6LXRhGLJQv2CC+BeNIu0PJa4CLkXKsV+opypbIQn6BsF9DtZ9BW0C7iJRjLyRPs6fTA0y/nUtITmF1rovetfIcrRUu8/dUqOKb+xrZHglY1IkDqLPToirWvawLrDzowicXSt9RyDf+EJSWPe8OqErlo3vax7bZpZxD1qCKK1te4frUUXSW4FrBG2BWttX3dtjOFoYXnB5WNGmgT9d/10wWdjNEDpKK/QNWXhXVxTPtaQ4U9stzUQXGOXRx/phWj7ZOkOjE4hc1qy7R08Umh9FJ9j54jo6D3CV9Y8dtu0tAXUpIg4tz7aB9FiCi/Z/ACph4j8uNFjqq29NLVSeHgnxY6XaPxwgKTcMq1UuXOwuStnzKYjGa0zWRMyd/dOUz7FKgkWEaJF48QecHfHIAthtWAtNnGGZihoLoH1UkTC/xIk/wodWwWbiGA3DXi5DzsDPsi05udsRZZkoGttx0O8gw8V1XO0JvEcPHvlcwnWuKyxCXYq5WbORRc40TkXOmfsmeScizCu6R7rO+IaSqF9g+9mkX6b0N+gWuPYgwbNG3ycMMo9c3+nyQcK2ldoqjK+GaM5BaJmWI+RP1mytZF8V8RxhGefZVYXCY6+zJXyJfEGaIKAXVeITAkPpvxhazNELkv493LYbLS0x2H9flqRpB/gMNWdT4Gl85zkUcVvsGZTW9YTLBjsWl2ykY2Bbziu4Us+z39JcYvmE/F0HrHFY5tyIYyFv2OdxZNC/e+TlsytuZ6Wun50PjJOfazhBi19gR1nBrYe1ybm7zd5Swf7VjGeFfnnY/DMEPKOViNoxwJ/TdmEwodu0NMdXEgSpSUFeMDKqseTebSgSwiN67cX7ULhhXhFE14BZCt4LGQt27l1VXeAnMGezBbWIvApfIH0Qf6KMeO0IWshn9reBfkPrnM9ufWxkqe2to4s8Rd4Zs3lTT6p9GuRfsHnIq7dngvvNr//sbMkL40HKtPijtN4hxsCL5fmyLXRq4/VO8I8onzptQJNFyffJ20XQY1HpFfL3MCH5D4296iPSg/8fpHloCuxmK0BW3NyTcr5JFddDHoB5yV0fPMQsQUo9LNA+SvWT8z9panyoOH4AtbouLNgGzvsZyb+E+oB4F/cf+yfPzA2IutI5yV8s5SjTOEOcm3xmorupd8XAodMw27bNc+BXJk45D3+xNVvgZwvj/V98l0W9Y+i7Q5KWkVEvAgX1Gk0dRzXWmg7xyZT4+hBd991ZGxEwAcCo2qemu4v8uhizL3VrQj8DDh0lDeorsxjU8dF8rXXxbpD45K4Y2ikX49NvTPAt7uUMYJjtMQN2DJ1Uq6ZBSP6qs95Il8Ie8K1IPwd7oT3ewvy/hF5nRu62MXZRoo8ji71qrMOG/h0FbeF6kMdfCOSy017TPn2R9B0H+u00PcIH2XbP6ETTdUvItGPmBwO3ZDxr8Rdo7mcu1lFCgZsAxzkbKiMbxmnTRr2TGMZR+QAdHVP58djpXfLOGwjLPxI5KR875jt+LD2sd+4BX4CHAr/zSteKLwY9IkWoWyp6A/n2g6Ua2op+KM+FGgbxlrHQVx1DHynSHoHXQpN90iXURxYK7Kw6DvKYwaGxvse6AFNsyh3SxyiNaifqO56DVoMs4hrBHhLLMJSv0l0FMiEnvL7ccpmUog7sMWwrC22VhSbSXRU2EhoYpY11hUaINnkUyPFc+NY4hv0icZGHtfgGfSuwVLlC3TZ0L3QZl34vsLIE4Fbm2uJcgG7aqnvVGs8rY6GrtiKEvMRi9TwMa9c56LfVTSARmERdrBiPPAz0FrRr44NueWxzgCObHuboL0yeewg1nUrMkT3n8dhNY+uni+4p1vkqm43oSwDXWbRo9KB0t1ghe660InYqjgsvwF0avSMSl+BLphz1++JZnNQF6yPFS8BT5d1hq1BFlpfo5FdxNoDE8BfdC7YfT3s/oYsBg2IrPgyV5sQ98tzXMc9V21oHhs8tV3ozvEAvMCi3lMfzX1t1q7Q74dcbbMddcCGajXcqBdD9oHfgBZgr5Bno3Ea1gTi8dQFLMMPcsoR0kFlq5Mf0BbAeJcl/kPD5xs2LfWuScq14AcqF4uwPjb0rhD1J0TeJuB92qwL87SpV6js4c5qmXNLeXrgVfwZeimz1QaiB4IfTIX/49v7Qtt9W9dada/uGteWw0I73lL1hBT21IvCdtCkUaO3dLxIad2KioHyDj+pdIGLqrbEwMZ9rDWBcaBD+4NKfoMm0Jac7cjjL2Ndox3lH2in7oNekoLNIRX/YqtwfOgpJe+gTUXeEHe8AeHCbZfmqDAJ/BRtb5UP+F/G8n7wXdi21MPUNod8MWs+breU53WyboP/wLseaJSn0DWDzXCGj9Z4NHTedmtfS2ip74XHhk4reuol9KHOcpAbHlWQZo1uH7KlfKi0KjL3i+KzwPyAz7AxP8I6C6nvgn4D945VEdqO4rjnEq+gQ7ZSr+aRsxElaBy0TFkQ5tX31TatrS1oWc/DM/pYZnCcwfZorC+3qz6cVsT1RZmbs932uE95Tlt0BL9Tz9mNN643D34P2GrUe1D3BDIX+EDtk3HfIk9h/hbsGs6rZXhU1q1stI5WpICsQgUDv6Rd2HzcnNlq+PIc6nTKh5ZGH3PrY0XrrrwX4xVdyr6AvCJE807QKflMou1148TYdaqTCZ8wOlla1DoZ5F/Sor6Uw5aJNJOSTQsnhJPAi/4oPdb2R9fQiKFHWXNGrvsDq74P9hb0AvhPekanxu/lseRroHFkPYq+fkZZaWgSehr8cW1XxwBupw/qJxik5VHH6KgeIzTVxfVxZHg91y3aJtM/2i31OPwW93hN/Twp5TPtsqLHdY424uqLxHrvVy2uAfew1NuUHpfVOtPW6J7qx/DJlLwrKXmXu6r3gCdWes92vFNfQzRNdA0X34M5dFyjfyh/KkrZPckVz5N1/Q16I/Q3sTuuftC3guzcXkY7W/mUG/sB6ExwhzXVt+DjQMPbkD4q0tmKj0PWg8etuPDvFEbOxaj3RP+G+qMQGcQY44ZfD7pCkQhej0NsNRWdCfoltsg6oq+98c7BEn4VRNBi5qwktI2BJ9AP7Unqq9RXnO4Kj5y06G/B9lj/Cr4QtgUHb2KzWzSc5PvA4wb5HavRBPSjQncR2HJ89UmYYzk+6zVNWpTPvujfPrJBQk993+flc47Oa+JFDf8eZDJ4YeQ/IH8GPmNUSAHfEJ2C8IBtWx4bvDaFP3zJpr7+8ODu0mrRj8+4gtgKj7T5HdInfeS1/XFBPpKqjTYOS5+Asespl0uap0yhz6VAPSjLUp/aBFlrhJc2YOW3wX+bG99WVvm2/BW+mWucIXXM78LX+qUfxK7pmn4Q0lD4hHXRp59BZO3C+FJewP+MP8b4R9I1PS/06As140fVfev64MRTv8FE/bNx6hm/Ua3n6ppX3eER9G78TeP2Eu3OoWfrdwct4y/Ka/rgd4u9NKE8Nz6TFteE+sMa300fuPpZxtAR1H6OTkrfWq8ec6R6j/rWzse1DQ+atcCvPeJZ5Aa3n0MPxFolnaP59QCNWd3uV8C3l4F/Rli3uE9kK+GMWBdpo50b2shqvY8wNo1lk7z2URp4x217ld7Ix90wnhi/Vsf4mugHLeUWeLilzcPb8Pm79HufWC7rzRVXD7W/lb7RVo2jNn1eEdcBGoDT15vRtkWcyS+fTQ1c+6v6LuWjzP0sc9miHvNEXup4qM+NSxgMslXdN4B/ke+EzWX806Wv1zJ0scVX1kkhv+S6TV7vooJQtXl+fPcJvpeN2mPw4SG+ZDEeSZ3uBrinDmRknYd29sZ3pD4k6jtT6qQR9SKV0434nkW7adS0RXtOpZ836I62qNqFltpPsM2rY4M20tz4EkzD9YTyTPWPSl+xld/X8RPyYpG1Rm8Z09/OeU0c1RUGGj+LGU+i3qX+rB5jl4Izz8hZr9JDTqhfLahfqX1lUZ+r9LZSXxnAPne1iXBH7TTV60pdsOF/7Wdqx9BOxXM51yBLPNA3AVtL9UmuPfqWDMwCA3v46hkvgY0rPJ+4zCGLKAcqOxL6CvRc+LGGalvIOmnoziUesRY9tQVKfXSbbdFZ0Ea9bLPmnbHrW+rnmazyGNrtD3PlSW3FAW2Aym6wI/olJ7WM5/xQVQsxnEkeOdTRCura8cD438nLbfgElK9ok3ex3bfbOcpvXGM7Ll/5ttT4Byq7ifoB9GvqOp3af3+C9/eN7Qj/PdYo9UT1Y+fwMYTqZ9L5Cn5P1f8LP4w5Ku2QdkXedIibQYEYDWWExmvpW+nQvtTxmFegeiroQ9+5JHwRo6admxjduuc2dAbYj46xH0ubwzV+A9FH+ytwoK7OWDpwqzq5HmtZy/WHOo/IEbhkHInyXnFMW99mfc94JbbGghnUV3Ud5/Dn1T6FSseFbeVChkX0RXxZcj3QLxWqrI8DtS39tFzDxh8fFvU8kcXUVvtyxTeifrOGTG/al0vjV7crX1Mj1gb7EvRn7Ev1NZFXwoc4sLmGR7AJQyM/O1v8QO2F8QMttNLqDp8SfdmhgVlP1xp1kvLYiClRDwUvCvI6fi72LfSngtcd+qEZp2WVRKz7LHwsfUyD0sdUx1YYM4OOilwA2t3qq8tLX13DL8k1TzsMOeKlnW94RMVTvQhrHr5gLTtTiP6Q6hp5KOMFRRkvqGNX8KkOltzRdVLGZUFvA8al4a+mbCBv4rEpU5Yad07zct7dy+pY3odxjN9DdKHc4H1cwmRQ+5hi2qcsN6S+RjliTvQnQP/suMafD1kLXy5tT/X5qM+IeTnxww7bVX2yWJNqu37hLkvyGP903LBbHV1nVpmroTk/tPNT488W25N+0IHmLfiTXNfCjfIK6ivm2Ih/dX36ECziRv3zruGdecNfAD3L1vyejqPyfN3v31Fcw6fp9+kTUt+86G/XO2MMiC+ypJK8M6NN5GTUl9VPpj7CkDp3eazoq4iULxWIC0SaT+M1YiUNuzzNA93BaWRih/6LiLbeyjrNTYxOxj43MTpUniRPlvd0Sh++Xfl1ixK3aVoeS9ySByLejmN8My9lBmhjOCpx3HEYJ8r5Hfx26skmBijz0H0XMfgK41rZarw6WHZPqhhgTlkXN2Nmpe7CGL3HOGQMeJj9XppPXem5GneDXEu9O8Tt4mRhYnUmLpCkdayv4h0e87CYHzIda0wOsibFulWbmbHSSVrGC9Un3U+rY01DS+OLLsLLMqY5KGOaK3FZkSdewDrKE6cRH9X1vBr3yE0elMb/EH9jDJf+lRfq4qTJUsbQP5iaOK7Rw0o/NnV9ExulrlKoXQUZY3EfDPZHqQ4aOsZPuB5XVt+OGQ9x5d1xao19QX6YODXo0aqP9XoIx1q1tKt+FbVRNIZe8WWNh4SLMoZu1mN1rPPUoH8EiPtnjI9dwzaCr67tRUZGkedp3NsLuUsbvqitviyNaRbwtadulO/06y+JT1wHHQBn1MlCo2N3ilUdO4ENrv62x7D0aYMXgjdDt4NN3qLfDn5vVLz1GfujvgL/LOJywlM9ylHwan+Xn7Hk1awkDF4NnwrrmYucoD8AvIt5hPS5dqhr63ofqI/R0Zy40OR2ruokyIljvkbRPdOczosqJhEg1mbyNKMdOXHYScScOFvf3WmZ/E3k0iBOkPN7xg+zSHPrTL3ttq4b6tfwo7SZr8V8MK4r2CjCd5gf1tE8OY0hIkeDOZFihwEWDvn3yCpoizN3D3wC+TDMm3MbdjH8avS5Qo6q/RdogTT6K8AHkYcHX86XbXl7S/oAYtg4rJqQa5yeayzXUn8dxtplDA88VHOCkK9S5eaVc0HOaIu+I/qV2i7yUlgPHOsBhRPHD/Myl059dKJfmPxPzHNrbl7tBy7zLKm/I+Yk9y50V3/P5FpGD3U+Hudn13YNnu8wtxa2dYhc1TFzRpelbntHnalnmW8puvHwweTMmlzEQStqzIvjwDeE2F3c8zTXLwH/Aow1fi22ieZwDmyTk2s3/TAReV6Zy5yoPKl5lspQ8FD1px7c0Rc9EZ2Uuco5cgfK3Fida80rLrinR3Q545+A38Tk2C7KHNvbE5PLtTXHlToqcnXVTntkpee55tP2FKdigyUaR27pbjJW9UY+IOW6yLEDrQydWro+ExtlIE1+9cLkV9uae03acw0d2AYWDb8B9Ybigj7roMxFtutjfZ/wefuiyv9G/njY0Nlgs6VqayHOUedPOyYX2jV540uT62mHmoNqN32aEXMT+6nSUdtGbme3zOdB8cUqFzy0NbeE+T6Z6p/TXTBXPbLMRVV6z1R/7ZUFGZGrQl91FJ+W+cWtKr/4sknzoc0CitBPdvq+NvaBDG/nDywvtFnv7w/HdZ2D5L61vejfe+0gsd3VHSQH26q52R9aH3/jDpIfqOb2UxX4toDzBxGxWrvPfddONmt4sDbxYNvbyupVtZJ+Ag9y+jybLZo1kwRqD+FseI87/h8=7X1tW5va1u6vWR9PLwKJ1Y9RosVLSKNEi98icWFIND0mLYFff8Z9j8lLYqLtau1ee5+s5+lGCEwmY473t/mXc/K4OnsefX3w5+P72V+2NV795bh/2Xbr6GNLDriSmyu2c6BXkufJ2FyrL1xNintz0TJXv03G94u1G5fz+Ww5+bp+MZ4/Pd3Hy7Vro+fnebZ+29/z2fpbv46S+xcXruLR7OXVm8l4+WCutg6O6h8+3U+SB/PqQ/uj/nA3iqfJ8/zbk3nf0/zpXn95HJXDmG9cPIzG86xxyen95Zw8z+dL/etxdXI/A1xLiD2vPrXuHg5Gn6L7u0X3se89RB//jw52+jOPVB/3fP+0/MdDn35ZuNf/9/zz2Or2O/2z+Kodh+YR6/to9s1A0nzrMi9BS+DcYxDrL+c4e5gs76++jmL8mgk2ybWH5eNMzlry52L5PJ9WS4Arf09ms5P5bP7M0ZyTQ9dy3erOxi8W/5Nf5jL6ZAlM/IjTCuw4SWajxcL8/YNQMdD7fv+8vF81sMVA6ex+/ni/fM7lFvPrgQGKoYWD8jxrIJbVMRcf1pDKXBwZbE6qset1kT/M0vzEMrW2LNPBTF57fCd/JEtC42D0iNV4ulvg8Pl58n20FFy2rr7dPd0vywfk/c1ndJDnXaPczJ+n9/KrFcxB32/eX7/1xHMv/3K68lfL+mB9OGh/EOCcVrT0Lvg1vv979I0zxGpPhD10Z5PkSX65my+X80f5YWQuzO7/Xm7DwraL/2uiXesdUa3VXse1o6OXuOZ83IJqTufonVDN/iFU44W/5wKN5loe/N9v8/KH/7OgkFAE+LqqfyxH6bqOTPAU/1thpo64/pZ1hP0TyPMwf54UMpNR+eBObFpDkvFo8cCpvCfG2BsY02rZ7RcoU93URJlWu/NOKOO8sSzz5+XDPJk/jWYX8/lXA6D0frnMjSIx+racby7V6HnZhWIgF2Iw/UlcXj6dzMrb7leT5Re85UPHnEWNX9yVmQBP8vJkLJqDmWo9s1599fj+aVy+muoAr5i3/rzgWcy/Pcf3bzN3zOtVDHi+n42Wk+/rGs+2xTSPfp5PSJ8GczpHG5jT3hRXAtzkfmkeq3FCYDHKG7d9xQ2L3S9y7M72F9U4pkPWGFd95T9HwvZOvvVrbOoF9+u6NvmW/ZpEfcHL/gTfWmNA/5CJvRvfam3yLevoR/nWe2lVnT+HMsSY1h5jfkY3OtzAGGuLcrQdY5z3Uo4O3laO+iee3HF5n0zmTz+kwgg4lttWr1wtI4KaC2gulbpsLJAXJf3lgj1OxmNKtG3oso5Q77aKlr1hTn18uYqH2zTc96L6wxcr8LZG8Kf0mRfmiGMfnPQ6Lyja/v1aiCEZ1QFesw8Of7e68kurefRD5sq6jfrtbibQ/zXD+EQY5fMc0/s8G8FlZHU/g/B7T+Ovqg79Y1PZ+nAIS/nod4oA+/dbyocHvUOZ9B+SBgcfP35YVys/WlvEQal6romDg3dzy7TeWKN/meUjKJs3HsJp1Pytfoxn5XP/Qa7Usn+QLf12I+rXEOPHvCi/ny1d3T9/n8RgKhfz0VgOQsajpxguvF/gRw7AUXrM/zUMqcl2mn7h3Zzq/Ywb51/HmpwtGLixfALBr/hz8sjoSgX5i9Hd/ezzfDFZQodtrMDm0izB0475eHfxVeM6WIFRefL3ZAX0ODZvcMej5UgwS0/t08X35C/7eCUoYp98/hTYt/lx++5m9S0urMno06UVu/PvF87YGecdx8873+PH+LufdjP/5KgYP8YT79PD8u6sU/SfHhajm87z56vz+fjTZdafHH6Xp5yLp7i4eDzKb/PDVT+cdi4cvc+bHNu3X86L0c3Rt89X3uoi7U28s9lUnvejL7NZPDtcyT1t+S2LPyXynumRlx5n9ydeMn6czcbW+fd715r4J93McwfFRTpMAteT+wLr/mY1k3Fmd4+nk7uz4TJ6PE1H9ji/c66/3bpfv91+iZON5z7iXXc32UEsBBPZwyPv6Ti//RLM4qfbmfzmjG4urZG8L3D9b8GVl4zOrr/e2g+WzM/yJ6J2HJ9PgnYULg5vi/aj5zw89LNp8+/zz5+OH8ZnSRI7lx2Z1ZH3ePv17iw78Kzbs8up/EsXAoHBkTe1Cv+qnV+4A4HKdXoRet/6J1l2EQ6/+bmV49i/sqyL9GF+Ecbf/Bt/6Z+07QvX+xbkViHPyf1W6yKdLoKTdjvCtdRf+CeWjbHkHjlGj17Ry/p5lPbDhfw9/Xg+8Tt9289wj3+Vybu9pTy/unD9ZSDzuTuRd+PapO3ImJn8jTHlODDHaOGfyVzytsyhK/fh/hhHOyq65rp5vxstg0df3jGUZ7Mcc5VvaMncF/Ltduj2bMy5fxWlftjVuTXmqu/nd7cvwq6siCVjRUuOgW+8wXf4Aq/MzCGTb74t5IjzBc5lTovyeX+C7431eczxJmvxvpN2HhU9gYeMj+v6HrmO421qvnXRHFfmuvLdBkw572WhsMc85PlHzj0HnORomaPA5XhB+GO+6TgVWLQvXLw/k/f45ih4MPWLIMfzfvsiTRZ+MZC5ZZbcL/MHXL1FIM8FX+aTi3+Gg7mM5Vy4p/KNgnvyThk/x3oFfMdQYex2gYuKC1dmLQjzW4EFvkvmZct8Qn6DXB8sdVw97oDVG+8U2E3M+RXwXH83OGFwMcZxxbW9ycz9MZ5fEV4n7Y6BZ87zHHh+nQou6jpdYf2Hy+q9u/FQnye99fCeFegzaNBnX+nTMrifG7xq630Z7hMa980YQ51rWH4b5kS6A3xlbgPFAXlXMMwc0k8apPxOwAxzOAF8uwZncdw5d6XTK0MzCkuex4W3BlvOh7CLFoSRy3W2gJuBDVwdgFcYvjCo6TK3Srpy+I6pvxK8AN7i21d9zrUn39DDeCuvV+Jddxd/Ah+xlb8orQr+2ZynnFc0ze/OzHwV9r6d4dtWfDfGwd8h8Tcn77iS+0LipTUoMG624j1C334IHpethObsWH+r3im8bDd+FJwH6URoWo+yTncCN4wRET7Jgvw+5LgFeKzgQId4d0Z8/6b8Zdp4H94vuMH7umaNPPxOHOmfJfJ7kCosKD8oA4h38ryPtUuTXTAuzDrbBh87+k7LbuCjgZ/gI/n8FLC19LvI77d+d1TwWzIzXv1NYVTx7KAcr7yu67sbH0ijXTPPrqG9HmBq3ZV0mQtuYk55yRuw1j3AUfFV4CZr3ib/4DheS3lJZvDx2Dc4mt1PvO+fJ1F6f9b7eBJm339a3tu+E7jDInBreQ/cB+9QfADsLUNjVkljS/LTkPy0pjG3orFFRWOPhOMGH1G63i2bKl67fMnfs5q/uzV/59qcAI/Gwn8ExlxPw9+Vjpw1HuOu8xTlMVnrBX9XuJt1ypSH76CvO4x5Aj4IPamnepLgjvJz4D10n97CyI1FLTfq90aF0a8gV/kNPUNPpCMZe5bW/Dur+bdb8+9aXln5Gs/czRewPjnlYk581TmH175fROTp8s7C8LESZ1fklXIUOgJsanlRycLrMCC/og5X4dX95DjwocdMsqKvsjI3+pulcMNx8LpOSB0pWXLNw8siOOH5AueDwm9xvCIGjAr5FoGX36F8aryX84BMFH5kdNPM8JKCvPikiUM+eLbKPOC0ym2lh9zAZEJZIOe7+S/x1+U3Kh7jGcgmjO1y7KXqA3y/6qQTQ1Oi3125PcGBhwORTcofCoOnb8CEssiscZ+/D+T69nkOiwT8ETqd8Brzt4GX8vxeYfh9Tn7feE9sZEiANXQvC0N7bRyDU9/inEPfyIyh/v1lnoQhvisu5abio2twQfSz4JNv6Tnk/A7ccHx9F+6X+4aFjmnkejV+iX/C+yHzW3d4B3R+0fUVBxKMo/YJcQAwBewEB66jlU9bodSZeU9m9DbC1+ggoMudOiXXnPwhMToS8Miq8EhwWNce+Cm0o3Kl11a8rufOb0mHgEvulzrH5jp/EpuJuITvsKy4aMD11M8DwsxTfGyMdT/Zjh+qFwktz6KV0V06KlPB34YLo7uQzi7S0wV515WxUU5Uz2noh3apH3Ldgfu0gXS+tRyp9bpBATgIXwpJy6s+ZWJPdRfI2vD8YDvcF8AzA9ep6MLZxrqTnxXK4zE/2nAr2h0nlf7mkHfznZcL6Mq0y0q8KWW5ruWypm/iS2FsK4dHvuN0YfDM2alXWPItXBOBOXkDPRT8fuqtAv8mT6XdqzxkWcpJ1Yt0/neQQ8rHVlyDK2NvTkp+ZllmLer5hrpGd265lq/Y7IoDK44FOQ4amZRymnIWMtL1iYcy35MSvykXV4rjx+BxwrtVz32bJ4DXNHD+1OezfX6/6JCk/9sDb3JYe0fOP58cPZXa08bf8CfJnZsx8d1Zqq+H2E2E9r0cjh9bHzof3wyrttsvPY5t+70cji8TcIz3GHmfrYN/adx7bbWRgFEGgn806frnI+Ktjy8W79B+sXgHfzImbr8MZP2BoHgzHmWvRaRaHyzLfjMq1QiUGcxoRsmqJz7fP08ETMCUf5Dq8B8IiG9Pqzu03srf02jaL+fvvXxRq7OBYe+Qv1fGJ/YBi/cPWMDMyTB+kHYLP41XgZtYwUkXwYSGy+D6W3Rzvri9ak2im+D51jn/Pr7pTPuPndk4xzhdBC++idn1k0EMUQncbkfeb/uuqKNFz+q7A0vumd/ezJ5GnwYy90HupcadUayK8aeZzOPYuv9yjOCKdfvlwbqwgyLOG8GP84unwPI/LR9HN6tFfxKoU3kaffz7yjhMrjrF2D39ePs4W9y58zQqYisIfavvWOZN2Xfz9T8SUjmLG+8+GUwP47Ojxf3N+Pvd5Di9OzstgBWxM8jky7I7e/Zt/MmXL/NgYKw0wDJM/NT71odhDYdE0Uv8MKEBIIaL7U+6UIYyGtOilPl5F4p6G45jMQY6smLVufze6V91Wzq2B0W347lTGRNKPsbc4dTUc1GWEosKWRrLc13MRZ4TYy2NEplDG0YfjCmZgxjWca7GyWDlifHP+afABE/mH5lnN87hPEpjfm9QDLec410D3t8Phwt956tzhkGEeSHY1PJcwDUWpVIUfTeqxxWjyaNDbZCrg64LA0gwPZPvSGz5TY4+Axvy3oRKNZww+v7y3hUcv81z+V0Uzi4UTjo6Ns6xLoWs32vzzxHMgqJs7i1ghMHQM3DGmluAu3yn5V/J7ye4Xt2PgEs72HJucKG6vzw34xF3PKE8wT+7XnNPDK7YrnBnh7OA5wXh6dR4Vp0LTkwtT5V6GE7ye1wYGEMxl3dEeX0/5hCv6nOliRcG6JoSr5R2ao1OXlAZ+KGYx2KyhIL1XyKYT5mY5xYwle5L95SmSp/mXa+tLtqhurvDmQ3X0QihyrRrjWEah7O5QCvrMyQn94W8b3MMHd/l+HO6v9wdpp26A2yYoIGV5MAW/zFrPr+gWy5M9B1nDBu0+uq67Ixo1k874xTUc73Q33Rud/ytpyG78GGh39uDCW3515Hl36ibI3CiJdxhG/Mu37vUb3tl9e01WNh8T3rtyXvsO47VW/CdCH2tw8kmFYIjuOcM0YmZymt3buObe4BHtFDOeE54Bk/REmZh8Jjo2qiLzKrWj3OZvgZzs2YKo7V5XkerK8XkHK4OgWkHYQPAWuEdOTiO01Nb58CQnrop7Izmss8wZLy60/AfQ19B8XIt9d5M7y25LK+9BW8fa12MUzHLi/M5w/HupRxPbcFzUJV95cZy7XzRmJvOJSznwvfpHKq1scq12XbvorxX14oumTyEi1clw+vwXvtWrLmna/6YrcFoDX5uAwfP3ph/9Z3JCikC/S8RwlcGJxRem+vRnNMOl5Fx7a+t2yvzLcOq4xuhIVtobDWCGyQdz2VdlvgHCS5j5MbV56yt+836N67j6Mb3Nt776tz1+5fEl4lFmIwwlvAEXGOowf7tayAcPpL3nNrASbrE0jH+nus/0UTSyxo3d7jMDb7/PrytvjcBDtv9TxFCHZ3+TdICH6nn64HXK3zCBny2zeF1Wv2p+REewKFWtLpOEeYbquz6tJE60XBWvaJprtY1TUhTH+ND48yNFM7rc4Ra46LW5EqNAK4zr1CNYNp4HvclW86RLpPgfvLQ6nyHDKnkMzQ+1xeNq2tchIlVa2MRNc/6XsFJN67PRYuD+x3uUHkGON5Sl3DXMfOyqjHCGMdKoyufg6ynRm3OEZ4P8h0aG0MLHlycCOniHea8hMXgm9Hk2qKJyTd0GxpyLHJsQNe+8M0E7nJo7NQoJ92G5t1tQ2P33UpjN3IQsmqagOf61Kw3z+WZcJDs4AnQTB24iY0FAW0S6SfQmg3s/JW6YYfVmCIbDazjtb8ZihDYQ29hGA2y0miaQf0OapzQRPuA6Ul9DnnbhwY+WTvfAfOmhgrYlPhKLTPhd9O6UXgg5Uhs0eq8AYMmLR1e2A27bfPMEZu+aMPb8OO+X2e7l/Lv2eTrp9LLOHm+j41z4gmesnf1DW+6bw5aL13D9h90DdvvUCDc9B2uJ7N/OOq84Tnc6hX8wbz735zfXhZvv+1l7PyrEtztbeW2e2/de3jrPASyC5EgeV8kXBAmVuDGuUiqn/bW+alIwmLwU946fcZvyzNtkcIteOqCwnP+67x1JiEqslcPsSPaEd4u8L6VbwxDJDhMV3XS8xC+KCZxIugvVqqlVmYPQfO8PCJISa2BgW95Hlpu6CMBoYOgKYLJgWqcK/9RNUNa5+6MlmFQDJlsEuwIvMO6kDWHlti+ogZ/qYk40IYKJums1PrwTfAV80SQVDSrkMlUlj+FD4b+NFsT7+C7E02k0IQFkeKanFb46h3IYa0PWkx+cJGEAgsi3pW8hTnYgSbhdi5UAjMoHjCxuquJmO6lzrVMxoPUPqFfE8lkGrB2z1N6a07MPW7cuKenyaQMzLeLMrkvCBmAXzHJL401mbrwdwWq1TsC2CFxQGCqCVNd9YCEU8A582+gdfia2Kj+s1XpH9R1Hii8QgbXC333oKXzGVQJoEHK73H0957N9WECyEATQpFUQP/lruQhrL0mHmhiJvy68HL0mPAh40K7tNXC8PX96bXnw3qBh8r4hS/ShxLXOFZQ4iE1anq8kOACa8jRMTziLxNsU+FpbqKaH2C7K0lL9Ggk6zNxaAKNkIH4Vp0UvkZfG0H5k3CVRV8u595ZsIi+BIVwDKH7bpmeCL28jVUARDSdcyAziZm2Ktehj7eYTs00LU9TF116fm2FeGx8Yro6fab5RZqGEhIquaYZDkhFfcU8Z3dal9hrmuIpmI+VGXJlfJdYlakt80BbzzcpJv1hInpwuwg0VWPFdBj+PlwqlnMVFYPhw8nbSOeCbp6rX6/bUs5xrasJbIXvjz6PgTVOe69hfkuxHNSRKHdi6uSwrasr1+RbCBd8RxEtOVd6yIVbhBpFQNoN0tVgI5OS9bq512rcC8xn6ivTnQV7lvRzXgFjBaPoC5jZhovZTLvdleKl9jR8nKvaxymwCBUWgJNPH0cA/yPhDK5zR27BdJ62oVamx2vqmlA30mEQtRDbT8tVuqtBMeDa9xlRgB81BpzhExBpizXtvZICo6nAmlqDkgNEH9TfI2uLdexgHlw3kSgBU/fEXta0MKQyKadEyjXxmankBi917QJ3oByReN4t71n5jXsMV8p2pt0X5ThMRWsR35SWVsrFB51B0UPqELl5AJ8VYIU0PrWRSYter6LLzKSRa4qTSBlNg40J4z7mA7hrOpSZY09hoJzdUQlBibDaSXNMr+qWJSsqJUIjJQxNaYql3EMpYOiKzw01xcvVUoWgSLQ8Ix1qqULIVKiSB7SjRkqzSRNn6ZCvqb250k5vhw9u6Qa6vg5TeZXW4SuwlRYoiQuW4Jj0JuKmSueC0lvoARE1wvcx0++lFHnwWQZwJec3iucj8L3ifA4fY3CWaRoj1i2cbfqaGv6+XXicrfGZF77qCWHZIa9xL21K+TPyA4ODicwd/IQ0A7pUenehLQ3bg0LmKr8hTRdHwNFE1iAx5O9dOAufWI/p2CpRoeVAGmLc2GhjcamNCexBb4KP5EX+UvkdtbEW/X+Y9yeWXABmmUmTa/Vf+mIzLbnqttZ8scOMMQ34E3dJb+VTkfKuG/hGBwV9sPR9e0rrYUAaN7y/g1IvviNnzERlVEhYaapeCD/PueKwST30iasDM2filKGDHbEQ26Sxkh6Yxl9o6mLPaGqRXpv6Ob9VtUGr9GVpOcpQNZNexQ9+uixhTQu/KrVw+KKmjMX13Vv9TtXwIF9W9Lfx25my3TYpl6bsZ6hylbCc6n2ultmYdF3ha16mdIyU5EQ1sAZP252629OyEWjEqkPYLI2AJUB94dr1S62SZXG9Mj0YPrKVplWCTgO3rzKiUH6QKH3iPuoM0zY19+LURQRY+YzRPOGHq2J9iKzGO8sSBsWQsQvhCbjfUt6caKyLWqNnKY9DKixLFJiyKbKv5G+Uh6pZdqkn9c8S6iLj9HhueLmlpXeKe32Xcq3Dsi+jZQfuA2RyW2gNsbT8Dfmp5QianltaNSwfokWBLIgpfZY2Ivy+ppO3mK4Of+WEuOrgGcp74kuXuiDnxpRlrBVLFgqVocSZXNPou5bKDep1LZOuv6ucEpp9R8sAumbcSq7DZ8mx+uE1S6AUJ+knB/9nuUFAXt+zVAdiqaWtZRy+SUWequ6kZSNFn3rBwHxPpLovdQ1G3Us91n6tFCFwpw19YWqbsqiVltDKN5+xPNEyMonlKqqDDlQXEB0QFmUwbeiype6MmLdas5lZu5Zem80NLpiU6il18cAlfdhKC4hR4Ftf0QEhM/XegvEpd6j8+Qbw9gt9F2OfhZbd+rm5b2nu0zFYkuPnqhM2rVCvpRamp/o6+W83HzGmMOhQn9T09WJXWbDwF0dtAdA/dQbEZVeqR2o2jZGN7eBpszT2fBY5g4ReH/KZ0iuEOEMEb8tmnKf20Mia9E/WisIx5/aPWFm92soCV5uw4AxWBbEUUTOO/imiDSxco2W0MFgSKlmvjCVhJP+GJbFYsyTchiWxQ9rHRdOqaFog565GnYUi0ki1VloSMQs41UYdMNLDYrlwhoTyUrtgARCtF6XSDJJVNMGlRn+gqXiI1CJLomBGAiW4p9SQXhttQDnFDq7A4j0WyadTSwvWp4VGFi81E6DE2jOOY6umdesFV+3KB8P5kepEawjVAumrlgDs6sQFokkqXQJaVJ7BMFAaLCn6iOh/WreWXqGuCX0MzEujzynUQkQzT/P85XqGCCXCwBGsX6m1gNweSCZoCj3HFGDlte2v52uawg9HMnuWcntIgGHLc8tzUFx35TEqB/xCZKhne4xAMpcJWjgilYBnrvlKvY6nErrT+H1lKLZ8vlB/CMffHcksfWQoygr9BFoAYSeWpF9ME18lo/7uIrcNXA7FDgmzJjU3Lmr8PtR8PfP8fzqC1Yxa3Y8Wy3cMWnWcjYz4Ld0h24cvY1Yf3y1mtbs55D/vg9ze1i3SQxHDesOfn26DLB80+bq41644DLrEs/m38Y825WlgSOdj13YP38SQul3PH+n+1Wmt9/7qbGmwc7ilv87huxVM7O4E+buwwTobLe8zZO7/WIPQf0c9zR8poek4rXVusaUz6J+tn3nZG+tP1s9UJxoAfyv+/VPNKJscYFsjuPi+bED35a+651xjIjvb0f3uUPrhD4bS/1C/7cONxqct4VAfrMZ/G6JrR/XOi3EPDn5u3B1dvX9b3c7hDwnKd9ib4mULzvXR/lGrO+u3t978r9+kYrNx/LZNKtrWNnb7fptUvGz72thO4k+s3e/onE1Zqcy99cdk54v0sJb9UtWuJOVas8LOe4lPZ5uyvZlNNL1fxg9mERsLVi1EtbiL9cXd2IDIPvzY6dnbqOpv/ie/mAJJudg5lv8XpmDJBE+sDwcODn915O4T/tDiZXvj6tHWqxxi886jHQN/5NPy+5ZBWhvXwIHX7u24DUPgcZVgz68P0293VCzvFx8mMUy646/PHv9wH8W2Q4fQ90G4w819J6qO4A2E27ad0vuh2zblfZ+89l6lpn4b4/dDHCMt9ZTrMoYmioXW5Pam8xA9rmYXN+cPkb18ih+PWnePg4O7x2uHiWssTYVbVo7oEohvc78W8dlpiufjT+ez2L7Ox49D+W389fbT5Vx7Y8ozLt49xdHWMtfX+meahLJEZpZh5PHZdXt8cpTGjj+p3FZMTDuuEtM0ce32rEpMy6bf4MK6t7Xn1t3j0bfbcHm0lvj2VCa++YUfnk/9x16V+MZuFIRMlVJXJ/+Hq7VCgGZw7Y1EmoI9bTQFR3vduA9zBlaGTEZHepYmamtPokJTgGIt5nAjTQvSgBHcfAjotLWXE4NYrWBSBsUGDJYHV2XKmdd5rWDF9GFqmeB+SwMmGsgPikgD4DZdoyagH1taRBaxH2ifrtHBkoV36an2I4Rrd1LeH+VlMZwJ3qGwYcWUui9MDLH6ZywIKV6dZ2GSSiYMrGWa6DEsU9UQmIY70RmgDxX6bGqCEgKAtt4fwZ1sVaWoj36uiSbo4dnOtFBuyJQrFh/xe5jml5vEFU3zcpkC5mgCxVD7SO1wp2t6Fns7rbR/2LR9xbLM8xvAeoRAohPJvIO5wYkbhgJ6xAkEfuCCt0dc76RNtzbdnAyQOxrwY2HRyqSM5abvncUQgHF9V6mODNj02G/QDwNPgyKvFksy4EwY8zi+oXv0MUERe3ucyvythLi94Vp+I+UTwexTGz0Ltchv0L5O6T73tXR4uvBRbBeOU02WYTBxUSVjMFg0m3NO6bX2uQkZXLR8TaTQgKY7XpiyW9BBYYouCy263JGwZb7bhAyWdaArItyC9NzTOc7KueXl3DSI2NUEDrqXPXM8J9wCK6mKQfHtWkg5YCKJ3IN3ttgbCK7oV4u0/DKJx2IiDUMDMUI7uel711bXf9cUQZmwkXupvfI0hLHqX2l6qSbHTJcGj5gIYPhC2Z/WCvIGX9AEiGxX6myjX6ejwdyoA57hh37JM2xNRmMfqZXpHap4yUSXSPsdaiKR3We/Jj+/ck1xm/BOJOKYZCxL1yXWpC0twDPJNgwrtV4tqLX8dhnkZ8hAg7kr9kLSoL3MkamvWdXXkoHKTN/tHqeaGDlk+qavqZeO4Tf4vvyuxA9NktT+Y5osZvVNYJXznTDBYBWyt68G4EVqvoanHvGqhSLaARLDrEbxrK18hUWqK6XX07nP5CXPDll8BP4FnJuanlo9k5paBtQpXzRRDgkr4GNDH2HKzGewnWnHJsFK+66S3jTt9rV5p5oEOFWa1vVVukwZ2nTY8wz0rD10C01CnHYU/9gHrCiLJllsVlx7/jDJUChchk1H7ukccksT+7omoWGwMGnMJgmzS9xh2f+rxYW+CdwbXMk14RDJMD4TzlRmBLrGJq1aWyCYZIV2lUCAonYG/IcWeQeL4yyTLBshOYaF4ywAZbLQ6aJOqOvuSAcv5WRPk3Ry8sq8pL0+kmdyJuSsNLys8A0MnIMh+XhZbF0V1AKv6kLNCPJqyWL2GxOePktQaLtCYhrklknJzykjzxImfvlaqN3RdOxp/kYB7c6i4Y3kg1eKaMnftfhei0mNPnNuEvMGVUGrygerlA/1valJ4tP+5DtD5o1E2cwkszh3Jc9z9Z11KnrU0WQ24qBzxdYLPUPvCNci+er6BkmKpNVhAlmxgpy4ljXxe0zayzbDuGtByPMNLfWNtC9qROwgj5QZxbae6aTNtFZN5ZyUqaZTx3DApUlaUGnDtLREE9Xd25I75hVnZ5pMrBogKS9ql9BFN3P/VWmXtCvth9onuL2mCJpUI4crjs7npvUBj9SIBvmLtGU2d2GHvvyK5aG3ZfFDrrBgajg7vRrNkZ2X+6+3ONC0JHLwIVNq/JQSuVMVDlAzpiQp04ZVKrPrrdEeWECi6bIsVaVG4Wlq4lWZpjq0tUCEXehzlaZeSwtPImoPLNOdMHVPKfE1zmb57MatqWdIzUcAH5zdU2lI7T3SpISNrvLbrR6vtHpQagvt9qbSeNJeafnYgaVcwtdu4Kvgxi/TCKuUbL8gJzNFLhFTTJlOq6n6LrVETf23WUY8ofQxHRvNvIUjvW0BreO6SdFc+D2fXSA1+UQ0KqTyXZGj28RFauaR6WZriku067mtKYQmHRLpW9BEesmqhAE1mBujwWCNQ3a5zRWHemqlpEwlLF7nPuyQa2sZhKbVG8m00lQ9pgGrplVUZRFZXRBDy2ph5sy0Q0oR8gGmS7a1Qy/nxe68KNdXWBF2O5Jy6pIN32VqrXYkD5kWbFIxma6omqomktDSCNSqcK7TASXQeFJqM4QdCmfatJxN8gwLddiZt9TOrNJqUE1VpBtwTHlIpF0yU++tliVl0lFrQ6JsSo2VKTmnxcHUPd3xoLjSxkgd0+Ezq0pPCG/OsRNWyTq0gMj98c1Vx2TQcgGt4NX5ppoKqh1hNRGqp6mvLlPcW8qru3al6Slscr/Ef9LbQOdpa4q8/mba96CoDWn52vZlpanf/qrq/D8pU4Ajc//A8HvV9l/DkRFLYS7VkjOdmv3H9ZR45elWydOt2rNgWr24nq6Znamc4Bqfemw90LQUwqHSmSbUaRdpeExAN3a5Pq/DmimgxMmko9aT4LfhGUgxNCnvmXnvqrIQmxaEpnwWptitUI06XqkW4Bt5AR5nUjbJ66ZMsCMNp1Mtc1nDkfMXBV7rCeE/nL6ECvrrMlZiqulbf7qa/qP9obOebfCx3Ej7P1VPX+ZK7f3Xe//13n+991/v/dd7//Xef733X+/913v/9d5/vfdf7/3Xe//13n+991/v/dd7//Xef733X+/91/85/3XZAbbpy/6T/mvH6vzLnNc/Vi+0L6z9I7U9B4eHH9YRpNVp/4dra523yq/+QankD20W9i+oYTRU92YNo/OHNh372N4o3vjobIzxo2WLH52jD2XX4HKwI7nWblQudtaH3lG5uHs/s99d21h+/K9UedvCmshsNrhT0A3/N2q81+vY7PeMxW5Wvra3sKo/Wvfdbm1BkF+NxM7ww/EoniYE+9t1oxqq3R6YXYvdvleo9mV4dSom7cPFTefh7mYoZuzq4f7mGn1WJt6n26+3X8Ynd05y5KUMjRYMrOTcv0rUX4QzP3+6/Do+W80+Tzuz8aexvHGRDO3rdPzl/Ov40zS5RHfrL90knAWfPp8cWaMvl81wozGoq/6x6Gps0QUvhnqgRgnOuaUyt4tNfd2eGp2F3Nsb7mMwTVaDAkZfTzsEMxQxZA9V9vDS3nHsFTUqtwyGATJh2HGloTJ0Esazp/OL9PrGjI97HfYMpZIfaY/N0Ftq997EGN6ilLPPVzvrX88FygzHHnmT4PH2MYITodwHS/e9Kh1IcNWyx9aU/Sdp1BpjHt1o6AC4jrAHgyrX3DcoXpa/+zA6qr8vQxiZ7BKMXmHsadWVlcCY5+x7x319rrSPmirumekIBGM0EYP1mFsfowecwNNijzHth1bB1qfbnyGm/Mo93oATjE0+V+gRziGMDUcTr9t3DDMgHMM9pdABOZXnigvtT7Zi37IcLnJ2dNLdxkJ9VgxkfAvc/HSGoFNyYPrCCd4YOEQK29MfWwf2CeTant+wU5PVW9Egy7PymNGg4T4k5X5XseluZY7shM1QKUIc6CXWuU57nSvdg8S6mXiJhvCtCUP0V973z+ka7ufauw1bfSN0ASca+7Dl6iTDNtTcWypX9z+3Ti/6w14Ljkn5/vKocz0xe6ScZEX/NMoZemnC47Hz/e5xuAUekX5POPO4Z0f6cMO9eIa9nHuANGDRr5ybwzwK4cDp5eW7L0JPO0+dRqs1etj5XkMP7LakDlXBQcGrh5FwKKYvyH3f7uzOTA2+0s1r3Lo2MchA7xqdBcNhoZhdHrtmlYZl98SWmP0WO9qZ3lAM1umOci2FMoMzRf/aQLCXsJOo3/qJLyopXDeqt8qgl8HotlL86QYVoZ9V+XvPav4dK1VqkMNNSk6xZL+q8PqG1M2OoHxPXlO2bkhuqD67ebS0zzjcbTYwPls1sMd0u3049tmzLTaw6+oONnDTASuuZXWHJUy+Bk3sH4Tox8U1MccS/j0NfD3uoDJifNn7PbghJmLc669Bnx1jM90b8cbXvnPseS/wYuA5XpJT0gUTO+hz5xezG3IK98H0W7+88YuH4yA0LnRzLCl47R3XX5e6t6fZMwDzO0uIlXd045lEELgkNdimQfkrQ6mcU1JRKjsuy2/mWFFSoN9fU2qPuw3maxQ7QSfEYSdIY+LamvPivZS4lrNZDn508EKJs1sfDg9e6nFlr5Hfr8fZez1ur8ft9bi9HrfX4/Z63F6P2+txez3uDT3OtuwPrXV/7kfrX6DJOXtNbq/J7TW5vSa31+T2mtxek9trcntN7g1N7ujj0b/QI/ceGwzv9bi9HrfX4/Z63F6P2+txez1ur8f9b+lxh0fOv88d13mhtf3JjVEae6FEfzW3QvmljVF+bgHfTPptmwV5M+m3/duTfn9tbfdt1P9cG5p/1nLmZ9vN/OnWMp7tO4HI/MCt2suAV1r3N2KhmDE/nzVLc9fPTsJVOvpynmJem20yItpBHqCc3st8fazAJw/X0HZkY//N11ptYIdFsUJYIEXtEfK6rYW83FM4i3OrPg/12hB7ybJwj/sMi2WAIjXcg8Ij7DN7HPDYw/VBqY3Vf+8q/3fK+zEv/RdjF0bshomiKOxTmp6GeLcWRKK4L8tC3nu8UdwkNt7O5jxGQ9rcl1E1Jsx82Piiq6zxdadFX3fIzQ20cv8TtJx1KA0LNJBBiaGByJd5otDGuP6OIneU6U11H8UTsUFRmsYGOmz001bbT/R8dzzX/RfPWRJndoXVAvhQdxnuDynNHZQtm5LnQncX9y0tSex1VLOasRRYtYZTaDjOrt3f2SDgik1ztDHAFXfzZomrWS3RYB4Klpy53A3eQbltn7tEoxHEAEXtbe7A7LKZB5pErKr5hDofNn8IzQ7zNneK1sZFxaV+m+7E3NFyTU9LEVHCKXb1zrmLPs/yR5SuosSv6Jr9KqcoI9Y14t8vS+RW2Z296tzaR99e7DD76fi7cEQLGMRCPFgswM00ScrzPveL77JlD6DBvYxPutoKoYJmF/pWWwtye4Xu8on9j1FEOcCuoI4pvoaVbHls/TNtcb/oIk52FE/CskVxcqF6bRcYxaJ8tpCadLUgWvQ9bUtSzaHgPr55Ncf6d/2G8vnG+3bskV6s/x07t0+fE6qK7nupigfWZiVF5/CFrvhHywLb23ra/Y4qwKv75++T+P5/o9bmndBhc/fVf0Fhze4q0V9Dh/7zKJ4BG17uEmcwZbH1x+B+mc2fpz+KPL9xz7G/bOe01Tvt9bZVlVYb+s5l9MkS6/fR+ikUfDec+vjvqyxtv9w27qV5+jTeqBNtrNT6sv4c6N602n5wO6xfrOjsHB5+sFovdousKN/eAP6P1ncevhApmyO980aUnW3FmrsXtzbvd67vP3Uj/BxevG32H/yrEOigfOSXUeZFcfGBc/hnUeYHyjd/DmV+89KX8/mXLP3HzdqNf770myN9tD7+2aX/gfjyTwnxLXrg2h6hu/dOrho9WFu7Q7yXgG5tMOyjLXuqH23bB7Rd5gv8dvnc2Zfh0OVYueQcH92e3OHEO3uYjW7G87FrTcRwZhc5uBhHN9fO4PGIbkS4/YKiiz63YgxHYqTCBdNw4SWeuzIB/c4yugnmYpbPLr4Es7GbfR+fzay7s+H63ZU7yDvp4rwZAi0QBmc3pBBGOP6ZoFEIQ3yqof0w8PsMziFsCzeob8n9NjsiueWxfA69/ND3EV19Blboak/WwO21+IzLznIm+BOJUQ8XBUKvQYoeoXTVIPjFvr5wuQzLrmYMKsp4DhwN8qwdoHuW1bPEuEeHuvJYBbU0IOgvAvYelXXQbkXoTvUQoJOdGy3KYxVsK+Q7Q+N+6mV2n52YBnLf0IIr5uU3TJd0p6TnfgA4MJQ7RAejfKAwKgyMGgG5aEUHCTsYPfh+Ea+0TypgPTsOEBh1GwHAYtC5QBel2VzwyjhWr85N7+5u6heeHdnD1po7J8FqrzlaeUX+1f268255DXcmxjl85D0eZYJZSCU58NCrMxxkvttd/3flvRx59zurd8dnRwuZ/9e7x2Eif3+9e7osBO9bfXQHdHuJXyD9Ydr23GEbaQn+Vbfosx9tkgRhDKfpynP9DrrR9U+8xpyNM/qMweGPcj2/s5czwOf28fax7wRW/Hj0fHvVckY3l9bInSfB03H7Jcyas707m327vTpu+6FQbIgO1TEc+B2cy6pnnOlEfk/lPPQ6wHz+nq79Xjv81aWemG7scv38+8geHngnTJaoZn3xRbmHzN6OPyX19ZvLh9h+eIifzh/uw3nCBBOhUsFgy3d7RZDG8jc6GdN9JvNM7MDtrgSrHfnbCa5q99XGtyafPx1/v5N5gp+suftCdMgdFDXUZTw6Z/2k+kZ5X5CjL5mslmCxrNYWTD1mMkG1EjJ/z5a1SSs4LMf2bDo+SwTrbhFE2T3XM8Wge7d35KXlu73kPsS572hIWM5db+N3nPsZegMKV/1l7Glcn0Zfgnn05TyPvoBq0A9xKDAf5H3X6/TdaUvWp2O6zLaComf5wpUETp0g7K76YSOUka9/Kzg23LIGF+Xv2bfxJ7/xXV0ZJyKF+OTaWCuvXit2FJe1Sn8bPr42V4M/yQoBM3B2wR8ExnCeG0qW8yQH1QcFenVCWk7z9d9/EXfc+vrt2WkxOjvN48fTjsyfbul+2GsLt8780LdlLdpMy9hBS69ziF38LCimys9KqNf8LK/5Gfr9g595HZFdf5yfmbdX/KyL/outkp+t/U5+FreF/73v2mynDe0oHcarwPVkbtO2XJO1m76yNs2QWBMCa53+mnhbhyAZchwW7Ft4hRAkgrq+VUkcwgIpQN47w+Il/9v2VRtpWYYnZJbAR7SrB9sPu9lINJD+J/TE7SINyfJNf0nyavf0wXzPojoyWbNXni/1eHqsx/J6r0rhEY0p0xSuYYZgFhPQtmgqa5j7D/j/Dt1CdNzG274jRC4aMqAI2rNe6C5ub7JVsmzqyj8gHRs03ELvdOG4tS6D1Mx0CNp3+ob2g5QB3T8oHYc2wpNIC1Dp6NncO+Skko6a+HRSSsf693eUjju0k2wXd/4n0hFBPEpHA/OmdDTf2NBk0E0aa/UnpaO+u5KOAUK/DLZSOjZ/53lAqvtv4cCvSMca6mGEju+dhv640tWaJrXe2dPVuvqT0lFwj92nK+kYGlqupGOMDuROJR3r3/+rtf3axiqh3uBn+o2dhi4jq5Vgtf4kPzPvLvlZDz4SsadLftb8nfyshSD++67Ldtq42GkF7PhWt5FE0LTNd+gykT3LI3s1884C+I5aPveGgp8p6ICf6LwSkzCFxOskf2c4vOR9L79pUwdzX0mdeEfP6eFmC6PWS9dpp/WhDGJv88T/ft/pexS+//uyMc+/KxOfLW/z9UxJNh0P44Rbw5x0c6J02BXxDGHgt7y0fXh7dv0YI/dfhYHM5eIxWMS51chIFEbzZH0T4iguwvMqk7F0lP0dAs3Kp4W8prc3t8VGdciKW3wVUN96OfOH0tsH1DAISyyUDTJDM7tADlE4XMKNGvC3qN04Znoft7hCnlER5PgtzvUeHhv3JJkIQZJqcJNhTFYiIfeJmwUw3wqN2rtFFA64dZHnlkedj+ZQDbFNXs5m9Jo9R3dzMOFWV6vg09flRejTpYkcLW59FGL7LS/xqS5Wc+JGG31moCW4F98lqm51LO+TZ3021jfzRp0AGsG39N1xCRNBdlEvkI8fDpMAFWGpqBHrc7c8l/O1gkfkaA5QtcQ8/QtUp6URxm9zvmkCx5Q5mjFQnYR6k4motV++itGTfPOZW/bwwG+DKlge+c4uag5awsJlvt22VsH0sNHKilvWhFBUmH+WK8yjgvV48g1YFzNGwm3k3B5y2FCx1Yq5vdzUkTnLNW5HqNuxPWZski/wQs0FxG0WPMk8CzbQx5ZfLbwbONenksQtwADbrI/vd8f6HekwqY7lHFDJJWwalXWyDmiwj41BOgpPHyEFmdP1A1VNWROZF6rKnP5JtY54Ftso5lTIivMDMSq5sYTnTi2sa/+mtwN/u9hCawWVG1VsdzCgUQnnevIssjq72Ihlxc0qZC2w9qJaJOWxXAuf1XMJKtByZj8SnsBvbCLRy4IvwF3ATVSSSVvUr9MHg7OcT41L2ABGNzvou9cIc3TU/U+lkmPKb9zaS9aVm/Eg2xpVXSKua9wA3aGWp4htpbWBbdZfeELcmDfcOr6j5s0g69+YDV3CAVUEUds694/Wso+8yALmCLfG62ynuy7GsHVzBVnLx4w4Cfzvu8mSz4bYBKinvEJpysK7SFMuaMjwJ245F8laoy5oiIxUbH1mac1Or5A5rbj1I1xS2P4rPEetkSjpA8JXaB71WR3dBm1aBJzbEFto0WTyr7gBCLJVEfpxgsdEt7fTbFzh4b0ENVJB+nCAPO4yE1m5s/eyjivlxjsZzTOhCZm7c6dZwmKWeMsA4aI0bkWsB4oyH2YLaLG5ZtgQCBusgF6KQPhfjHxxwWOr4EY6qL8CL3dhaMAJmdT8nNvxxRnwWrek4rqDDxXVczQn8Rxce+VzMWhcaGyK2rbczLnoY010zoXOGVW2nHPhhzXeg74D0lAC9Rt8Nwv02wT/oorGUbUI1Rt8nDDK2+b+XpMPFDSwsLFQeptigxaEzUCPgTtdcXsv+a6A4wjPPsusPnJiXZkr5UvcjrARCOr0EJoSHkz5w+39ELos4T/IYbTR1E79+v00I4k/WMNEa+U8S+c5zYOK34Bmk5bQE0wY1DmvuJmTga+f1vAln+e/uBhhA5Zwtgi4zWmXcsEPhb+DzsJpoQ74aUfm1qSnldKPzkfGqY813KCmL1GjaGDbJm1i/m6Tt/RQ6YzxrMA9T8Ezfcg7mo3AHQv8NeFGLC50g4HW/CGvmKYU4AEzqx5P5tGBLiE4rt9edAuFFwIWTXh5kK3gsZC13NKwr7oD5AyqeDugRayn8AXiB/krxgyThqyFfOq2L8h/cJ305NTHSp62dPvUcv28tqG5vMknFX8t4i/4XEDaHThwb/P7H3sr8tIwUpkW9uzGOxwf63JljqSNQX2s3uHnAeXLoONphQH5PnG78Op1REa+zA18SO7jBjf1UfGB3y+yHHglJrMVcXta0qScT3PVxaAXcF6Cx7cPAbfBhX7mKX8F/YSsSE6UB43TC5ijaW/JrRxRAc/1j6kHgH+xYt09f2BwROhI5yV8s5SjzPr3ct3mOBHdS7/Pxxoyc7/bqnkO5MrUJu9xp45+C+R8eazvk++yqH8UXScqcRUh8cJfUqfRagNc62DrRW60lgYPWq/Zk7ERAo8ERtU8tUJE5NFFymr8TgB+hjW0lTeorsxjU8dFvn67D7rD5j1hz+DIsB6beqeHb3coY2SNsS20x22DpyXNLBnSV32uLfKFsCdcC8LfZu8Ed7Ak75+Q1zm+g7rfLqoqcHSoV531uIlVX9e2UH2oh29EPYLZIla+/RE4PQSdFvoe4aPc+lLwRKs7ikD0I9YTQDdkACx2NnAuZ/2zSEGPW2F7OTcVx7ekSROH22ZzJVvkAHT1ts6Px0rvlnG4lbbwI5GT8r0pt6QE7aNCvQN+gjUU/ptXvFB4MfAT2+RyW1F3vNAtcUlTK1k/6kOebkVa6zgIrKZY7wR1EsBLwekB8TIIPWtNFhZDW3lMZHB82AY+YOM4yt1yDbE9rhur7noDXPSzgDSCdYstwlK/SXQUyISB8vs04YZqCDxwm22hLW4vKjaT6KiwkbCRX9agK2wC1iKfmug6N47legM/sblXmzR4Br0rWql8gS7rOxe6YR2+rzDyRODWJS1RLqAOm/pOReNJdTR4xe1YMR+xSA0fa5d0LvpdhQPYLC9AzTPGAz8DrhXD6tiQW212psCRWz/H2GKcPDYKlW5FhmjHgtCv5tHX8yW7AIhc1QolyjLgZRY8Kh4o3kVreNeHTsTtuv3yG4CnRs+o9BXogjnrxE80nYO6YH2seAl4utAZqsksbP+OzRwDdquYAv6ic8HuG6BfAGQxcEBkxeVCbULcL8+RjgeO2tA8Nnhqt9BeAx54gUW9pz6a+7rsdqLfD7na5ZbsHjcVrOFGvRiyD/wGuAB7hTwbmweCJhCQpy5gGX6QU44QDypbnfyAtgDGuyrX3zd8vmHTUu+aJqQF11O5WPj1saF3+ehYIvI2Bu/TDeswzxb1CpU9rMWXOXeUp3vtij9DL2W6WiR6IPjBTPg/vn0ouD1sKa1V92qfAd12W3CnvVI9IYE99U1hGzVx1OgtvXaguG4FRaS8w40rXeCi6kYStXAfu5NgHOjQblTJb+CEPA+8Etq8TJVGe8o/cvnbBb7EBTdI1fUXW4XjQ08peQdtKvKGsNeOCBdW6pqjwsRzE2z9rHzAvUzl/eC7sG2ph6ltDvliaD7sdpTn9bJ+g//Ave5pmKdQmkH9pOGj9ToaPO86ta/Ft9T3wmNDpxU99Qr6UG8V5YZHFcRZo9v7ObvTKK6KzL3U9SwwP6yn35gfYZ351HeBv55zxz4aXVvXeOBwXYGHsJFruz/nZqzAceAyZYGfV99X27Qt3YaZHWDaRh/LzBpnsD0a9OX01YfTCUhflLk5t5xPh5TntEUn8DsN7N3rRnprw+8BW416DzrlQOZiPdAtJx1a5ClM4IJdw3l1DI/K+pWN1tMeJpBV6HnhlrgLm4/1vJ2GL8+mTqd8aGX0Mac+VrjuyHsxXtGn7PPIK3xsYAs8JZ+JdYvpMDZ2nepkwieMTpYUtU4G+Rd3qC/lsGUCTaXkxp1TwkngRX+UHmv7o29wxOCj0JyR625k1ffB3oJeAP/JwOjU+L08lnwNOI60R9HXzygrDU5CT4M/ruvoGFjb2YP6CaKkPOoYPdVjBKf6uJ4GhteTbrF1OP2j/VKPw2/hgNfUz5NQPtMuKwakc7HDl+qLBL0Pq23eAXe/1NsUH1cVnVE28Rnjkyl5V1zyLmdd7wFPrPSe7etOfQ3hNNE1HHwP5tBzjP6h/KkoZfc013Webupv0Buhv4ndcf2DvhWk5w4y2tnKp5zQ9YBnsnagqaEFHwc2ffbpoyKerfk4hB7arN6Gf6cwci5EhzD6N9QfhdAgxkgbfj3oCkUs63rsozpZdCbol6iqtkVfe+Od0Qp+FYTQQiatxLSNsU7AH9qT1Fepr9j9NR457dDfgopq9xq+ENgF6KJUcMNnbLrK94HHRfkd+xd59KNCdxHYcnz1SZhjOT47fE07lM+u6N8u0kH8tvq+z8vnbJ3XtB00/HuQyeCFgfuABBr4jNFTB3xDdArCA7ZteWzw2gT+8BU3tnbHB3dXVod+fMYVxFZ4pM1vEz/pI6/tjwvykURttNQvfQLGrqdcLnGeMoU+lwIdxCxLfWpTpK0RXroJMb8N/tvc+LayyrflrvHNXOMMiW1+F742LP0grRqv6QchDvlPoIsh/Qwia5fGl/IN/M/4Y4x/JNnQ8/w2faFm/KC6b1MfnLbVbzBV/2yYtI3fqNZzleZVd3gEvht/U9pd9c9gB8W2frfXMf6ivMYPfrfYS1PKc+Mz6ZAm1B/W+G76wNXPkkJHUPs5OCl9a4N6zInqPepbO09rGx44a4Fft7nOIjfYsQB6IGiVeI4N4CNsTuz0vwC+gwz8MwDd4j6RrYQzYl3EjW5ucCOr9T7C2GyuHOe1j9LAO+y21vGNfNzxw6nxa/WMr4l+0FJugYdbF0zZ78Ln79DvfWI57FBYXD/U/lb6Rjv1GnXp8wpIB12hQfp6M9q2iDO55bOJgetwXd+lfJS5n2WOT/+UzBOJqelYn0tLGETZuu7rwb/Id8LmMv7p0tdrGbzY4ivrJZBfcr1FXu+g51TVbyG9+wTfy4tudfDhIb5kMR5Jne4Wa08dyMg6kZWQf/QdqQ+J+s6MOmlAvUjldCO+Z9FumjRt0YFd6ecNvKMtqnahpfYTbPPq2MCNJDe+hFztyZjyTPWPSl9pKb+v4yfkxSJrjd6S0t/OeU1t1RUijZ+FjCdR71J/1oCxS1mztpGz7UoPOaF+taR+pfaVRX2u0ttKfSWCfe7oRto9tdNUryt1wYb/dZipHUM7Fc/lpEF2BaFvAraW6pOkPfqWDMw8A3v46hkvgY0rPJ9rmUMWUQ5UdiT0Fei58GON1bYQOmnozuU6ghbbaguU+ug220LW8Yq6O7skGru+o36e6TqPod3+sFCe1NU1oA1Q2Q2tgH7JaS3jOT/0YUMMZ5oHNnW0grp2GBn/O3l5Cz4B5SvEGfirtts5ym8cYzuuXvm2xPgHKruJ+gH0a+o6vdp/f4L3D43tCP89aJR6ovqxc/gYfPUz6XxlfU/V/ws/jDkq7hB3Rd70uDZRgRgNZYTGa+lb6dG+1PGYV6B6KvBD37kifBGjpp0bG9164DR0BtiPtrEfS5vDMX4D0UeHa3Cgrs5YOtZWdXI91rKW9IfOoMgRuGIcifJe15i2fosdYcO12Bp7rFBfVTrO4c+rfQqVjgvbyoEMC+iLuFyRHuiX8lXWh57alm5S0rDxx/tFPU+kMXXVvlzzjajfrCHTm/blyvjVW5WvqRFrg30J/DP2pfqayCvhQ4xapOEJbELfyM/eFj9Qd2n8QEvtzbvDp0Rftm9gNlBao05SHhsxJeqh4EVeXsfPxb6F/lTwuk0/NOO07KsJus/8x9LHFJU+pjq2wpgZdFTkAtDuVl9dXvrqGn5J0jztMCSJl3a+4REVT20HoHn4grVTUSH6Q6I08lDGC4oyXlDHruBTjVYs6Top47LAt4hxafirKRvIm3hsypSVxp2TvJx3/6o6lvdhHOP3EF0oN+ueljCJah9TSPuUHarU1yhHzIn+BOifPcf48yFr4cul7ak+H/UZMS8nfNhhu6pPFjSptuslyyzJY9zTtGG32kpnVpmroTk/tPMT488W25N+0EjzFtxprrRwq7yC+oo5NuJffZc+BItro/55x/DOvOEvgJ7V0vyenq3yfNPv39O1hk/THdInpL550d9udsYYEF9kFy55Z0abyM6oL6ufTH2EPnXu8ljhVxEoXyoQFwg0n6bdiJU07PIk97SE08jEHv0XAW29NTrNTYxOxj43MTr0KiVPlvf0Sh9+q/LrFuXaJkl5LNeWPBDxdhzD20UpM4Ab40m5xj2bcaKc38Fvp55sYoAyDy28CMFXGNfK1uPV3qp/UsUAc8q6sBkzK3UXxujbjEOGgIcp+NKE6krP1bgb5FrSvkPcLoyXJlZn4gJxUsf6Kt7RZh4W80NmqcbkIGsS0K3azIyVTpMyXqg+6WFSHWscWhlfdOFflTHNqIxprsVlRZ60PXbentqN+KjS83rcIzd5UBr/Q/yNMVz6V75RFydOljKG/sHExHGNHlb6sanrm9godZVC7SrIGIuFMCiQUh3Ut42fcDOurL4dMx7iyrvj1Br7gvwwcWrgo1Ufa3rwU+1z21e/itooGkOv+LLGQ/xlGUM39Fgd6zw16B8e4v4Z42M3sI3gq+u2AyOjyPM07t32WaYNX9RWX5bGNAv42hMnyHf69VdcT1wHHmDNqJP5RsfuFes6dgwbXP1tj37p0wYvBG+GbgebvEO/Hfze6JHsMvZHfQX+WcTlhKe2KUfBq91dfsaSV7P3NHg1fCrsgC9ygv4A8C7mEdLn2qOurfQeqY/R1pw43+R2ruskyIljvkbRP9OczosqJuEh1mbyNIMdOXEoJWJOXEvf3euY/E3k0iBOkPN70od5oLl1pkN7V+mG+jX8KF3mazEfjHQFG0X4DvPDeponpzFE5GgwJ1LsMMDCJv+eWAVtcebugU8gH4Z5c07DLoZfjT5XyFG1/zztqUd/Bfgg8vDgy7nclre3og8ghI3Dtgm5xulJY7l2h+wx1i5jtMFDNScI+SpVbl45F+SMdug7ol+p6yAvhR3kQQ/otZk+LMpcOvXRiX5h8j8xz625ebUfuMyzpP6OmJPcu9Sy/oHJtQwe6nw8zq9V2zV4vsfcWtjWPnJVU+aMrkrd9o4608Ay31L0w/GDyZk1uYhRJ2jMi+PAN4TYXThoa65fDP4FGGv8WmwTzeGMWiYnt9X0wwTkeWUuc6zypOZZKkPBQ9WfenBHX/RUdFLmKufIHShzY3WuNa+4YFGP6HLGPwG/icmxXZY5tqMTk8u1NceVOipyddVOe2Rv8IXm0w50TcUGizWO3NFyMvaBRz4g5brIsQPtJZ5YSp9xC51DTX710uRXtzT3mrjnGDxoGVg0/AbUG4oL+qy9Mhe5VR/r+4TPty6q/G/kj/sNnQ02W6K2FuIcdf60bXKhHZM3vjK5ni1fc1BbTZ9mwNzEYaJ41G0ht7Nf5vOgX2eVC+63NLeE+T6Z6p+zXTBXPbLMRVV8z1R/HZQ9PJGrQl91EJ6W+cWdKr/4qonzfos9N6Gf7PR9vSgE+cFGPFta+LxbCclG66sje2sFSefjH6wgaXVeVJDczJ+n989yLZiP7/8Xy0n2zb3fsbl34a/8RzhY/3Fzb+PEbjYU7k7qLVgi9B0S6F+nqlhPF+rM7DkX7JNAJ83KOP+cayYAjFO/au3cvCczz4H5jec0AHAvWylnumFEiL462taa9+q1HU26Izhe7cDWDUVkbsu1Z0MzHt5tJfyW+0bV/o7221nVfpuGj48W3FA2c9Q/ExZ0wg3RM0l7H63NA9/rYR6slyb8NGi0YMNlM49B0RhDt3My41OxKBSOO77b8qs50EHJ5zx9h2k/7efH9fx79TurDU3EMOOxOX8L8x+I0ZGY39kAneOKYCrXyw3wjScy54n5d9Ju670/NHc8A+ViYcbJyucuGHg2c/40bzaPX69J/CEc7pU4bOCRra74LWO3hllvA35ju/zGtTVJUcM7WNWwOK1xFwosYco13rLu4xvCWOAgAr/ZFJswGRRNfOrCMQh8qOZ8P9F1FIXYtAUPUnZ1QAN6FuHx744W5oE20XJd11sMZfwGeq3vQXHKCVuX89qrawV8xjOgTRh3zXeY50cuEgvkXYW5z63uqefGa7MbM/8tbc1fWT2bqUvqardGTEPuOuMJ1O6kc8W0odsbdclfHng9XO9icygeR9zwq7fC5lH9MPDo1jyNch7XMUxwKvgaPwaL26sXzfhTyhE2au+V1bsFKpjZa0S3fXuLq9RN/ZlSMFhQTZ4m/L5xitDvbI6SgP51xGtceYahscEajrfl/M238ZtuzG8/B9WcSXsnGd80OlFo7pxFujaLuRqAwQ1nc4aEiqnQPAtH7B/gry8goQberUeIPEWcy4jBcMEZ/Q0ruzJN37X5+zQhFAQT+P4KGukvQINue5RHEQJfds4kX5sJyqmgwjuRHu0SIt7PQ6Ro4MaOeSiUsIkD3Qv2hZbsYBXNe2FyXc45l1akUHuav70Vx1W5FYfS2gXNhp3YsXo5D29tHj+2Ms3a+Y2/oT3KnW+aFlV77tdbfJet5NHrXfc0ar1n50+ns1G/3rLbL6yPP9r9v/Wy3fve9NibHnvTY2967E2PvemxNz32psfe9NibHnvT49dND/s/a3vYrX+b7eG83Dem62LMU/cXt4R43eirNyBYW8iH+fOkkMUYlaNsWi6VSVPtG9HaWL8/tm/YwWYjtJZ19GIx7W17SLTeLYrlbNvT5Sd3DrO+rnTLsI3Nw8qBFl9HT780UBdrIgjWauwnpoOuv+gPbjP2v4COm34N6+hlVHU7Orbfa0sT5+WWJicCi+c5nvw8Gz3d710cexfH3sWxd3HsXRx7F8fexbF3cexdHHsXx97F8V/s4vjYbm9YxeX22v8pF8fHNwzH+fPyYZ7Mn8S4mMNoILjT++UyN/AafVvON43J0fPy5caovHw6mZW33a8my8YOunJWbaArf9f75+Lkn22fqzuOvvLxxrJ7e69Vs2pv7rX6w5uo/lpI3Pr/edFa9r9t1eT0eQ4nTr0L7fPo64Mvpjvu+H8= \ No newline at end of file diff --git a/images/clusteroci.svg b/images/clusteroci.svg new file mode 100644 index 00000000..ef5bda15 --- /dev/null +++ b/images/clusteroci.svg @@ -0,0 +1,4 @@ + + + +
 Private Subnet
 Worker Nodes
 Private CIDR: 10.0.64.0/20
Private Subnet...
AD3/FD3
AD3/FD3
AD2/FD2
AD2/FD2
AD/FD1
AD/FD1
OCI Region
OCI Region
 Public Subnet
 Control Plane API Endpoint
 Private CIDR: 10.0.0.8/29
Public Subnet...
 Public Subnet
 Service Load Balancer
 Private CIDR: 10.0.0.32/27
Public Subnet...
10.0.0.0/16
10.0.0.0/16
Internet
Internet
Internet Gateway
Internet G...
 Private Subnet
 Control Plane Subnet
 Private CIDR: 10.0.0.0/29
Private Subnet...
AD3/FD3
AD3/FD3
Internet
Internet
NAT Gateway
NAT Gateway
Service Gateway
Service Ga...
Oracle
Services
Network
Oracle...
Worker NodeWorker Node
AD2/FD2
AD2/FD2
AD1/FD1
AD1/FD1
Control Plane Node
Text is not SVG - cannot display
\ No newline at end of file diff --git a/images/iam.svg b/images/iam.svg new file mode 100644 index 00000000..72a6ca48 --- /dev/null +++ b/images/iam.svg @@ -0,0 +1,4 @@ + + + +
Create User 
Create User 
Create Group 
Create Group 
Add user to group
Add user to group
Create Compartment
Create Compartment
Create policies 
for group on
compartment
Create policies...
Text is not SVG - cannot display
\ No newline at end of file diff --git a/images/nonprod.svg b/images/nonprod.svg new file mode 100644 index 00000000..0761c0c6 --- /dev/null +++ b/images/nonprod.svg @@ -0,0 +1,4 @@ + + + +Create a management clusterConfigureOCI authenticationInstall CAPOCICreate a workload cluster
for non-production using kind, K3S or
Rancher Desktop

for non-production using k...
to enable management cluster to create resources
to enable management clust...
in management cluster
in management cluster
using custom images
built with the image
builder tool

using custom images...
1
1
2
2
3
3
4
4
Text is not SVG - cannot display
\ No newline at end of file diff --git a/images/oke.svg b/images/oke.svg new file mode 100644 index 00000000..e64229f2 --- /dev/null +++ b/images/oke.svg @@ -0,0 +1,4 @@ + + + +Create an OKEcluster as a management cluster Configure OCI authenticationInstall CAPOCICreate a workloadcluster
using OCI Console or Terraform
using OCI Console or Ter...
to enable OKE cluster to create resources
to enable OKE cluster to c...
in management cluster. OKE is now operational as a management cluster
in management cluster. OKE...
using custom images
built with the image
builder tool
using custom images...
1
1
2
2
3
3
4
4
Text is not SVG - cannot display
\ No newline at end of file diff --git a/images/oke_1.png b/images/oke_1.png new file mode 100755 index 00000000..67868753 Binary files /dev/null and b/images/oke_1.png differ diff --git a/images/oke_2.png b/images/oke_2.png new file mode 100755 index 00000000..05dfd6f4 Binary files /dev/null and b/images/oke_2.png differ diff --git a/images/oke_3.png b/images/oke_3.png new file mode 100755 index 00000000..aa42f86f Binary files /dev/null and b/images/oke_3.png differ diff --git a/images/oke_4.png b/images/oke_4.png new file mode 100755 index 00000000..df1e228a Binary files /dev/null and b/images/oke_4.png differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..d45a0240 --- /dev/null +++ b/index.html @@ -0,0 +1,223 @@ + + + + + + Introduction - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Kubernetes Cluster API Provider for Oracle Cloud Infrastructure

+

Go Report Card

+ + +
+

Kubernetes-native declarative infrastructure for Oracle Cloud Infrastructure (OCI).

+

What is the Cluster API Provider for OCI

+

The Cluster API Provider for OCI (CAPOCI) brings declarative, Kubernetes-style APIs to cluster +creation, configuration and management.

+

The API itself is shared across multiple cloud providers allowing for true hybrid deployments of Kubernetes.

+

Features

+
    +
  • Self-managed and OCI Container Engine for Kubernetes(OKE) cluster support
  • +
  • Manages the bootstrapping of VCNs, gateways, subnets, network security groups
  • +
  • Provides secure and sensible defaults
  • +
+

Getting Started

+ +

Support Policy

+
+
+

Info

+

+
+
+

As the versioning for this project is tied to the versioning of Cluster API, future modifications to this +policy may be made to more closely align with other providers in the Cluster API ecosystem.

+
+
+

Cluster API Versions

+

CAPOCI supports the following Cluster API versions.

+
+ +
v1beta1 (v1.0)
OCI Provider v1beta1 (v0.1)
+
+

Kubernetes versions

+

CAPOCI provider is able to install and manage the versions of Kubernetes supported by +Cluster API (CAPI).

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/introduction.html b/introduction.html new file mode 100644 index 00000000..d45a0240 --- /dev/null +++ b/introduction.html @@ -0,0 +1,223 @@ + + + + + + Introduction - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Kubernetes Cluster API Provider for Oracle Cloud Infrastructure

+

Go Report Card

+ + +
+

Kubernetes-native declarative infrastructure for Oracle Cloud Infrastructure (OCI).

+

What is the Cluster API Provider for OCI

+

The Cluster API Provider for OCI (CAPOCI) brings declarative, Kubernetes-style APIs to cluster +creation, configuration and management.

+

The API itself is shared across multiple cloud providers allowing for true hybrid deployments of Kubernetes.

+

Features

+
    +
  • Self-managed and OCI Container Engine for Kubernetes(OKE) cluster support
  • +
  • Manages the bootstrapping of VCNs, gateways, subnets, network security groups
  • +
  • Provides secure and sensible defaults
  • +
+

Getting Started

+ +

Support Policy

+
+
+

Info

+

+
+
+

As the versioning for this project is tied to the versioning of Cluster API, future modifications to this +policy may be made to more closely align with other providers in the Cluster API ecosystem.

+
+
+

Cluster API Versions

+

CAPOCI supports the following Cluster API versions.

+
+ +
v1beta1 (v1.0)
OCI Provider v1beta1 (v0.1)
+
+

Kubernetes versions

+

CAPOCI provider is able to install and manage the versions of Kubernetes supported by +Cluster API (CAPI).

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/managed/boot-volume-expansion.html b/managed/boot-volume-expansion.html new file mode 100644 index 00000000..e6bb7482 --- /dev/null +++ b/managed/boot-volume-expansion.html @@ -0,0 +1,215 @@ + + + + + + Boot volume expansion - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Increase boot volume

+

The default boot volume size of worker nodes is 50 GB. The following steps needs to be followed +to increase the boot volume size.

+

Increase the boot volume size in spec

+

The following snippet shows how to increase the boot volume size of the instances.

+
kind: OCIManagedMachinePool
+spec:
+  nodeSourceViaImage:
+    bootVolumeSizeInGBs: 100
+
+

Extend the root partition

+

In order to take advantage of the larger size, you need to extend the partition for the boot volume. +Custom cloud init scripts can be used for the same. The following cloud init script extends the root volume.

+
#!/bin/bash
+
+# DO NOT MODIFY
+curl --fail -H "Authorization: Bearer Oracle" -L0 http://169.254.169.254/opc/v2/instance/metadata/oke_init_script | base64 --decode >/var/run/oke-init.sh
+
+## run oke provisioning script
+bash -x /var/run/oke-init.sh
+
+### adjust block volume size
+/usr/libexec/oci-growfs -y
+
+touch /var/log/oke.done
+
+

Encode the file contents into a base64 encoded value as follows.

+
cat cloud-init.sh | base64 -w 0
+
+

Add the value in the following OCIManagedMachinePool spec.

+
kind: OCIManagedMachinePool
+spec:
+  nodeMetadata:
+    user_data: "<base64 encoded value from above>"
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/managed/features.html b/managed/features.html new file mode 100644 index 00000000..6dd44211 --- /dev/null +++ b/managed/features.html @@ -0,0 +1,204 @@ + + + + + + Features - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Features

+

This page will cover configuration of various Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) +features in CAPOCI.

+

Node Pool Cycling

+

OKE Node Pool Cycling can be used during Kubernetes version upgrades to cycle +the nodes such that all the nodes of a Node Pool is running on the newer Kubernetes version. The following +OCIManagedMachinePool spec can be used to specify Node Pool cycling option.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIManagedMachinePool
+spec:
+  nodePoolCyclingDetails:
+    isNodeCyclingEnabled: true
+
+

Addons

+

The following OCIManagedControlPlane spec should be used to specify Addons which has to be +installed in the OKE cluster.

+
kind: OCIManagedControlPlane
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  clusterType: "ENHANCED_CLUSTER"
+  addons:
+  - name: CertManager
+
+

More details about the configuration parameters are available in [CAPOCI API Reference docs][api-reference].

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/managed/managedcluster.html b/managed/managedcluster.html new file mode 100644 index 00000000..3e5aa9f5 --- /dev/null +++ b/managed/managedcluster.html @@ -0,0 +1,267 @@ + + + + + + Managed Clusters (OKE) - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Managed Clusters (OKE)

+
    +
  • Feature status: As of CAPOCI v0.12.0, OKE has been moved out of experimental mode with self managed nodes. +Virtual Node Pool and Mnagaed Node Pool are still experimental due to underlying CAPI dependencies.
  • +
  • Feature gate: MachinePool=true
  • +
+

Cluster API Provider for OCI (CAPOCI) experimentally supports managing OCI Container +Engine for Kubernetes (OKE) clusters. CAPOCI implements this with three +custom resources:

+
    +
  • OCIManagedControlPlane
  • +
  • OCIManagedCluster
  • +
  • OCIManagedMachinePool
  • +
+

Workload Cluster Parameters

+

The following Oracle Cloud Infrastructure (OCI) configuration parameters are available +when creating a managed workload cluster on OCI using one of our predefined templates:

+
+ + + + + +
ParameterMandatoryDefault ValueDescription
OCI_COMPARTMENT_IDYesThe OCID of the compartment in which to create the required compute, storage and network resources.
OCI_MANAGED_NODE_IMAGE_IDNo""The OCID of the image for the Kubernetes worker nodes. Please read the doc for more details. If no value is specified, a default Oracle Linux OKE platform image is looked up and used
OCI_MANAGED_NODE_SHAPE NoVM.Standard.E4.FlexThe shape of the Kubernetes worker nodes.
OCI_MANAGED_NODE_MACHINE_TYPE_OCPUSNo1The number of OCPUs allocated to the worker node instance.
OCI_SSH_KEYYesThe public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures.
+
+
+

Note: In production use-case, the node pool image id must be provided explicitly and the default lookup mechanism must not be used.

+
+

The following Cluster API parameters are also available:

+
+ + + + +
ParameterDefault ValueDescription
CLUSTER_NAMEThe name of the workload cluster to create.
KUBERNETES_VERSIONThe Kubernetes version installed on the workload cluster nodes. If this environement variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file
NAMESPACEThe namespace for the workload cluster. If not specified, the current namespace is used.
NODE_MACHINE_COUNTThe number of machines in the OKE nodepool.
+
+

Pre-Requisites

+

Environment Variables

+

Managed clusters also require the following feature flags set as environment variables before installing +CAPI and CAPOCI components using clusterctl.

+
export EXP_MACHINE_POOL=true
+
+

OCI Security Policies

+

Please read the doc and add the necessary policies required for the user group. +Please add the policies for dynamic groups if instance principal is being used as authentication +mechanism. Please read the doc to know more about authentication mechanisms.

+

Workload Cluster Templates

+

Choose one of the available templates to create your workload clusters from the +latest released artifacts. The managed cluster templates is of the +form cluster-template-managed-<flavour>.yaml . The default managed template is +cluster-template-managed.yaml. Please note that the templates provided are to be considered +as references and can be customized further as the CAPOCI API Reference.

+

Supported Kubernetes versions

+

The doc lists the Kubernetes versions currently supported by OKE.

+

Create a new OKE cluster.

+

The following command will create an OKE cluster using the default template. The created node pool uses +VCN native pod networking.

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_MANAGED_NODE_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+KUBERNETES_VERSION=v1.24.1 \
+NAMESPACE=default \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-managed.yaml | kubectl apply -f -
+
+

Create a new private OKE cluster.

+

The following command will create an OKE private cluster. In this template, the control plane endpoint subnet is a +private subnet and the API endpoint is accessible only within the subnet. The created node pool uses +VCN native pod networking.

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_MANAGED_NODE_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+KUBERNETES_VERSION=v1.24.1 \
+NAMESPACE=default \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-managedprivate.yaml | kubectl apply -f -
+
+

Access kubeconfig of an OKE cluster

+

Step 1 - Identify Cluster OCID

+

Access the management cluster using kubectl and identify the OKE cluster OCID

+
kubectl get ocimanagedcontrolplane <workload-cluster-name> -n <workload-cluster-namespace> -o jsonpath='{.spec.id}'
+
+

Step 2 - Access kubeconfig

+

Access kubeconfig

+
oci ce cluster create-kubeconfig --cluster-id <cluster-ocid> --file <file-name>  --region <region>  --kube-endpoint PUBLIC_ENDPOINT
+
+

Please read the doc for more details on how to access kubeconfig file of OKE clusters.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/managed/networking.html b/managed/networking.html new file mode 100644 index 00000000..605f688d --- /dev/null +++ b/managed/networking.html @@ -0,0 +1,220 @@ + + + + + + Networking customizations - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Networking customizations

+

Use a pre-existing VCN

+

The following OCIManagedCluster snippet can be used to to use a pre-existing VCN.

+
kind: OCIManagedCluster
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    skipNetworkManagement: true
+    vcn:
+      id: "<vcn-id>"
+      networkSecurityGroup:
+        list:
+          - id: "<control-plane-endpoint-nsg-id>"
+            role: control-plane-endpoint
+            name: control-plane-endpoint
+          - id:  "<worker-nsg-id>"
+            role: worker
+            name: worker
+          - id: "<pod-nsg-id>"
+            role: pod
+            name: pod
+      subnets:
+        - id: "<control-plane-endpoint-subnet-id>"
+          role: control-plane-endpoint
+          name: control-plane-endpoint
+          type: public
+        - id: "<worker-subnet-id>"
+          role: worker
+          name: worker
+        - id: "<pod-subnet-id>"
+          role: pod
+          name: pod
+        - id: "<service-lb-subnet-id>"
+          role: service-lb
+          name: service-lb
+          type: public
+
+

Use flannel as CNI

+

Use the template cluster-template-managed-flannel.yaml as an example for using flannel as the CNI. The template +sets the correct parameters in the spec as well as create the proper security roles in the Network Security Group (NSG).

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/managed/self-managed-nodes.html b/managed/self-managed-nodes.html new file mode 100644 index 00000000..4ce94ad2 --- /dev/null +++ b/managed/self-managed-nodes.html @@ -0,0 +1,261 @@ + + + + + + Self managed nodes - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Self managed nodes

+

CAPOCI supports OKE self managed nodes. With this feature, CAPI features such as rolling update, +health checks can be used to make management of self managed nodes easier. CAPOCI supports two +flavours fo self managed nodes. It also allows full range of OCI Compute API to be used while +creating worker nodes.

+

Please read the prerequisites related to Dynamic Group and policy before creating self managed OKE nodes.

+

Self managed nodes backed by CAPI Machine Deployment

+

Use the template cluster-template-managed-self-managed-nodes.yaml as an example for creating and OKE cluster +with a self managed CAPI machine deployment. Self managed nodes are only supported if flannel +is used as CNI provider. The following snippet shows the relevant part of the template.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIMachineTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_MANAGED_NODE_IMAGE_ID}"
+---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineDeployment
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: ${WORKER_MACHINE_COUNT}
+  selector:
+    matchLabels:
+  template:
+    spec:
+      clusterName: "${CLUSTER_NAME}"
+      version: "${KUBERNETES_VERSION}"
+      bootstrap:
+        dataSecretName: "${CLUSTER_NAME}-self-managed"
+      infrastructureRef:
+        name: "${CLUSTER_NAME}-md-0"
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+        kind: OCIMachineTemplate
+
+

Note that CAPOCI will populate a bootstrap secret with the relevant cloud-init script required +for the node to join the OKE cluster

+

Self managed nodes backed by OCI Instance Pool

+
+

Note: MachinePool is still an experimental feature in CAPI

+
+

The following snippet can be used to create self managed OKE nodes backed by OCI Instance Poolinstance-pool.

+
---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachinePool
+metadata:
+  name: "${CLUSTER_NAME}-mp-0"
+  namespace: default
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: "${WORKER_MACHINE_COUNT}"
+  template:
+    spec:
+      bootstrap:
+        dataSecretName: "${CLUSTER_NAME}-self-managed"
+      clusterName: "${CLUSTER_NAME}"
+      infrastructureRef:
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+        kind: OCIMachinePool
+        name: "${CLUSTER_NAME}-mp-0"
+      version: "${KUBERNETES_VERSION}"
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIMachinePool
+metadata:
+  name: "${CLUSTER_NAME}-mp-0"
+  namespace: default
+spec:
+  instanceConfiguration:
+    metadata:
+      ssh_authorized_keys: "${OCI_SSH_KEY}"
+    instanceSourceViaImageConfig:
+      imageId: "${OCI_MANAGED_NODE_IMAGE_ID}"
+    shape: "${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+    shapeConfig:
+      ocpus: "1"
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/managed/virtual-nodes-and-enhanced-clusters.html b/managed/virtual-nodes-and-enhanced-clusters.html new file mode 100644 index 00000000..4cad7aa3 --- /dev/null +++ b/managed/virtual-nodes-and-enhanced-clusters.html @@ -0,0 +1,202 @@ + + + + + + Virtual Nodes and Enhanced Clusters - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

OKE Enhanced Clusters and Virtual Nodes

+

CAPOCI supports OKE Enhanced Clusters and Virtual Nodes. A cluster-template +cluster-template-managed-virtual-node.yaml with Enhanced Cluster and Virtual Node Pool has been released in +CAPOCI release artifacts which can be referred using the flavor managed-virtual-node in clusterctl generate +command.

+
+

NOTE: Virtual Node Pool require Cluster API release 1.4.3 or later and CAPOCI release 0.10.0 or later.

+
+

Create Enhanced Cluster

+

The following OCIManagedControlPlane snippet can be used to create an enhanced OKE cluster.

+
kind: OCIManagedControlPlane
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  clusterType: "ENHANCED_CLUSTER"
+
+

Create Virtual Node Pool

+

The following OCIVirtualMachinePool snippet can be used to create a Virtual Node Pool. Please read through CAPOCI +API Docs to see all the supported parameters of OCIVirtualMachinePool.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIVirtualMachinePool
+spec:
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/mark.min.js b/mark.min.js new file mode 100644 index 00000000..16362318 --- /dev/null +++ b/mark.min.js @@ -0,0 +1,7 @@ +/*!*************************************************** +* mark.js v8.11.1 +* https://markjs.io/ +* Copyright (c) 2014–2018, Julian Kühnel +* Released under the MIT license https://git.io/vwTVl +*****************************************************/ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Mark=t()}(this,function(){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},n=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;t(this,e),this.ctx=n,this.iframes=r,this.exclude=i,this.iframesTimeout=o}return n(e,[{key:"getContexts",value:function(){var e=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(function(t){var n=e.filter(function(e){return e.contains(t)}).length>0;-1!==e.indexOf(t)||n||e.push(t)}),e}},{key:"getIframeContents",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0;try{var i=e.contentWindow;if(r=i.document,!i||!r)throw new Error("iframe inaccessible")}catch(e){n()}r&&t(r)}},{key:"isIframeBlank",value:function(e){var t="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===t&&n!==t&&n}},{key:"observeIframeLoad",value:function(e,t,n){var r=this,i=!1,o=null,a=function a(){if(!i){i=!0,clearTimeout(o);try{r.isIframeBlank(e)||(e.removeEventListener("load",a),r.getIframeContents(e,t,n))}catch(e){n()}}};e.addEventListener("load",a),o=setTimeout(a,this.iframesTimeout)}},{key:"onIframeReady",value:function(e,t,n){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,n):this.getIframeContents(e,t,n):this.observeIframeLoad(e,t,n)}catch(e){n()}}},{key:"waitForIframes",value:function(e,t){var n=this,r=0;this.forEachIframe(e,function(){return!0},function(e){r++,n.waitForIframes(e.querySelector("html"),function(){--r||t()})},function(e){e||t()})}},{key:"forEachIframe",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);var u=function(){--s<=0&&o(c)};s||u(),a.forEach(function(t){e.matches(t,i.exclude)?u():i.onIframeReady(t,function(e){n(t)&&(c++,r(e)),u()},u)})}},{key:"createIterator",value:function(e,t,n){return document.createNodeIterator(e,t,n,!1)}},{key:"createInstanceOnIframe",value:function(t){return new e(t.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(e,t,n){if(e.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING){if(null===t)return!0;if(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(e){var t=e.previousNode();return{prevNode:t,node:null===t?e.nextNode():e.nextNode()&&e.nextNode()}}},{key:"checkIframeFilter",value:function(e,t,n,r){var i=!1,o=!1;return r.forEach(function(e,t){e.val===n&&(i=t,o=e.handled)}),this.compareNodeIframe(e,t,n)?(!1!==i||o?!1===i||o||(r[i].handled=!0):r.push({val:n,handled:!0}),!0):(!1===i&&r.push({val:n,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(e,t,n,r){var i=this;e.forEach(function(e){e.handled||i.getIframeContents(e.val,function(e){i.createInstanceOnIframe(e).forEachNode(t,n,r)})})}},{key:"iterateThroughNodes",value:function(e,t,n,r,i){for(var o,a=this,s=this.createIterator(t,e,r),c=[],u=[],l=void 0,h=void 0;void 0,o=a.getIteratorNode(s),h=o.prevNode,l=o.node;)this.iframes&&this.forEachIframe(t,function(e){return a.checkIframeFilter(l,h,e,c)},function(t){a.createInstanceOnIframe(t).forEachNode(e,function(e){return u.push(e)},r)}),u.push(l);u.forEach(function(e){n(e)}),this.iframes&&this.handleOpenIframes(c,e,n,r),i()}},{key:"forEachNode",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),a=o.length;a||i(),o.forEach(function(o){var s=function(){r.iterateThroughNodes(e,o,t,n,function(){--a<=0&&i()})};r.iframes?r.waitForIframes(o,s):s()})}}],[{key:"matches",value:function(e,t){var n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){var i=!1;return n.every(function(t){return!r.call(e,t)||(i=!0,!1)}),i}return!1}}]),e}(),o=function(){function e(n){t(this,e),this.opt=r({},{diacritics:!0,synonyms:{},accuracy:"partially",caseSensitive:!1,ignoreJoiners:!1,ignorePunctuation:[],wildcards:"disabled"},n)}return n(e,[{key:"create",value:function(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),new RegExp(e,"gm"+(this.opt.caseSensitive?"":"i"))}},{key:"escapeStr",value:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createSynonymsRegExp",value:function(e){var t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==s&&(e=e.replace(new RegExp("("+this.escapeStr(a)+"|"+this.escapeStr(s)+")","gm"+n),r+"("+this.processSynonyms(a)+"|"+this.processSynonyms(s)+")"+r))}return e}},{key:"processSynonyms",value:function(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}},{key:"setupWildcardsRegExp",value:function(e){return(e=e.replace(/(?:\\)*\?/g,function(e){return"\\"===e.charAt(0)?"?":""})).replace(/(?:\\)*\*/g,function(e){return"\\"===e.charAt(0)?"*":""})}},{key:"createWildcardsRegExp",value:function(e){var t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(e){return e.replace(/[^(|)\\]/g,function(e,t,n){var r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}},{key:"createJoinersRegExp",value:function(e){var t=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&t.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join("["+t.join("")+"]*"):e}},{key:"createDiacriticsRegExp",value:function(e){var t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],r=[];return e.split("").forEach(function(i){n.every(function(n){if(-1!==n.indexOf(i)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp("["+n+"]","gm"+t),"["+n+"]"),r.push(n)}return!0})}),e}},{key:"createMergedBlanksRegExp",value:function(e){return e.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(e){var t=this,n=this.opt.accuracy,r="string"==typeof n?n:n.value,i="";switch(("string"==typeof n?[]:n.limiters).forEach(function(e){i+="|"+t.escapeStr(e)}),r){case"partially":default:return"()("+e+")";case"complementary":return"()([^"+(i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+e+"[^"+i+"]*)";case"exactly":return"(^|\\s"+i+")("+e+")(?=$|\\s"+i+")"}}}]),e}(),a=function(){function a(e){t(this,a),this.ctx=e,this.ie=!1;var n=window.navigator.userAgent;(n.indexOf("MSIE")>-1||n.indexOf("Trident")>-1)&&(this.ie=!0)}return n(a,[{key:"log",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",r=this.opt.log;this.opt.debug&&"object"===(void 0===r?"undefined":e(r))&&"function"==typeof r[n]&&r[n]("mark.js: "+t)}},{key:"getSeparatedKeywords",value:function(e){var t=this,n=[];return e.forEach(function(e){t.opt.separateWordSearch?e.split(" ").forEach(function(e){e.trim()&&-1===n.indexOf(e)&&n.push(e)}):e.trim()&&-1===n.indexOf(e)&&n.push(e)}),{keywords:n.sort(function(e,t){return t.length-e.length}),length:n.length}}},{key:"isNumeric",value:function(e){return Number(parseFloat(e))==e}},{key:"checkRanges",value:function(e){var t=this;if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];var n=[],r=0;return e.sort(function(e,t){return e.start-t.start}).forEach(function(e){var i=t.callNoMatchOnInvalidRanges(e,r),o=i.start,a=i.end;i.valid&&(e.start=o,e.length=a-o,n.push(e),r=a)}),n}},{key:"callNoMatchOnInvalidRanges",value:function(e,t){var n=void 0,r=void 0,i=!1;return e&&void 0!==e.start?(r=(n=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-n>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(e)),this.opt.noMatch(e))):(this.log("Ignoring invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:n,end:r,valid:i}}},{key:"checkWhitespaceRanges",value:function(e,t,n){var r=void 0,i=!0,o=n.length,a=t-o,s=parseInt(e.start,10)-a;return(r=(s=s>o?o:s)+parseInt(e.length,10))>o&&(r=o,this.log("End range automatically set to the max value of "+o)),s<0||r-s<0||s>o||r>o?(i=!1,this.log("Invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)):""===n.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:s,end:r,valid:i}}},{key:"getTextNodes",value:function(e){var t=this,n="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,function(e){r.push({start:n.length,end:(n+=e.textContent).length,node:e})},function(e){return t.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},function(){e({value:n,nodes:r})})}},{key:"matchesExclude",value:function(e){return i.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(e,t,n){var r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),o=i.splitText(n-t),a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),o}},{key:"wrapRangeInMappedTextNode",value:function(e,t,n,r,i){var o=this;e.nodes.every(function(a,s){var c=e.nodes[s+1];if(void 0===c||c.start>t){if(!r(a.node))return!1;var u=t-a.start,l=(n>a.end?a.end:n)-a.start,h=e.value.substr(0,a.start),f=e.value.substr(l+a.start);if(a.node=o.wrapRangeInTextNode(a.node,u,l),e.value=h+f,e.nodes.forEach(function(t,n){n>=s&&(e.nodes[n].start>0&&n!==s&&(e.nodes[n].start-=l),e.nodes[n].end-=l)}),n-=l,i(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0})}},{key:"wrapGroups",value:function(e,t,n,r){return r((e=this.wrapRangeInTextNode(e,t,t+n)).previousSibling),e}},{key:"separateGroups",value:function(e,t,n,r,i){for(var o=t.length,a=1;a-1&&r(t[a],e)&&(e=this.wrapGroups(e,s,t[a].length,i))}return e}},{key:"wrapMatches",value:function(e,t,n,r,i){var o=this,a=0===t?0:t+1;this.getTextNodes(function(t){t.nodes.forEach(function(t){t=t.node;for(var i=void 0;null!==(i=e.exec(t.textContent))&&""!==i[a];){if(o.opt.separateGroups)t=o.separateGroups(t,i,a,n,r);else{if(!n(i[a],t))continue;var s=i.index;if(0!==a)for(var c=1;c"); + --md-admonition-icon--abstract: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--info: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--tip: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--success: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--question: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--warning: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--failure: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--danger: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--bug: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--example: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--quote: + url("data:image/svg+xml;charset=utf-8,"); + --md-details-icon: + url("data:image/svg+xml;charset=utf-8,"); +} + +:is(.admonition) { + display: flow-root; + margin: 1.5625em 0; + padding: 0 1.2rem; + color: var(--fg); + page-break-inside: avoid; + background-color: var(--bg); + border: 0 solid black; + border-inline-start-width: 0.4rem; + border-radius: 0.2rem; + box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05), 0 0 0.1rem rgba(0, 0, 0, 0.1); +} +@media print { + :is(.admonition) { + box-shadow: none; + } +} +:is(.admonition) > * { + box-sizing: border-box; +} +:is(.admonition) :is(.admonition) { + margin-top: 1em; + margin-bottom: 1em; +} +:is(.admonition) > .tabbed-set:only-child { + margin-top: 0; +} +html :is(.admonition) > :last-child { + margin-bottom: 1.2rem; +} + +a.admonition-anchor-link { + display: none; + position: absolute; + left: -1.2rem; + padding-right: 1rem; +} +a.admonition-anchor-link:link, a.admonition-anchor-link:visited { + color: var(--fg); +} +a.admonition-anchor-link:link:hover, a.admonition-anchor-link:visited:hover { + text-decoration: none; +} +a.admonition-anchor-link::before { + content: "§"; +} + +:is(.admonition-title, summary) { + position: relative; + margin-block: 0; + margin-inline: -1.6rem -1.2rem; + padding-block: 0.8rem; + padding-inline: 4.4rem 1.2rem; + font-weight: 700; + background-color: rgba(68, 138, 255, 0.1); + display: flex; +} +:is(.admonition-title, summary) p { + margin: 0; +} +html :is(.admonition-title, summary):last-child { + margin-bottom: 0; +} +:is(.admonition-title, summary)::before { + position: absolute; + top: 0.625em; + inset-inline-start: 1.6rem; + width: 2rem; + height: 2rem; + background-color: #448aff; + mask-image: url('data:image/svg+xml;charset=utf-8,'); + -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-size: contain; + content: ""; +} +:is(.admonition-title, summary):hover a.admonition-anchor-link { + display: initial; +} + +details.admonition > summary.admonition-title::after { + position: absolute; + top: 0.625em; + inset-inline-end: 1.6rem; + height: 2rem; + width: 2rem; + background-color: currentcolor; + mask-image: var(--md-details-icon); + -webkit-mask-image: var(--md-details-icon); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-size: contain; + content: ""; + transform: rotate(0deg); + transition: transform 0.25s; +} +details[open].admonition > summary.admonition-title::after { + transform: rotate(90deg); +} + +:is(.admonition):is(.note) { + border-color: #448aff; +} + +:is(.note) > :is(.admonition-title, summary) { + background-color: rgba(68, 138, 255, 0.1); +} +:is(.note) > :is(.admonition-title, summary)::before { + background-color: #448aff; + mask-image: var(--md-admonition-icon--note); + -webkit-mask-image: var(--md-admonition-icon--note); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.abstract, .summary, .tldr) { + border-color: #00b0ff; +} + +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary) { + background-color: rgba(0, 176, 255, 0.1); +} +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary)::before { + background-color: #00b0ff; + mask-image: var(--md-admonition-icon--abstract); + -webkit-mask-image: var(--md-admonition-icon--abstract); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.info, .todo) { + border-color: #00b8d4; +} + +:is(.info, .todo) > :is(.admonition-title, summary) { + background-color: rgba(0, 184, 212, 0.1); +} +:is(.info, .todo) > :is(.admonition-title, summary)::before { + background-color: #00b8d4; + mask-image: var(--md-admonition-icon--info); + -webkit-mask-image: var(--md-admonition-icon--info); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.tip, .hint, .important) { + border-color: #00bfa5; +} + +:is(.tip, .hint, .important) > :is(.admonition-title, summary) { + background-color: rgba(0, 191, 165, 0.1); +} +:is(.tip, .hint, .important) > :is(.admonition-title, summary)::before { + background-color: #00bfa5; + mask-image: var(--md-admonition-icon--tip); + -webkit-mask-image: var(--md-admonition-icon--tip); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.success, .check, .done) { + border-color: #00c853; +} + +:is(.success, .check, .done) > :is(.admonition-title, summary) { + background-color: rgba(0, 200, 83, 0.1); +} +:is(.success, .check, .done) > :is(.admonition-title, summary)::before { + background-color: #00c853; + mask-image: var(--md-admonition-icon--success); + -webkit-mask-image: var(--md-admonition-icon--success); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.question, .help, .faq) { + border-color: #64dd17; +} + +:is(.question, .help, .faq) > :is(.admonition-title, summary) { + background-color: rgba(100, 221, 23, 0.1); +} +:is(.question, .help, .faq) > :is(.admonition-title, summary)::before { + background-color: #64dd17; + mask-image: var(--md-admonition-icon--question); + -webkit-mask-image: var(--md-admonition-icon--question); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.warning, .caution, .attention) { + border-color: #ff9100; +} + +:is(.warning, .caution, .attention) > :is(.admonition-title, summary) { + background-color: rgba(255, 145, 0, 0.1); +} +:is(.warning, .caution, .attention) > :is(.admonition-title, summary)::before { + background-color: #ff9100; + mask-image: var(--md-admonition-icon--warning); + -webkit-mask-image: var(--md-admonition-icon--warning); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.failure, .fail, .missing) { + border-color: #ff5252; +} + +:is(.failure, .fail, .missing) > :is(.admonition-title, summary) { + background-color: rgba(255, 82, 82, 0.1); +} +:is(.failure, .fail, .missing) > :is(.admonition-title, summary)::before { + background-color: #ff5252; + mask-image: var(--md-admonition-icon--failure); + -webkit-mask-image: var(--md-admonition-icon--failure); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.danger, .error) { + border-color: #ff1744; +} + +:is(.danger, .error) > :is(.admonition-title, summary) { + background-color: rgba(255, 23, 68, 0.1); +} +:is(.danger, .error) > :is(.admonition-title, summary)::before { + background-color: #ff1744; + mask-image: var(--md-admonition-icon--danger); + -webkit-mask-image: var(--md-admonition-icon--danger); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.bug) { + border-color: #f50057; +} + +:is(.bug) > :is(.admonition-title, summary) { + background-color: rgba(245, 0, 87, 0.1); +} +:is(.bug) > :is(.admonition-title, summary)::before { + background-color: #f50057; + mask-image: var(--md-admonition-icon--bug); + -webkit-mask-image: var(--md-admonition-icon--bug); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.example) { + border-color: #7c4dff; +} + +:is(.example) > :is(.admonition-title, summary) { + background-color: rgba(124, 77, 255, 0.1); +} +:is(.example) > :is(.admonition-title, summary)::before { + background-color: #7c4dff; + mask-image: var(--md-admonition-icon--example); + -webkit-mask-image: var(--md-admonition-icon--example); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.quote, .cite) { + border-color: #9e9e9e; +} + +:is(.quote, .cite) > :is(.admonition-title, summary) { + background-color: rgba(158, 158, 158, 0.1); +} +:is(.quote, .cite) > :is(.admonition-title, summary)::before { + background-color: #9e9e9e; + mask-image: var(--md-admonition-icon--quote); + -webkit-mask-image: var(--md-admonition-icon--quote); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +.navy :is(.admonition) { + background-color: var(--sidebar-bg); +} + +.ayu :is(.admonition), .coal :is(.admonition) { + background-color: var(--theme-hover); +} + +.rust :is(.admonition) { + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} +.rust .admonition-anchor-link:link, .rust .admonition-anchor-link:visited { + color: var(--sidebar-fg); +} diff --git a/networking/antrea.html b/networking/antrea.html new file mode 100644 index 00000000..ef7f1521 --- /dev/null +++ b/networking/antrea.html @@ -0,0 +1,248 @@ + + + + + + Using Antrea - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Using Antrea

+

This section lists the security rules that must be implemented in the Network Security Groups (NSGs) in order to use Antrea as a CNI provider.

+

Control plane endpoint NSG

+

The Control plane Endpoint NSG will be attached to the OCI Load Balancer. The egress and ingress rules are listed below.

+

Control plane endpoint NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block10.0.0.0/296443TCPAllow HTTPS Traffic to Control plane for Kubernetes API Server access
+
+

Control plane endpoint NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR Block0.0.0.0/06443TCPAllow public access to endpoint OCI Load Balancer
+
+

Control plane NSG

+

The OCI Compute instances running the Kubernetes Control plane components will be attached to this NSG.

+

Control plane NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block0.0.0.0/0AllALLControl plane access to Internet to pull images
+
+

Control plane NSG ingress rules

+
+ + + + + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR Block10.0.0.8/296443TCPKubernetes API endpoint to Kubernetes Control plane communication
CIDR Block10.0.0.0/296443TCPControl plane to Control plane (API Server port) communication
CIDR Block10.0.64.0/206443TCPWorker Node to Kubernetes Control plane (API Server port)communication
CIDR block10.0.0.0/2910250TCPControl Plane to Control Plane Kubelet Communication
CIDR Block10.0.0.0/292379TCPetcd client communication
CIDR Block10.0.0.0/292380TCPetcd peer communication
CIDR Block10.0.0.0/2910349TCPAntrea Service
CIDR Block10.0.64.0/2010349TCPAntrea Service
CIDR Block10.0.0.0/296081UDPGeneve Service
CIDR Block10.0.64.0/206081UDPGeneve Service
CIDR Block10.0.0.0/16ICMP Type 3, Code 4Path discovery
CIDR Block0.0.0.0/022TCPInbound SSH traffic to Control plane nodes
+
+

Worker NSG

+

The OCI Compute instances which running as Kubernetes worker nodes will be attached to this NSG.

+

Worker NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block0.0.0.0/0AllAllWorker Nodes access to Internet to pull images
+
+

Worker NSG ingress rules

+
+ + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR Block10.0.0.32/2732000-32767TCPAllow incoming traffic from service load balancers (NodePort Communication)
CIDR Block10.0.0.0/2910250TCPControl plane to worker node (Kubelet Communication)
CIDR Block10.0.64.0/2010250TCPWorker nodes to worker node (Kubelet Communication)
CIDR Block10.0.0.0/2910349TCPAntrea Service
CIDR Block10.0.64.0/2010349TCPAntrea Service
CIDR Block10.0.0.0/296081UDPGeneve Service
CIDR Block10.0.64.0/206081UDPGeneve Service
CIDR Block10.0.0.0/16ICMP Type 3, Code 4Path discovery
CIDR Block0.0.0.0/022TCPInbound SSH traffic to worker nodes
+
+

Service load balancers NSG

+

OCI load balancers created as part of Kubernetes Services of type LoadBalancer will be attached to this NSG.

+

Service load balancers NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block10.0.64.0/2032000-32767TCPAllow access to NodePort services from Service Load balancers
+
+

Service load balancers NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR Block0.0.0.0/080, 443TCPAllow incoming traffic to services
+
+
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/networking/calico.html b/networking/calico.html new file mode 100644 index 00000000..cec4685a --- /dev/null +++ b/networking/calico.html @@ -0,0 +1,248 @@ + + + + + + Using Calico - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Using Calico

+

This section lists the security rules that must be implemented in the network security groups (NSGs) in order to use Calico as a CNI provider.

+

Control plane endpoint NSG

+

The control plane endpoint NSG will be attached to the OCI load balancer. The egress and ingress rules are listed below.

+

Control plane endpoint NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block10.0.0.0/296443TCPAllow HTTPS traffic to Control plane for Kubernetes API server access
+
+

Control plane endpoint NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR block0.0.0.0/06443TCPAllow public access to endpoint OCI load balancer
+
+

Control plane NSG

+

The OCI compute instances running the Kubernetes control plane components will be attached to this NSG.

+

Control plane NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block0.0.0.0/0AllALLControl plane access to Internet to pull images
+
+

Ingress Rules

+
+ + + + + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR block10.0.0.8/296443TCPKubernetes API endpoint to Kubernetes control plane communication
CIDR block10.0.0.0/296443TCPControl plane to control plane (API server port) communication
CIDR block10.0.64.0/206443TCPWorker Node to Kubernetes control plane (API Server) communication
CIDR block10.0.0.0/2910250TCPControl Plane to Control Plane Kubelet Communication
CIDR block10.0.0.0/292379TCPetcd client communication
CIDR block10.0.0.0/292380TCPetcd peer communication
CIDR block10.0.0.0/29179TCPCalico networking (BGP)
CIDR block10.0.64.0/20179TCPCalico networking (BGP)
CIDR block10.0.0.0/29IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.64.0/20IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.0.0/16ICMP Type 3, Code 4MTU Path discovery
CIDR block0.0.0.0/022TCPInbound SSH traffic to control plane nodes
+
+

Worker NSG

+

The OCI compute instances which running as Kubernetes worker nodes will be attached to this NSG.

+

Worker NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block0.0.0.0/0AllAllWorker node access to Internet to pull images
+
+

Worker NSG ingress rules

+
+ + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR block10.0.0.32/2732000-32767TCPAllow incoming traffic from service load balancers (NodePort Communication)
CIDR block10.0.0.0/2910250TCPControl plane to worker node (Kubelet Communication)
CIDR block10.0.64.0/2010250TCPWorker nodes to worker node (Kubelet Communication)
CIDR block10.0.0.0/29179TCPCalico networking (BGP)
CIDR block10.0.64.0/20179TCPCalico networking (BGP)
CIDR block10.0.0.0/29IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.64.0/20IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.0.0/16ICMP Type 3, Code 4MTU Path discovery
CIDR block0.0.0.0/022TCPInbound SSH traffic to worker nodes
+
+

Service Load Balancers NSG

+

OCI load balancers created as part of Kubernetes services of type LoadBalancer will be attached to this NSG.

+

Service Load Balancers NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block10.0.64.0/2032000-32767TCPAllow access to NodePort services from Service Load balancers
+
+

Service Load Balancers NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR block0.0.0.0/080, 443TCPAllow incoming traffic to services
+
+
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/networking/custom-networking.html b/networking/custom-networking.html new file mode 100644 index 00000000..6b5da89a --- /dev/null +++ b/networking/custom-networking.html @@ -0,0 +1,542 @@ + + + + + + Custom Networking - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Custom networking

+

The default networking can be modified to achieve the following:

+
    +
  • your own CIDR range for VCN. This is useful if you want to perform peering with another VCN or another cloud provider and you need to avoid IP Overlapping
  • +
  • your own custom security rules using NSGs. This is useful if you want to use your own CNI provider and it has a different security posture than the default
  • +
  • your own custom security rules using network security lists
  • +
  • change the masks and name of your different subnets. This is useful to either expand or constrain the size of your subnets as well as to use your own preferred naming convention
  • +
+

The OCICluster spec in the cluster templates can be modified to customize the network spec.

+

Example spec for custom CIDR range

+

The spec below shows how to change the CIDR range of the VCN from the default 10.0.0.0/16 to 172.16.0.0/16.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      cidr: "172.16.0.0/16"
+      subnets:
+        - name: ep-subnet
+          role: control-plane-endpoint
+          type: public
+          cidr: "172.16.0.0/28"
+        - name: cp-mc-subnet
+          role: control-plane
+          type: private
+          cidr: "172.16.5.0/28"
+        - name: worker-subnet
+          role: worker
+          type: private
+          cidr: "172.16.10.0/24"
+        - name: svc-lb-subnet
+          role: service-lb
+          type: public
+          cidr: "172.16.20.0/24"
+
+

Example spec to modify default NSG security rules

+

The spec below shows how to change the default NSG rules.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      cidr: "172.16.0.0/16"
+      networkSecurityGroup:
+        list:
+          - name: ep-nsg
+            role: control-plane-endpoint
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "172.16.5.0/28"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "All traffic to control plane nodes"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "0.0.0.0/0"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "External access to Kubernetes API endpoint"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.5.0/28"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Control plane worker nodes to API Server endpoint"
+              - ingressRule:
+                  isStateless: false
+                  source: "0.0.0.0/0"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "SSH access"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 22
+                      min: 22
+          - name: cp-mc-nsg
+            role: control-plane
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "0.0.0.0/0"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "control plane machine access to internet"
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.0.0/16"
+                  protocol: "all"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Allow inter vcn communication"
+              - ingressRule:
+                  isStateless: false
+                  source: "0.0.0.0/0"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "SSH access"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 22
+                      min: 22
+          - name: worker-nsg
+            role: worker
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "0.0.0.0/0"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "Worker Nodes access to Internet"
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.0.0/16"
+                  protocol: "all"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Allow inter vcn communication"
+          - name: service-lb-nsg
+            role: service-lb
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.0.0/16"
+                  protocol: "all"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Allow ingress from vcn subnets"
+      subnets:
+        - name: ep-subnet
+          role: control-plane-endpoint
+          type: public
+          cidr: "172.16.0.0/28"
+        - name: cp-mc-subnet
+          role: control-plane
+          type: private
+          cidr: "172.16.5.0/28"
+        - name: worker-subnet
+          role: worker
+          type: private
+          cidr: "172.16.10.0/24"
+        - name: svc-lb-subnet
+          role: service-lb
+          type: public
+          cidr: "172.16.20.0/24"
+
+

Example spec to use Security Lists instead of Network Security Groups

+

The spec below shows how to implement the security posture using security lists instead of NSGs.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      subnets:
+        - name: ep-subnet
+          role: control-plane-endpoint
+          type: public
+          securityList:
+            name: ep-seclist
+            egressRules:
+              - destination: "10.0.0.0/29"
+                protocol: "6"
+                destinationType: "CIDR_BLOCK"
+                description: "All traffic to control plane nodes"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 6443
+                    min: 6443
+            ingressRules:
+              - source: "0.0.0.0/0"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "External access to Kubernetes API endpoint"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 6443
+                    min: 6443
+              - source: "10.0.0.0/29"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "Control plane worker nodes to API Server endpoint"
+              - source: "0.0.0.0/0"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "SSH access"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 22
+                    min: 22
+        - name: cp-mc-subnet
+          role: control-plane
+          type: private
+          securityList:
+            name: cp-mc-seclist
+            egressRules:
+              - destination: "0.0.0.0/0"
+                protocol: "6"
+                destinationType: "CIDR_BLOCK"
+                description: "control plane machine access to internet"
+            ingressRules:
+              - source: "10.0.0.0/16"
+                protocol: "all"
+                sourceType: "CIDR_BLOCK"
+                description: "Allow inter vcn communication"
+              - source: "0.0.0.0/0"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "SSH access"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 22
+                    min: 22
+        - name: worker-subnet
+          role: worker
+          type: private
+          securityList:
+            name: node-seclist
+            egressRules:
+              - destination: "0.0.0.0/0"
+                protocol: "6"
+                destinationType: "CIDR_BLOCK"
+                description: "Worker Nodes access to Internet"
+            ingressRules:
+              - source: "10.0.0.0/16"
+                protocol: "all"
+                sourceType: "CIDR_BLOCK"
+                description: "Allow inter vcn communication"
+        - name: svc-lb-subnet
+          role: service-lb
+          type: public
+          securityList:
+            name: service-lb-seclist
+            ingressRules:
+              - source: "10.0.0.0/16"
+                protocol: "all"
+                sourceType: "CIDR_BLOCK"
+                description: "Allow ingress from vcn subnets"
+
+

Related documentation: comparison of Security Lists and Network Security Groups

+

Example spec for externally managed VCN infrastructure

+
+
+

Info

+

+
+
+

See externally managed infrastructure for how to create a cluster +using existing VCN infrastructure.

+
+
+

Example spec to use OCI Load Balancer as API Server load balancer

+

By default, CAPOCI uses OCI Network Load Balancer as API Server load balancer. The load balancer front-ends +control plane hosts to provide high availability access to Kubernetes API. The following spec can be used to +use OCI Load Balancer as the API Server load balancer. The change from the default spec is to set +loadBalancerType field to "lb" in the OCICluster resource.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    apiServerLoadBalancer:
+      loadBalancerType: "lb"
+
+

Example spec to use custom role

+

CAPOCI can be used to create Subnet/NSG in the VCN for custom workloads such as private load balancers, +dedicated subnet for DB connection etc. The roles for such custom subnest must be defined as custom. +The following spec shows an example for this scenario.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      subnets:
+        - name: db
+          role: custom
+          type: public
+          cidr: "172.16.5.0/28"
+      networkSecurityGroup:
+        list:
+          - name: db
+            role: custom
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "172.16.5.0/28"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "All traffic to control plane nodes"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+
+

Example spec to use Network Security Group as destination in security rule

+

The spec below shows how to specify a Network Security Group as a destination in security rule. The Network Security +Group name is mentioned in the destination field in the below example. All the required Network Security Groups +must be defined in the template, CAPOCI will not lookup Network Security Group from the VCN.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      cidr: "172.16.0.0/16"
+      networkSecurityGroup:
+        list:
+          - name: ep-nsg
+            role: control-plane-endpoint
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "cp-mc-nsg"
+                  protocol: "6"
+                  destinationType: "NETWORK_SECURITY_GROUP"
+                  description: "All traffic to control plane nodes"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+          - name: cp-mc-nsg
+            role: control-plane
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "0.0.0.0/0"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "control plane machine access to internet"
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/networking/infrastructure.html b/networking/infrastructure.html new file mode 100644 index 00000000..cab4b821 --- /dev/null +++ b/networking/infrastructure.html @@ -0,0 +1,236 @@ + + + + + + Default Network Infrastructure - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Default Network Infrastructure

+

The diagram below depicts the networking architecture for a public workload cluster created in a region such as US West (Phoenix). +Networking Architecture - Workload Cluster

+

Each workload cluster requires an OCI Virtual Cloud Network (VCN) which houses all the resources created for the workload cluster. The default VCN has the following resources:

+
    +
  • +

    Gateways:

    +
      +
    1. An Internet Gateway
    2. +
    3. A NAT Gateway
    4. +
    5. A Service Gateway
    6. +
    +
  • +
  • +

    Route Tables:

    +
      +
    1. A route table for public subnets which will route stateful traffic to and from the Internet Gateway
    2. +
    3. A route table for private subnets which will route stateful traffic to and from the NAT and Service Gateways
    4. +
    +
  • +
  • +

    Subnets:

    +
      +
    1. A public Control plane endpoint subnet which houses an OCI Load Balancer. The load balancer acts as a reverse proxy for the Kubernetes API Server.
    2. +
    3. A private Control plane subnet which houses the Control plane nodes. The Control plane nodes run the Kubernetes Control plane components such as the API Server and the Control plane pods.
    4. +
    5. A public subnet which houses the service load balancers.
    6. +
    7. A private subnet which houses the worker nodes.
    8. +
    +
  • +
  • +

    Network Security Groups (NSG):

    +
      +
    1. An NSG for the Control plane endpoint (Control plane Endpoint NSG)
    2. +
    3. An NSG for the Kubernetes Control plane nodes (Control plane NSG)
    4. +
    5. An NSG for the service load balancers (Worker NSG)
    6. +
    7. An NSG for the Kubernetes worker nodes (Service Load Balancers NSG)
    8. +
    +
  • +
+

The sections below list the security rules required for the NSGs in each of the following CNI providers:

+ +

Currently, the following providers have been tested and verified to work:

+
+ + +
CNICNI VersionKubernetes VersionCAPOCI Version
Calico3.211.20.100.1
Antrea1.20.100.1
+
+

If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list. Your PR for your tested CNI provider should include the following:

+
    +
  • CNI provider version tested
  • +
  • Documentation of NSG rules required
  • +
  • A YAML template for your tested provider. See the Antrea template as an example.
  • +
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/networking/networking.html b/networking/networking.html new file mode 100644 index 00000000..c4685b13 --- /dev/null +++ b/networking/networking.html @@ -0,0 +1,182 @@ + + + + + + Networking Guide - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Networking Guide

+

This section contains information about the networking aspects of Cluster API Provider OCI.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/networking/private-cluster.html b/networking/private-cluster.html new file mode 100644 index 00000000..324f1e92 --- /dev/null +++ b/networking/private-cluster.html @@ -0,0 +1,248 @@ + + + + + + Private Cluster - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Using private clusters

+
+

Note: This section has to be used only if the CAPOCI manages the workload cluster VCN. If externally managed VCN is +used, this section is not applicable.

+
+

Example Spec for private cluster

+

CAPOCI supports private clusters where the Kubernetes API Server Endpoint is a private IP Address +and is accessible only within the VCN or peered VCNs. In order to use private clusters, the control plane +endpoint subnet has to be marked as private. An example spec is given below.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      subnets:
+        - cidr: 10.1.0.8/29
+          name: control-plane-endpoint
+          role: control-plane-endpoint
+          type: private
+        - cidr: 10.1.0.0/29
+          name: control-plane
+          role: control-plane
+          type: private
+        - cidr: 10.1.0.32/27
+          name: service-lb
+          role: service-lb
+          type: public
+        - cidr: 10.1.64.0/20
+          name: worker
+          role: worker
+          type: private
+
+

Example spec for VCN Peering using Dynamic Routing Gateway (Local)

+

While using private clusters, the management cluster needs to talk to the workload cluster. If the +management cluster and workload cluster are in separate VCN, the VCN peering can be used to connect the management +and workload cluster VCNS. CAPOCI supports peering of the workload cluster VCN with another VCN in the same region using +Dynamic Routing Gateway.

+

In case of local VCN peering, a DRG OCID has to be provided and CAPOCI will attach the workload cluster VCN to the +provided DRG. The recommendation is to attach the management cluster VCN also to the same DRG so that the VCNs are +peered to each other. For more details see Local VCN Peering using Local Peering Gateways.

+

An example template for this cluster-template-local-vcn-peering.yaml can be found in the Assets section under the +CAPOCI release page.

+

In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters +explained in the Workload Cluster Parameters table.

+
+ +
ParameterDefault ValueDescription
DRG_IDOCID of the DRG to which the worklaod cluster will be attached.
+
+

Example spec for VCN Peering using Dynamic Routing Gateway (Remote)

+

If the management cluster and workload cluster are in different OCI regions, then DRG can still be used. In this case, +in addition to VCN attachment, Remote Peering Connection (RPC) has to be used.

+

In case of remote VCN peering, a DRG will be created by CAPOCI, and the workload cluster VCN will be attached to the +DRG. In addition, a remote DRG has to be provided. CAPOCI will create RPC in the local and remote VCN and +connection will be established between the RPCs.

+

An example template for this cluster-template-remote-vcn-peering.yaml can be found in the Assets section under the +CAPOCI release page.

+

In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters +explained in the Workload Cluster Parameters table. Typically, the peer DRG refers to the DRG to +which the management cluster VCN is attached.

+
+ + +
ParameterDefault ValueDescription
PEER_DRG_IDOCID of the peer DRG to which the local DRG will be peered.
PEER_REGION_NAMEThe region to which the peer DRG belongs.
+
+
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/prerequisites.html b/prerequisites.html new file mode 100644 index 00000000..5e880d33 --- /dev/null +++ b/prerequisites.html @@ -0,0 +1,199 @@ + + + + + + Prerequisites - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Prerequisites

+

Requirements

+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/print.html b/print.html new file mode 100644 index 00000000..91afc90d --- /dev/null +++ b/print.html @@ -0,0 +1,2928 @@ + + + + + + Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Kubernetes Cluster API Provider for Oracle Cloud Infrastructure

+

Go Report Card

+ + +
+

Kubernetes-native declarative infrastructure for Oracle Cloud Infrastructure (OCI).

+

What is the Cluster API Provider for OCI

+

The Cluster API Provider for OCI (CAPOCI) brings declarative, Kubernetes-style APIs to cluster +creation, configuration and management.

+

The API itself is shared across multiple cloud providers allowing for true hybrid deployments of Kubernetes.

+

Features

+
    +
  • Self-managed and OCI Container Engine for Kubernetes(OKE) cluster support
  • +
  • Manages the bootstrapping of VCNs, gateways, subnets, network security groups
  • +
  • Provides secure and sensible defaults
  • +
+

Getting Started

+ +

Support Policy

+
+
+

Info

+

+
+
+

As the versioning for this project is tied to the versioning of Cluster API, future modifications to this +policy may be made to more closely align with other providers in the Cluster API ecosystem.

+
+
+

Cluster API Versions

+

CAPOCI supports the following Cluster API versions.

+
+ +
v1beta1 (v1.0)
OCI Provider v1beta1 (v0.1)
+
+

Kubernetes versions

+

CAPOCI provider is able to install and manage the versions of Kubernetes supported by +Cluster API (CAPI).

+

Prerequisites

+

Requirements

+ +

Getting started

+

This section contains information about enabling and configuring various Oracle Cloud Infrastructure (OCI) resources using the Kubernetes Cluster API Provider for OCI.

+

Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure

+

Before deploying the Cluster API Provider for Oracle Cloud Infrastructure (CAPOCI), you must first configure the +required Identity and Access Management (IAM) policies:

+

CAPOCI Installation Process

+

The following deployment options are available:

+ +

The following workflow diagrams provide a high-level overview of each deployment method described above:

+

Setting up a non-production management cluster

+

CAPOCI Installation Process

+

Setting up a management cluster using an initial bootstrap cluster

+

CAPOCI Installation Process

+

Setting up a management cluster using OKE

+

CAPOCI Installation Process

+

Setting up a management cluster using a 3rd party Kubernetes cluster

+

CAPOCI Installation Process

+

Complete the following steps in order to install and use CAPOCI:

+
    +
  1. Choose your management cluster. You can use kind, OKE or any other compliant Kubernetes clusters.
  2. +
  3. Prepare custom machine images
  4. +
  5. Configure users and policies for the management cluster if required
  6. +
  7. Provision a management cluster. You can use kind, OKE or any other compliant Kubernetes clusters.
  8. +
  9. Install the necessary tools: + +
  10. +
  11. Configure IAM for the workload cluster.
  12. +
  13. Install Kubernetes Cluster API for Oracle Cloud Infrastructure (CAPOCI) in the management cluster.
  14. +
  15. Create a workload cluster.
  16. +
+

Configure Custom Machine Images

+

An image is a template of a virtual hard drive. It determines the operating system and other software for a compute instance. In order to use CAPOCI, you must prepare one or more custom images which have all the necessary Kubernetes components pre-installed. The custom image(s) will then be used to instantiate the Kubernetes nodes.

+

Building a custom image

+

To create your own custom image in your Oracle Cloud Infrastructure (OCI) tenancy, navigate to The Image Builder Book and follow the instructions for OCI.

+

Configure user and policies

+ +

Configure OCI policies for an Oracle Container Engine for Kubernetes cluster

+

These steps are applicable if you intend to run your management cluster using Oracle Container Engine for Kubernetes (OKE). They need to be created by a user with admin privileges and are required so you can provision your OKE cluster successfully. If you plan to run your management cluster in kind or a non-OKE cluster, you can skip this step.

+
    +
  1. Create a user in OCI e.g. iaas_oke_usr
  2. +
  3. Create a group in OCI e.g. iaas_oke_grp and add the user iaas_oke_usr to this group
  4. +
  5. Create a policy in OCI and add the following policies(Please read OKE Policy Configuration Doc for more fine grained policies): +
      +
    • Allow group iaas_oke_grp to manage dynamic groups
    • +
    • Allow group iaas_oke_grp to manage virtual-network-family in <compartment>
    • +
    • Allow group iaas_oke_grp to manage cluster-family in <compartment>
    • +
    • Allow group iaas_oke_grp to manage instance-family in <compartment>
    • +
    +
  6. +
+

where <compartment> is the name of the OCI compartment of the management cluster. Refer to the OCI documentation if you have not created a compartment yet.

+
+
+

Warning

+

+
+
+

You should not create your management cluster in the root compartment.

+
+
+

Configure policies for a self-provisioned cluster

+

Although some policies required for Oracle Container Engine for Kubernetes (OKE) and self-provisioned clusters may overlap, we recommend you create another user and group for the principal that will be provisioning the self-provisioned clusters.

+
    +
  1. Create a user in OCI e.g. cluster_api_usr
  2. +
  3. Create a group in OCI e.g. cluster_api_grp and add the user cluster_api_usr to this group
  4. +
  5. Create a policy in OCI and add the following policies: +
      +
    • Allow group cluster_api_grp to manage virtual-network-family in <compartment>
    • +
    • Allow group cluster_api_grp to manage load-balancers in <compartment>
    • +
    • Allow group cluster_api_grp to manage instance-family in <compartment>
    • +
    +
  6. +
+

where <compartment> is the name of the OCI compartment of the workload cluster. Your workload compartment may be different from the management compartment. Refer to the OCI documentation if you have not created a compartment yet.

+
+
+

Info

+

+
+
+

If you are an administrator and you are experimenting with CAPOCI, you can skip creating the policies.

+
+
+
    +
  1. Repeat the procedure as for the iaas_oke_usr above to obtain the IAM details.
  2. +
+
+
+

Warning

+

+
+
+

You should not create your workload cluster in the root compartment.

+
+
+

User configuration and OCIDs

+
    +
  1. +

    Login as the iaas_oke_usr in the OCI Console to configure your OCI key. You can either use the OCI console or openssl to generate an API key.

    +
  2. +
  3. +

    Obtain the following details which you will need in order to create your management cluster with OKE:

    + +
  4. +
+

Provision a management cluster

+

Cluster API Provider for Oracle Cloud Infrastructure is installed into an existing Kubernetes cluster, called the management cluster.

+

You may use kind for experimental purposes or for creating a local bootstrap cluster which you will then use to provision a target management cluster.

+ +

For a more durable environment, we recommend using a managed Kubernetes service such as Oracle Container Engine for Kubernetes (OKE).

+ +

Provision a management cluster using kind

+
    +
  1. +

    Create the cluster

    +
      kind create cluster
    +
    +
  2. +
  3. +

    Configure access

    +
      kubectl config set-context kind-kind
    +
    +
  4. +
+

Provision a management cluster with Oracle Container Engine for Kubernetes

+

For this release, if you use Oracle Container Engine for Kubernetes (OKE) for your management cluster, you will be provisioning a public Kubernetes cluster i.e. its API server must be accessible to kubectl. You can use either use the OCI console to do the provisioning or the terraform-oci-oke project.

+
    +
  1. +

    Login to the OCI Console as the iaas_oke_usr

    +
  2. +
  3. +

    Search for OKE and select it:

    +

    OKE

    +
  4. +
  5. +

    Select the right compartment where you will be creating the OKE Cluster:

    +

    OKE

    +
  6. +
  7. +

    Click Create Cluster, select Quick Create and click Launch Workflow:

    +

    OKE

    +
  8. +
  9. +

    Name your cluster and ensure you select Public Endpoint and choose Private Workers:

    +

    OKE

    +
  10. +
  11. +

    Click Next and Create Cluster.

    +
  12. +
  13. +

    When the cluster is ready, set up access to the OKE cluster. You can either use

    + +
  14. +
+
+
+

Warning

+

+
+
+

If you are working with an existing Kubernetes cluster and have an existing kubeconfig in your $HOME/.kube/config directory, running the command to set up local access will add a new cluster context to your existing kubeconfig.

+
+
+

Install Cluster API Provider for Oracle Cloud Infrastructure

+

If you are not using kind for your management cluster, export the KUBECONFIG environment variable to point to the correct Kubeconfig file.

+
   export KUBECONFIG=/path/to/kubeconfig
+
+

Configure authentication

+

Before installing Cluster API Provider for OCI (CAPOCI), you must first set up your preferred +authentication mechanism using specific environment variables.

+

User Principal

+

If the management cluster is hosted outside OCI, for example a Kind cluster, please configure +user principal using the following parameters. Please refer to the doc to generate the required +credentials.

+
   export OCI_TENANCY_ID=<insert-tenancy-id-here>
+   export OCI_USER_ID=<insert-user-ocid-here>
+   export OCI_CREDENTIALS_FINGERPRINT=<insert-fingerprint-here>
+   export OCI_REGION=<insert-region-here>
+   # if Passphrase is present
+   export OCI_TENANCY_ID_B64="$(echo -n "$OCI_TENANCY_ID" | base64 | tr -d '\n')"
+   export OCI_CREDENTIALS_FINGERPRINT_B64="$(echo -n "$OCI_CREDENTIALS_FINGERPRINT" | base64 | tr -d '\n')"
+   export OCI_USER_ID_B64="$(echo -n "$OCI_USER_ID" | base64 | tr -d '\n')"
+   export OCI_REGION_B64="$(echo -n "$OCI_REGION" | base64 | tr -d '\n')"
+   export OCI_CREDENTIALS_KEY_B64=$(base64 < <insert-path-to-api-private-key-file-here> | tr -d '\n')
+   # if Passphrase is present
+   export OCI_CREDENTIALS_PASSPHRASE=<insert-passphrase-here>
+   export OCI_CREDENTIALS_PASSPHRASE_B64="$(echo -n "$OCI_CREDENTIALS_PASSPHRASE" | base64 | tr -d '\n')"
+
+

Instance Principal

+

If the management cluster is hosted in Oracle Cloud Infrastructure, Instance principals authentication +is recommended. Export the following parameters to use Instance Principals. If Instance Principals are used, the user principal +parameters explained in above section will not be used.

+
   export USE_INSTANCE_PRINCIPAL="true"
+   export USE_INSTANCE_PRINCIPAL_B64="$(echo -n "$USE_INSTANCE_PRINCIPAL" | base64 | tr -d '\n')"
+
+

Please ensure the following policies in the dynamic group for CAPOCI to be able to talk to various OCI Services.

+
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]
+
+

Initialize management cluster

+

Initialize management cluster and install CAPOCI.

+

The following command will use the latest version:

+
  clusterctl init --infrastructure oci
+
+

In production, it is recommended to set a specific released version.

+
  clusterctl init --infrastructure oci:vX.X.X
+
+

CAPOCI Components

+

When installing CAPOCI, the following components will be installed in the management cluster:

+
    +
  1. A custom resource definition (CRD) for OCICluster, which is a Kubernetes custom resource that represents a workload cluster created in OCI by CAPOCI.
  2. +
  3. A custom resource definition (CRD) for OCIMachine, which is a Kubernetes custom resource that represents one node in the workload cluster created in OCI by CAPOCI.
  4. +
  5. Role-based access control resources for a Kubernetes Deployment, ServiceAccount, Role, ClusterRole and ClusterRoleBinding
  6. +
  7. A Kubernetes Secret which will hold OCI credentials
  8. +
  9. A Kubernetes Deployment with the CAPOCI image - ghcr.io/oracle/cluster-api-oci-controller: <version>
  10. +
+

Please inspect the infrastructure-components.yaml present in the release artifacts to know more.

+

Create a workload cluster

+

Workload Cluster Templates

+

Choose one of the available templates for to create your workload clusters from the +latest released artifacts. Please note that the templates provided +are to be considered as references and can be customized further as +the [CAPOCI API Reference][api-reference]. Each workload cluster template can be +further configured with the parameters below.

+

Workload Cluster Parameters

+

The following Oracle Cloud Infrastructure (OCI) configuration parameters are available +when creating a workload cluster on OCI using one of our predefined templates:

+
+ + + + + + + + + +
ParameterDefault ValueDescription
OCI_COMPARTMENT_IDThe OCID of the compartment in which to create the required compute, storage and network resources.
OCI_IMAGE_IDThe OCID of the image for the kubernetes nodes. This same image is used for both the control plane and the worker nodes.
OCI_CONTROL_PLANE_MACHINE_TYPEVM.Standard.E4.FlexThe shape of the Kubernetes control plane machine.
OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS1The number of OCPUs allocated to the control plane instance.
OCI_NODE_MACHINE_TYPEVM.Standard.E4.FlexThe shape of the Kubernetes worker machine.
OCI_NODE_MACHINE_TYPE_OCPUS1The number of OCPUs allocated to the worker instance.
OCI_SSH_KEYThe public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures.
OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTIONtrueEnables in-flight Transport Layer Security (TLS) 1.2 encryption of data between control plane nodes and their associated block storage devices.
OCI_NODE_PV_TRANSIT_ENCRYPTIONtrueEnables in-flight Transport Layer Security (TLS) 1.2 encryption of data between worker nodes and their associated block storage devices.
+
+
+

Note: Only specific bare metal shapes +support in-transit encryption. If an unsupported shape is specified, the deployment will fail completely.

+
+
+

Note: Using the predefined templates the machine's memory size is automatically allocated based on the chosen shape +and OCPU count.

+
+

The following Cluster API parameters are also available:

+
+ + + + + + + +
ParameterDefault ValueDescription
CLUSTER_NAMEThe name of the workload cluster to create.
CONTROL_PLANE_MACHINE_COUNT1The number of control plane machines for the workload cluster.
KUBERNETES_VERSIONThe Kubernetes version installed on the workload cluster nodes. If this environment variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file
NAMESPACEThe namespace for the workload cluster. If not specified, the current namespace is used.
POD_CIDR192.168.0.0/16CIDR range of the Kubernetes pod-to-pod network.
SERVICE_CIDR10.128.0.0/12CIDR range of the Kubernetes pod-to-services network.
NODE_MACHINE_COUNTThe number of worker machines for the workload cluster.
+
+

Create a new workload cluster on virtual instances using an Ubuntu custom image

+

The following command will create a workload cluster comprising a single +control plane node and single worker node using the default values as specified in the preceding +Workload Cluster Parameters table:

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+NODE_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template.yaml | kubectl apply -f -
+
+

Create a new workload cluster on bare metal instances using an Ubuntu custom image

+

The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE +parameters to specify bare metal shapes instead of using CAPOCI's default virtual +instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION +parameters disable encryption of data in flight between the bare metal instance and the block storage resources.

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+OCI_CONTROL_PLANE_MACHINE_TYPE=BM.Standard2.52 \
+OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=52 \
+OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=false \
+OCI_NODE_MACHINE_TYPE=BM.Standard2.52 \
+OCI_NODE_MACHINE_TYPE_OCPUS=52 \
+OCI_NODE_PV_TRANSIT_ENCRYPTION=false \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template.yaml| kubectl apply -f -
+
+

Create a new workload cluster on virtual instances using an Oracle Linux custom image

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<oracle-linux-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-oraclelinux.yaml | kubectl apply -f -
+
+

Create a workload cluster in an alternative region

+

CAPOCI provides a way to launch and manage your workload cluster in multiple +regions. Choose the cluster-template-alternative-region.yaml template when +creating your workload clusters from the latest released artifacts. +Currently, the other templates do not support the ability to change the workload +cluster region.

+

Each cluster can be further configured with the parameters +defined in Workload Cluster Parameters and +additionally with the parameter below.

+
+ +
ParameterDefault ValueDescription
OCI_WORKLOAD_REGIONConfigured as OCI_REGIONThe OCI region in which to launch the workload cluster.
+
+

The following example configures the CAPOCI provider to authenticate in +us-phoenix-1 and launch a workload cluster in us-sanjose-1.

+
+

Note: Ensure the specified image is available in your chosen region or the launch will fail.

+
+

To configure authentication for management cluster, follow the steps in +Configure authentication.

+

Extend the preceding configuration with the following additional configuration +parameter and initialize the CAPOCI provider.

+
...
+export OCI_REGION=us-phoenix-1
+...
+   
+clusterctl init --infrastructure oci
+
+

Create a new workload cluster in San Jose (us-sanjose-1) by explicitly setting the +OCI_WORKLOAD_REGION environment variable when invoking clusterctl:

+
OCI_WORKLOAD_REGION=us-sanjose-1 \
+OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<in-region-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+NODE_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-alternative-region.yaml | kubectl apply -f -
+
+

Access workload cluster Kubeconfig

+

Execute the following command to list all the workload clusters present:

+
kubectl get clusters -A
+
+

Execute the following command to access the kubeconfig of a workload cluster:

+
clusterctl get kubeconfig <cluster-name> -n default > <cluster-name>.kubeconfig
+
+

Install a CNI Provider

+

After creating a workload cluster, a CNI provider must be installed in the workload cluster. Until you install a +a CNI provider, the cluster nodes will not go into the Ready state.

+

For example, you can install Calico as follows:

+
kubectl --kubeconfig=<cluster-name>.kubeconfig \
+  apply -f https://docs.projectcalico.org/v3.21/manifests/calico.yaml
+
+

You can use your preferred CNI provider. Currently, the following providers have been tested and verified to work:

+
+ + +
CNICNI VersionKubernetes VersionCAPOCI Version
Calico3.211.20.100.1
Antrea1.20.100.1
+
+

If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list.

+

If you have an issue with your alternative CNI provider, please raise an issue on GitHub.

+

Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster

+

By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions.

+

Create a workload cluster with MachineHealthChecks (MHC)

+

To better understand MachineHealthChecks please read over the Cluster-API book +and make sure to read the limitations sections.

+

Create a new workload cluster with MHC

+

In the project's code repository we provide an example template that sets up two MachineHealthChecks +at workload creation time. The example sets up two MHCs to allow differing remediation values:

+
    +
  • control-plane-unhealthy-5m setups a health check for the control plane machines
  • +
  • md-unhealthy-5m sets up a health check for the workload machines
  • +
+
+

NOTE: As a part of the example template the MHCs will start remediating nodes that are not ready after 10 minutes. +In order prevent this side effect make sure to install your CNI once the API is available. +This will move the machines into a Ready state.

+
+

Add MHC to existing workload cluster

+

Another approach is to install MHC after the cluster is up and healthy (aka Day-2 Operation). This can prevent +machine remediation while setting up the cluster.

+

Adding the MHC to either control-plane or machine is a multistep process. The steps are run on specific clusters +(e.g. management cluster, workload cluster):

+
    +
  1. Update the spec for future instances (management cluster)
  2. +
  3. Add label to existing nodes (workload cluster)
  4. +
  5. Add the MHC (management cluster)
  6. +
+

Add control-plane MHC

+

Update control plane spec

+

We need to add the controlplane.remediation label to the KubeadmControlPlane.

+

Create a file named control-plane-patch.yaml that has this content:

+
spec:
+  machineTemplate:
+    metadata:
+      labels:
+        controlplane.remediation: ""
+
+

Then on the management cluster run +kubectl patch KubeadmControlPlane <your-cluster-name>-control-plane --patch-file control-plane-patch.yaml --type=merge.

+

Add label to existing nodes

+

Then on the workload cluster add the new label to any existing control-plane node(s) +kubectl label node <control-plane-name> controlplane.remediation="". This will prevent the KubeadmControlPlane provisioning +new nodes once the MHC is deployed.

+

Add the MHC

+

Finally, create a file named control-plane-mhc.yaml that has this content:

+
apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineHealthCheck
+metadata:
+  name: "<your-cluster-name>-control-plane-unhealthy-5m"
+spec:
+  clusterName: "<your-cluster-name>"
+  maxUnhealthy: 100%
+  nodeStartupTimeout: 10m
+  selector:
+    matchLabels:
+      controlplane.remediation: ""
+  unhealthyConditions:
+    - type: Ready
+      status: Unknown
+      timeout: 300s
+    - type: Ready
+      status: "False"
+      timeout: 300s
+
+

Then on the management cluster run kubectl apply -f control-plane-mhc.yaml.

+

Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.

+

Add machine MHC

+

Update machine spec

+

We need to add the machine.remediation label to the MachineDeployment.

+

Create a file named machine-patch.yaml that has this content:

+
spec:
+  template:
+    metadata:
+      labels:
+        machine.remediation: ""
+
+

Then on the management cluster run +kubectl patch MachineDeployment oci-cluster-stage-md-0 --patch-file machine-patch.yaml --type=merge.

+

Add label to existing nodes

+

Then on the workload cluster add the new label to any existing control-plane node(s) +kubectl label node <machine-name> machine.remediation="". This will prevent the MachineDeployment provisioning +new nodes once the MHC is deployed.

+

Add the MHC

+

Finally, create a file named machine-mhc.yaml that has this content:

+
apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineHealthCheck
+metadata:
+  name: "<your-cluster-name>-stage-md-unhealthy-5m"
+spec:
+  clusterName: "oci-cluster-stage"
+  maxUnhealthy: 100%
+  nodeStartupTimeout: 10m
+  selector:
+    matchLabels:
+      machine.remediation: ""
+  unhealthyConditions:
+    - type: Ready
+      status: Unknown
+      timeout: 300s
+    - type: Ready
+      status: "False"
+      timeout: 300s
+
+

Then on the management cluster run kubectl apply -f machine-mhc.yaml.

+

Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.

+

Create a GPU workload cluster

+

Accessing GPU Shapes

+

Some shapes are limited to specific regions and specific Availability Domains (AD). +In order to make sure the workload cluster comes up check the region and AD for +shape availability.

+

Check shape availability

+

Make sure the OCI CLI is installed. Then set the AD information if using +muti-AD regions.

+
+

NOTE: Use the OCI Regions and Availability Domains page to figure out which +regions have multiple ADs.

+
+
oci iam availability-domain list --compartment-id=<your compartment> --region=<region>
+
+

Using the AD name from the output start searching for GPU shape availability.

+
oci compute shape list --compartment-id=<your compartment> --profile=DEFAULT --region=us-ashburn-1 --availability-domain=<your AD ID> | grep GPU
+ 
+"shape-name": "BM.GPU3.8"
+"shape-name": "BM.GPU4.8"
+"shape-name": "VM.GPU3.1"
+"shape": "VM.GPU2.1"
+
+
+

NOTE: If the output is empty then the compartment for that region/AD doesn't have GPU shapes. +If you are unable to locate any shapes you may need to submit a +service limit increase request

+
+

Create a new GPU workload cluster an Ubuntu custom image

+
+

NOTE: Nvidia GPU drivers aren't supported for Oracle Linux at this time. Ubuntu is currently +the only supported OS.

+
+

When launching a multi-AD region shapes are likely be limited to a specific AD (example: US-ASHBURN-AD-2). +To make sure the cluster comes up without issue specifically target just that AD for the GPU worker nodes. +To do that modify the released version of the cluster-template-failure-domain-spread.yaml template.

+

Download the latest cluster-template-failure-domain-spread.yaml file and save it as +cluster-template-gpu.yaml.

+

Make sure the modified template has only the MachineDeployment section(s) where there is GPU +availability and remove all the others. See the full example file +that targets only AD 2 (OCI calls them Availability Domains while Cluster-API calls them Failure Domains).

+

Virtual instances

+

The following command will create a workload cluster comprising a single +control plane node and single GPU worker node using the default values as specified in the preceding +Workload Cluster Parameters table:

+
+

NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. +See the Compute Shapes page to get the OCPU count for the specific shape.

+
+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+NODE_MACHINE_COUNT=1 \
+OCI_NODE_MACHINE_TYPE=VM.GPU3.1 \
+OCI_NODE_MACHINE_TYPE_OCPUS=6 \
+OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1 \
+OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+OCI_SHAPE_MEMORY_IN_GBS= \
+KUBERNETES_VERSION=v1.24.4 \
+clusterctl generate cluster <cluster-name> \
+--target-namespace default \
+--from cluster-template-gpu.yaml | kubectl apply -f -
+
+

Bare metal instances

+

The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE +parameters to specify bare metal shapes instead of using CAPOCI's default virtual +instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION +parameters disable encryption of data in flight between the bare metal instance and the block storage resources.

+
+

NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. +See the Compute Shapes page to get the OCPU count for the specific shape.

+
+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+OCI_NODE_MACHINE_TYPE=BM.GPU3.8 \
+OCI_NODE_MACHINE_TYPE_OCPUS=52 \
+OCI_NODE_PV_TRANSIT_ENCRYPTION=false \
+OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+OCI_SHAPE_MEMORY_IN_GBS= \
+KUBERNETES_VERSION=v1.24.4 \
+clusterctl generate cluster <cluster-name> \
+--target-namespace default \
+--from cluster-template-gpu.yaml | kubectl apply -f -
+
+

Access workload cluster Kubeconfig

+

Execute the following command to list all the workload clusters present:

+
kubectl get clusters -A
+
+

Execute the following command to access the kubeconfig of a workload cluster:

+
clusterctl get kubeconfig <cluster-name> -n default > <cluster-name>.kubeconfig
+
+

Install a CNI Provider, OCI Cloud Controller Manager and CSI in a self-provisioned cluster

+

To provision the CNI and Cloud Controller Manager follow the Install a CNI Provider +and the Install OCI Cloud Controller Manager sections.

+

Install Nvidia GPU Operator

+

Setup the worker instances to use the GPUs install the Nvidia GPU Operator.

+

For the most up-to-date install instructions see the official install instructions. They +layout how to install the Helm tool and how to setup the Nvidia helm repo.

+

With Helm setup you can now install the GPU-Operator

+
helm install --wait --generate-name \
+     -n gpu-operator --create-namespace \
+     nvidia/gpu-operator
+
+

The pods will take a while to come up but you can check the status:

+
kubectl --<cluster-name>.kubeconf get pods -n gpu-operator
+
+

Test GPU on worker node

+

Once all of the GPU-Operator pods are running or completed deploy the test pod:

+
cat <<EOF | kubectl --kubeconfig=<cluster-name>.kubeconf apply -f -
+apiVersion: v1
+kind: Pod
+metadata:
+name: cuda-vector-add
+spec:
+restartPolicy: OnFailure
+containers:
+- name: cuda-vector-add
+# https://github.com/kubernetes/kubernetes/blob/v1.7.11/test/images/nvidia-cuda/Dockerfile
+image: "registry.k8s.io/cuda-vector-add:v0.1"
+resources:
+limits:
+nvidia.com/gpu: 1 # requesting 1 GPU
+EOF
+
+

Then check the output logs of the cuda-vector-add test pod:

+
kubectl --kubeconfig=<cluster-name>.kubeconf logs cuda-vector-add -n default
+ 
+[Vector addition of 50000 elements]
+Copy input data from the host memory to the CUDA device
+CUDA kernel launch with 196 blocks of 256 threads
+Copy output data from the CUDA device to the host memory
+Test PASSED
+Done
+
+

Example yaml file

+

This is an example file using a modified version of cluster-template-failure-domain-spread.yaml +to target AD 2 (example: US-ASHBURN-AD-2).

+
apiVersion: cluster.x-k8s.io/v1beta1
+kind: Cluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+  namespace: "${NAMESPACE}"
+spec:
+  clusterNetwork:
+    pods:
+      cidrBlocks:
+        - ${POD_CIDR:="192.168.0.0/16"}
+    serviceDomain: ${SERVICE_DOMAIN:="cluster.local"}
+    services:
+      cidrBlocks:
+        - ${SERVICE_CIDR:="10.128.0.0/12"}
+  infrastructureRef:
+    apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+    kind: OCICluster
+    name: "${CLUSTER_NAME}"
+    namespace: "${NAMESPACE}"
+  controlPlaneRef:
+    apiVersion: controlplane.cluster.x-k8s.io/v1beta1
+    kind: KubeadmControlPlane
+    name: "${CLUSTER_NAME}-control-plane"
+    namespace: "${NAMESPACE}"
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+---
+kind: KubeadmControlPlane
+apiVersion: controlplane.cluster.x-k8s.io/v1beta1
+metadata:
+  name: "${CLUSTER_NAME}-control-plane"
+  namespace: "${NAMESPACE}"
+spec:
+  version: "${KUBERNETES_VERSION}"
+  replicas: ${CONTROL_PLANE_MACHINE_COUNT}
+  machineTemplate:
+    infrastructureRef:
+      kind: OCIMachineTemplate
+      apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+      name: "${CLUSTER_NAME}-control-plane"
+      namespace: "${NAMESPACE}"
+  kubeadmConfigSpec:
+    clusterConfiguration:
+      kubernetesVersion: ${KUBERNETES_VERSION}
+      apiServer:
+        certSANs: [localhost, 127.0.0.1]
+      dns: {}
+      etcd: {}
+      networking: {}
+      scheduler: {}
+    initConfiguration:
+      nodeRegistration:
+        criSocket: /var/run/containerd/containerd.sock
+        kubeletExtraArgs:
+          cloud-provider: external
+          provider-id: oci://{{ ds["id"] }}
+    joinConfiguration:
+      discovery: {}
+      nodeRegistration:
+        criSocket: /var/run/containerd/containerd.sock
+        kubeletExtraArgs:
+          cloud-provider: external
+          provider-id: oci://{{ ds["id"] }}
+---
+kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+metadata:
+  name: "${CLUSTER_NAME}-control-plane"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_IMAGE_ID}"
+      compartmentId: "${OCI_COMPARTMENT_ID}"
+      shape: "${OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+      shapeConfig:
+        ocpus: "${OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1}"
+      metadata:
+        ssh_authorized_keys: "${OCI_SSH_KEY}"
+      isPvEncryptionInTransitEnabled: ${OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=true}
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIMachineTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_IMAGE_ID}"
+      compartmentId: "${OCI_COMPARTMENT_ID}"
+      shape: "${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+      shapeConfig:
+        ocpus: "${OCI_NODE_MACHINE_TYPE_OCPUS=1}"
+      metadata:
+        ssh_authorized_keys: "${OCI_SSH_KEY}"
+      isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}
+---
+apiVersion: bootstrap.cluster.x-k8s.io/v1alpha4
+kind: KubeadmConfigTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md"
+spec:
+  template:
+    spec:
+      joinConfiguration:
+        nodeRegistration:
+          kubeletExtraArgs:
+            cloud-provider: external
+            provider-id: oci://{{ ds["id"] }}
+---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineDeployment
+metadata:
+  name: "${CLUSTER_NAME}-fd-2-md-0"
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: ${NODE_MACHINE_COUNT}
+  selector:
+    matchLabels:
+  template:
+    spec:
+      clusterName: "${CLUSTER_NAME}"
+      version: "${KUBERNETES_VERSION}"
+      bootstrap:
+        configRef:
+          name: "${CLUSTER_NAME}-md"
+          apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
+          kind: KubeadmConfigTemplate
+      infrastructureRef:
+        name: "${CLUSTER_NAME}-md"
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+        kind: OCIMachineTemplate
+      # Cluster-API calls them Failure Domains while OCI calls them Availability Domains
+      # In the example this would be targeting US-ASHBURN-AD-2
+      failureDomain: "2"
+
+

Create a Windows workload cluster

+

Overview

+

CAPOCI enables users to create and manage Windows workload clusters in Oracle Cloud Infrastructure (OCI). +This means that the Kubernetes Control Plane will be Linux and the nodes will be Windows. +First, users build the Windows image using image-builder, then use the Windows flavor +template from the latest release. Finally, install the Calico CNI Provider +and OCI Cloud Controller Manager.

+

Known Limitations

+

The Windows workload cluster has known limitations:

+ +

Licensing

+

BYOL is currently not supported using CAPOCI. For more info on Windows Licensing +see the Compute FAQ documentation.

+

Build Windows image

+
+

NOTE: It is recommended to check shape availability before building image(s)

+
+

In order to launch Windows instances for the cluster a Windows image, using image-builder, +will need to be built. It is important to make sure the same shape is used to build and launch the instance.

+

Example: If a BM.Standard2.52 is used to build then the OCI_NODE_MACHINE_TYPE MUST +be BM.Standard2.52

+

Check shape availability

+

Make sure the OCI CLI is installed. Then set the AD information if using +muti-AD regions.

+
+

NOTE: Use the OCI Regions and Availability Domains page to figure out which +regions have multiple ADs.

+
+
oci iam availability-domain list --compartment-id=<your compartment> --region=<region>
+
+

Using the AD name from the output above start searching for BM shape availability.

+
oci compute shape list --compartment-id=<your compartment> --profile=DEFAULT --region=us-ashburn-1 --availability-domain=<your AD ID> | grep BM
+ 
+"shape": "BM.Standard.E3.128"
+"shape-name": "BM.Standard2.52"
+"shape-name": "BM.Standard.E3.128"
+"shape": "BM.Standard.E2.64"
+"shape-name": "BM.Standard2.52"
+"shape-name": "BM.Standard3.64"
+"shape": "BM.Standard1.36"
+
+
+

NOTE: If the output is empty then the compartment for that region/AD doesn't have BM shapes. +If you are unable to locate any shapes you may need to submit a +service limit increase request

+
+

Create a new Windows workload cluster

+

It is recommended to have the following guides handy:

+ +

When using clusterctl to generate the cluster use the windows-calico example flavor.

+

The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE +parameters to specify bare metal shapes instead of using CAPOCI's default virtual +instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION +parameters disable encryption of data in flight between the bare metal instance and the block storage resources.

+
+

NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the BM shape. +See the Compute Shapes page to get the OCPU count for the specific shape.

+
+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_CONTROL_PLANE_IMAGE_ID=<linux-custom-image-id> \
+OCI_NODE_IMAGE_ID=<windows-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+NODE_MACHINE_COUNT=1 \
+OCI_NODE_MACHINE_TYPE=BM.Standard.E4.128 \
+OCI_NODE_MACHINE_TYPE_OCPUS=128 \
+OCI_NODE_PV_TRANSIT_ENCRYPTION=false \
+OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=3 \
+OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \
+CONTROL_PLANE_MACHINE_COUNT=3 \
+OCI_SHAPE_MEMORY_IN_GBS= \
+KUBERNETES_VERSION=<k8s-version> \
+clusterctl generate cluster <cluster-name> \
+--target-namespace default \
+--flavor windows-calico | kubectl apply -f -
+
+

Access workload cluster Kubeconfig

+

Execute the following command to list all the workload clusters present:

+
kubectl get clusters -A
+
+

Execute the following command to access the kubeconfig of a workload cluster:

+
clusterctl get kubeconfig <cluster-name> -n default > <cluster-name>.kubeconfig
+
+

Install Calico CNI Provider and OCI Cloud Controller Manager

+

Install Calico

+

The Calico for Windows getting started guide should be read for better understand of the CNI on Windows. +It is recommended to have the following guides handy:

+ +
The steps to follow:
+

On the management cluster

+
    +
  1. Run +
    kubectl get OCICluster <cluster-name> -o jsonpath='{.spec.controlPlaneEndpoint.host}'
    +
    +to get the KUBERNETES_SERVICE_HOST info that will be used in later steps
  2. +
+

On the workload cluster

+
    +
  1. Download the v3.24.5 calico release +
    curl -L https://github.com/projectcalico/calico/releases/download/v3.24.5/release-v3.24.5.tgz -o calico-v3.24.5.tgz
    +
    +
  2. +
  3. Uncompress the downloaded file and locate the calico-vxlan.yaml, calico-windows-vxlan.yaml and windows-kube-proxy.yaml +files in the manifests dir
  4. +
  5. Edit the calico-vxlan.yaml and modify the follow variables to allow Calico running on the nodes use VXLAN +
      +
    • CALICO_IPV4POOL_IPIP - set to "Never"
    • +
    • CALICO_IPV4POOL_VXLAN - set to "Always"
    • +
    +
  6. +
  7. +
    kubectl apply -f calico-vxlan.yaml
    +
    +
  8. +
  9. Wait for the IPAMConfig to be loaded
  10. +
  11. +
    kubectl patch IPAMConfig default --type merge --patch='{"spec": {"strictAffinity": true}}'
    +
    +
  12. +
  13. Edit the calico-windows-vxlan.yaml and modify the follow variables to allow Calico running on the nodes to talk +to the Kubernetes control plane +
      +
    • KUBERNETES_SERVICE_HOST - the IP address from the management cluster step
    • +
    • KUBERNETES_SERVICE_PORT- the port from step the management cluster step
    • +
    • K8S_SERVICE_CIDR - The service CIDR set in the cluster template
    • +
    • DNS_NAME_SERVERS - the IP address from dns service +
      kubectl  get svc kube-dns -n kube-system  -o jsonpath='{.spec.clusterIP}'
      +
      +
    • +
    • Change the namespace from calico-system to kube-system
    • +
    • add the following env to the container named node +
      - name: VXLAN_ADAPTER
      +  value: "Ethernet 2"
      +
      +
    • +
    +
  14. +
  15. +
    kubectl apply -f calico-windows-vxlan.yaml
    +
    +(it takes a bit for this to pass livenessprobe)
  16. +
  17. Edit the windows-kube-proxy.yaml +
      +
    • update the kube-proxy container environment variable K8S_VERSION to the version of kubernetes you are deploying
    • +
    • update the image version for the container named kube-proxy and make sure to set the +correct windows nanoserver version example: ltsc2019
    • +
    +
  18. +
  19. +
    kubectl apply -f windows-kube-proxy.yaml
    +
    +
  20. +
+

Install OCI Cloud Controller Manager

+

By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions.

+

Scheduling Windows containers

+

With the cluster in a ready state and CCM installed, an example deployment +can be used to test that pods are scheduled. Accessing the deployed pods and using nslookup you can +test that the cluster DNS is working.

+

Create Workload Templates for Oracle Cloud Infrastructure

+

You can create workload clusters based on template files or you can also save the templates in ConfigMaps that you can then reuse.

+

Creating cluster templates ConfigMaps

+
    +
  1. Create a cluster template for Oracle Linux:
  2. +
+
kubectl create cm oracletemplate --from-file=template=templates/cluster-template-oraclelinux.yaml
+
+
    +
  1. Create a cluster template for Ubuntu:
  2. +
+
kubectl create cm ubuntutemplate --from-file=template=templates/cluster-template.yaml
+
+

You can then reuse the ConfigMap to create your clusters. For example, to create a workload cluster using Oracle Linux, you can create it as follows:

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<oracle-linux-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from-config-map oracletemplate | kubectl apply -f -
+
+

Likewise, to create a workload cluster using Ubuntu:

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+CONTROL_PLANE_MACHINE_COUNT=1 \
+KUBERNETES_VERSION=v1.20.10 \
+NAMESPACE=default \
+WORKER_MACHINE_COUNT=1 \
+clusterctl generate cluster <cluster-name>\
+--from-config-map ubuntutemplate | kubectl apply -f -
+
+

Externally managed Cluster infrastructure

+

By default, Cluster API will create resources on Oracle Cloud Infrastructure (OCI) when instantiating a new workload cluster. However, it is possible to have Cluster API re-use an existing OCI infrastructure instead of creating a new one. The existing infrastructure could include:

+
    +
  1. Virtual cloud networks (VCNs)
  2. +
  3. Network load balancers used as Kubernetes API Endpoint
  4. +
+

Example spec for externally managed VCN infrastructure

+

CAPOCI can be used to create a cluster using existing VCN infrastructure. In this case, only the +API Server Load Balancer will be managed by CAPOCI.

+

Example spec is given below

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    skipNetworkManagement: true
+    vcn:
+      id: <Insert VCN OCID Here>
+      networkSecurityGroup:
+        list:
+          - id: <Insert Control Plane Endpoint NSG OCID Here>
+            role: control-plane-endpoint
+            name: control-plane-endpoint
+          - id: <Insert Worker NSG OCID Here>
+            role: worker
+            name: worker
+          - id: <Insert Control Plane NSG OCID Here>
+            role: control-plane
+            name: control-plane
+      subnets:
+        - id: <Insert Control Plane Endpoint Subnet OCID Here>
+          role: control-plane-endpoint
+          name: control-plane-endpoint
+        - id: <Insert Worker Subnet OCID Here>
+          role: worker
+          name: worker
+        - id: <Insert control Plane Subnet OCID Here>
+          role: control-plane
+          name: control-plane
+
+

In the above spec, note that name has to be mentioned for Subnet/NSG. This is so that Kubernetes +can merge the list properly when there is an update.

+

Example OCICluster Spec with external infrastructure

+

CAPOCI supports externally managed cluster infrastructure.

+

If the OCICluster resource includes a cluster.x-k8s.io/managed-by annotation, then the controller will skip any reconciliation.

+

This is useful for scenarios where a different persona is managing the cluster infrastructure out-of-band while still wanting to use CAPOCI for automated machine management.

+

The following OCICluster Spec includes the mandatory fields to be specified for externally managed infrastructure to work properly. In this example neither the VCN nor the network load balancer will be managed by CAPOCI.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  annotations:
+    cluster.x-k8s.io/managed-by: "external"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  controlPlaneEndpoint:
+    host: <Control Plane Endpoint Address should go here>
+    port: 6443
+  networkSpec:
+    apiServerLoadBalancer:
+      loadBalancerId: <OCID of Control Plane Endpoint LoadBalancer>
+    vcn:
+      id: <OCID of VCN>
+      networkSecurityGroup:
+        list:
+          - id: <OCID of Control Plane NSG>
+            name: <Name of Control Plane NSG>
+            role: control-plane
+          - id: <OCID of Worker NSG>
+            name: <Name of Worker NSG>
+            role: worker
+      subnets:
+        - id: <OCID of Control Plane Subnet>
+          role: control-plane
+        - id: <OCID of Worker Subnet>
+          role: worker
+
+

Status

+

As per the Cluster API Provider specification, the OCICluster Status Object has to be updated with ready status +as well as the failure domain mapping. This has to be done after the OCICluster object has been created in the management cluster. +The following cURL request illustrates this:

+

Get a list of Availability Domains of the region:

+
oci iam availability-domain list
+
+
+
+

Info

+

+
+
+

Review the OCI CLI documentation for more information regarding this tool.

+
+
+

For 1-AD regions, use the following cURL command to update the status object:

+
curl -o  -s -X PATCH -H "Accept: application/json, */*" \
+-H "Content-Type: application/merge-patch+json" \
+--cacert ca.crt \
+--cert client.crt \
+--key client.key \
+https://<management-plane-api-endpoint>/apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces/<cluster-namespace>/ociclusters/<cluster-name>/status \
+--data '{"status":{"ready":true,"failureDomains":{"1":{"attributes":{"AvailabilityDomain":"zkJl:AP-HYDERABAD-1-AD-1","FaultDomain":"FAULT-DOMAIN-1"},"controlPlane":true},"2":{"attributes":{"AvailabilityDomain":"zkJl:AP-HYDERABAD-1-AD-1","FaultDomain":"FAULT-DOMAIN-2"},"controlPlane":true},"3":{"attributes":{"AvailabilityDomain":"zkJl:AP-HYDERABAD-1-AD-1","FaultDomain":"FAULT-DOMAIN-3"}}}}}'
+
+

For 3-AD regions, use the following cURL command to update the status object:

+
curl -o  -s -X PATCH -H "Accept: application/json, */*" \
+-H "Content-Type: application/merge-patch+json" \
+--cacert ca.crt \
+--cert client.crt \
+--key client.key \
+https://<management-plane-api-endpoint>/apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces/<cluster-namespace>/ociclusters/<cluster-name>/status \
+--data '{"status":{"ready":true,"failureDomains":{"1":{"attributes":{"AvailabilityDomain":"zkJl:US-ASHBURN-1-AD-1"},"controlPlane":true},"2":{"attributes":{"AvailabilityDomain":"zkJl:US-ASHBURN-1-AD-2"},"controlPlane":true},"3":{"attributes":{"AvailabilityDomain":"zkJl:US-ASHBURN-1-AD-3"}}}}}'
+
+

Install Oracle Cloud Infrastructure Cloud Controller Manager

+

Oracle Cloud Infrastructure (OCI) Cloud Controller Manager is OCI's implementation of the Kubernetes control plane component that links your Kubernetes cluster to OCI.

+ +

Oracle recommends using Instance principals to be used by CCM for authentication. Please ensure the +following policies in the dynamic group for CCM to be able to talk to various OCI Services.

+
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]
+
+
    +
  1. +

    Download the example configuration file:

    +
    curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml
    +
    +
  2. +
  3. +

    Update values in the configuration file as necessary.

    +

    As an example using the provided cluster-template.yaml +you would modify the cloud-provider-example.yaml and make sure to set compartment and vcn with the correct OCIDs. +Then set subnet1 to the OCID of your service-lb subnet and remove subnet2. You would then set +securityListManagementMode to "None".

    +
  4. +
  5. +

    Create a secret:

    +
    kubectl  create secret generic oci-cloud-controller-manager \
    +  -n kube-system                                           \
    +  --from-file=cloud-provider.yaml=cloud-provider-example.yaml
    +
    +
  6. +
+

Install CCM

+
    +
  1. +

    Navigate to the release page of CCM and export the version that you want to install. Typically, +the latest version can be installed.

    +
    export CCM_RELEASE_VERSION=<update-version-here>
    +
    +
  2. +
  3. +

    Download the deployment manifests:

    +
    curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager.yaml" -o oci-cloud-controller-manager.yaml
    +
    +curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager-rbac.yaml" -o oci-cloud-controller-manager-rbac.yaml
    +
    +
  4. +
  5. +

    Deploy the CCM:

    +
    kubectl apply -f oci-cloud-controller-manager.yaml
    +
    +
  6. +
  7. +

    Deploy the RBAC rules:

    +
    kubectl apply -f oci-cloud-controller-manager-rbac.yaml
    +
    +
  8. +
  9. +

    Check the CCM logs to verify OCI CCM is running correctly:

    +
    kubectl -n kube-system get po | grep oci
    +oci-cloud-controller-manager-ds-k2txq   1/1       Running   0          19s
    +
    +kubectl -n kube-system logs oci-cloud-controller-manager-ds-k2txq
    +
    +
  10. +
+

Install CSI

+

On Oracle Cloud Infrastructure (OCI), there are two types of storage services available to store persistent data:

+
    +
  • OCI Block Volume Service
  • +
  • OCI File Storage Service
  • +
+

A persistent volume claim (PVC) is a request for storage, which is met by binding the PVC to a persistent volume (PV). A PVC provides an abstraction layer to the underlying storage. CSI drivers for both the Block Volume Service and File Storage Service have been implemented.

+

Configure authentication via Instance Principal

+

Oracle recommends using Instance principals to be used by CSI for authentication. Please ensure the +following policies in the dynamic group for CSI to be able to talk to various OCI Services.

+
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
+allow dynamic-group [your dynamic group name] to manage volume-family in compartment [your compartment name]
+
+
    +
  1. +

    Download the example configuration file:

    +
    curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml
    +
    +
  2. +
  3. +

    Update values in the configuration file as necessary.

    +
  4. +
  5. +

    Create a secret:

    +
    kubectl  create secret generic oci-volume-provisioner \
    +  -n kube-system                                           \
    +  --from-file=config.yaml=cloud-provider-example.yaml
    +
    +
  6. +
+

Install CSI Drivers

+
    +
  1. +

    Navigate to the release page of CCM and export the version that you want to install. Typically, +the latest version can be installed.

    +
    export CCM_RELEASE_VERSION=<update-version-here>
    +
    +
  2. +
  3. +

    Download the deployment manifests:

    +
    curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-rbac.yaml" -o oci-csi-node-rbac.yaml
    +
    +curl -L "https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-controller-driver.yaml" -o oci-csi-controller-driver.yaml
    +
    +curl -L h"ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-driver.yaml" -o
    +oci-csi-node-driver.yaml
    +
    +curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml
    +
    +
  4. +
  5. +

    Create the RBAC rules:

    +
    kubectl apply -f oci-csi-node-rbac.yaml
    +
    +
  6. +
  7. +

    Deploy the csi-controller-driver. It is provided as a deployment and it has three containers:

    +
      +
    • csi-provisioner external-provisioner
    • +
    • csi-attacher external-attacher
    • +
    • oci-csi-controller-driver
    • +
    +
  8. +
+
 kubectl apply -f oci-csi-controller-driver.yaml
+
+
    +
  1. +

    Deploy the node-driver. It is provided as a daemon set and it has two containers:

    +
      +
    • node-driver-registrar
    • +
    • oci-csi-node-driver
    • +
    +
    kubectl apply -f oci-csi-node-driver.yaml
    +
    +
  2. +
  3. +

    Create the CSI storage class for the Block Volume Service:

    +
    kubectl apply -f storage-class.yaml
    +
    +
  4. +
  5. +

    Verify the oci-csi-controller-driver and oci-csi-node-controller are running in your cluster:

    +
    kubectl -n kube-system get po | grep csi-oci-controller
    +kubectl -n kube-system get po | grep csi-oci-node
    +
    +
  6. +
+

Provision PVCs

+

Follow the guides below to create PVCs based on the service you require:

+ +

Provision a PVC on the Block Volume Service

+

The Oracle Cloud Infrastructure Block Volume service (the Block Volume service) provides persistent, durable, and high-performance block storage for your data.

+

Create a block volume dynamically using a new PVC

+

If the cluster administrator has not created any suitable PVs that match the PVC request, you can dynamically provision a block volume using the CSI plugin specified by the oci-bv storage class's definition (provisioner: blockvolume.csi.oraclecloud.com).

+
    +
  1. +

    Define a PVC in a yaml file (csi-bvs-pvc.yaml)as below:

    +
    apiVersion: v1
    +kind: PersistentVolumeClaim
    +metadata:
    +name: mynginxclaim
    +spec:
    + storageClassName: "oci-bv"
    + accessModes:
    +   - ReadWriteOnce
    + resources:
    +   requests:
    +     storage: 50Gi
    +
    +
  2. +
  3. +

    Apply the manifest to create the PVC

    +
    kubectl create -f  csi-bvs-pvc.yaml
    +
    +
  4. +
  5. +

    Verify that the PVC has been created:

    +
    kubectl get pvc
    +
    +
  6. +
  7. +

    The output from the above command shows the current status of the PVC:

    +
    NAME               STATUS   VOLUME   CAPACITY   ACCESSMODES   STORAGECLASS   AGE
    +mynginxclaim       Pending                                    oci-bv         4m
    +
    +

    The PVC has a status of Pending because the oci-bv storage class's definition includes volumeBindingMode: WaitForFirstConsumer.

    +
  8. +
  9. +

    You can use this PVC when creating other objects, such as pods. For example, you could create a new pod from the following pod definition, which instructs the system to use the mynginxclaim PVC as the NGINX volume, which is mounted by the pod at /data.

    +
    apiVersion: v1
    +kind: Pod
    +metadata:
    + name: nginx
    +spec:
    + containers:
    +   - name: nginx
    +     image: nginx:latest
    +     ports:
    +       - name: http
    +         containerPort: 80
    +     volumeMounts:
    +       - name: data
    +         mountPath: /usr/share/nginx/html
    + volumes:
    +   - name: data
    +     persistentVolumeClaim:
    +     claimName: mynginxclaim
    +
    +
  10. +
  11. +

    After creating the new pod, verify that the PVC has been bound to a new persistent volume (PV):

    +
    kubectl get pvc
    +
    +

    The output from the above command confirms that the PVC has been bound:

    +
    NAME               STATUS    VOLUME                               CAPACITY   ACCESSMODES   STORAGECLASS   AGE
    +mynginxclaim       Bound     ocid1.volume.oc1.iad.<unique_ID>     50Gi       RWO           oci-bv         4m
    +
    +
  12. +
  13. +

    Verify that the pod is using the new PVC:

    +
    kubectl describe pod nginx
    +
    +
  14. +
+

Provision a PVC on the File Storage Service

+

The Oracle Cloud Infrastructure File Storage service provides a durable, scalable, distributed, enterprise-grade network file system.

+

Provision PVCs on the File Storage Service (FSS)

+

Provisioning PVCs on FSS consists of 3 steps:

+
    +
  1. Create an FSS instance and a mount target
  2. +
  3. Define and create a PV backed by FSS
  4. +
  5. Define and create a PVC provisioned by the PV
  6. +
+

Configure the VCN and create an FSS

+
    +
  1. Choose your deployment scenario: +
      +
    1. Mount target and worker nodes in the same subnet
    2. +
    3. Mount target and worker nodes in different subnets
    4. +
    5. Mount target and instance use in-transit encryption
    6. +
    +
  2. +
  3. Implement security rules based on your deployment scenario
  4. +
  5. Create a FSS instance
  6. +
+

Define and create a PV backed by FSS

+
    +
  1. +

    Create a yaml file (fss-pv.yaml) to define the PV:

    +
    apiVersion: v1
    +kind: PersistentVolume
    +metadata:
    +  name: fss-pv
    +spec:
    + capacity:
    +   storage: 50Gi
    + volumeMode: Filesystem
    + accessModes:
    +   - ReadWriteMany
    + persistentVolumeReclaimPolicy: Retain
    + csi:
    +   driver: fss.csi.oraclecloud.com
    +   volumeHandle: ocid1.filesystem.oc1.iad.aaaa______j2xw:10.0.0.6:/FileSystem1
    +
    +
  2. +
  3. +

    In the yaml file, set:

    +
      +
    1. driver value to: fss.csi.oraclecloud.com
    2. +
    3. volumeHandle value to: <FileSystemOCID>:<MountTargetIP>:<path>
    4. +
    +

    The <FileSystemOCID> is the OCID of the file system defined in the File Storage service, the <MountTargetIP> is the IP address assigned to the mount target and the <path> is the mount path to the file system relative to the mount target IP address, starting with a slash.

    +
  4. +
  5. +

    Create the PV from the manifest file:

    +
    kubectl create -f fss-pv.yaml
    +
    +
  6. +
+

Define and create a PVC provisioned by the PV

+
    +
  1. +

    Create a manifest file (fss-pvc.yaml) to define the PVC:

    +
    apiVersion: v1
    +kind: PersistentVolumeClaim
    +metadata:
    +  name: fss-pvc
    +spec:
    +  accessModes:
    +    - ReadWriteMany
    +  storageClassName: ""
    +  resources:
    +    requests:
    +      storage: 50Gi
    +  volumeName: fss-pv
    +
    +
  2. +
  3. +

    In the YAML file, set:

    +
      +
    1. storageClassName to ""
    2. +
    3. volumeName to the name of the PV created earlier
    4. +
    +
  4. +
  5. +

    Create the PVC from the manifest file:

    +
    kubectl create -f fss-pvc.yaml
    +
    +
  6. +
+

Customizing worker nodes

+

Configure user managed boot volume encryption

+

Use the following configuration in OCIMachineTemplate to use a customer +managed boot volume encryption key.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      instanceSourceViaImageConfig:
+        kmsKeyId: <kms-key-id>
+
+

Configure shielded instances

+

Use the following configuration in OCIMachineTemplate to create shielded instances. +Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct +for an enumeration of all the possible configurations.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      platformConfig:
+        platformConfigType: "AMD_VM"
+        amdVmPlatformConfig:
+          isSecureBootEnabled: true
+          isTrustedPlatformModuleEnabled: true
+          isMeasuredBootEnabled: true
+
+

Configure confidential instances

+

Use the following configuration in OCIMachineTemplate to create confidential instances. +Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct +for an enumeration of all the possible configurations.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      platformConfig:
+        platformConfigType: "AMD_VM"
+        amdVmPlatformConfig:
+          isMemoryEncryptionEnabled: true
+
+

Configure preemptible instances

+

Use the following configuration in OCIMachineTemplate to create preemtible instances.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      preemptibleInstanceConfig:
+        terminatePreemptionAction:
+          preserveBootVolume: false
+
+

Configure capacity reservation

+

Use the following configuration in OCIMachineTemplate to use capacity reservations.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      capacityReservationId: <capacity-reservation-id>
+
+

Configure Oracle Cloud Agent plugins

+

Use the following configuration in OCIMachineTemplate to configure Oracle Cloud Agent plugins. +The example below enables Bastion plugin.

+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      agentConfig:
+        pluginsConfigs:
+          - name: "Bastion"
+            desiredState: "ENABLED"
+
+

Configure Burstable Instances

+

Use the following configuration in OCIMachineTemplate to configure Burstable Instance. +The following values are supported for baselineOcpuUtilization.

+
    +
  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • +
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • +
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
  • +
+
kind: OCIMachineTemplate
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  template:
+    spec:
+      shapeConfig:
+        baselineOcpuUtilization: "BASELINE_1_8"
+        ocpus: "1"
+
+

Multi-tenancy

+

CAPOCI supports multi-tenancy wherein different OCI user principals can be used to reconcile +different OCI clusters. This is achieved by associating a cluster with a Cluster Identity and +associating the identity with a user principal. Currently only OCI user principal is supported +for Cluster Identity.

+

Steps

+

Step 1 - Create a secret with user principal in the management cluster

+

Please read the doc to know more about the parameters below.

+
apiVersion: v1
+kind: Secret
+metadata:
+  name: user-credentials
+  namespace: default
+type: Opaque
+data:
+  tenancy: <base-64-encoded value of tenancy OCID>
+  user: <base-64-encoded value of user OCID>
+  key: <base-64-encoded value of user Key>
+  fingerprint: <base-64-encoded value of fingerprint>
+  passphrase: <base-64-encoded value of passphrase. This is optional>
+  region: <base-64-encoded value of region. This is optional>
+
+

Step 2 - Edit the cluster template to add a Cluster Identity section and point the OCICluster to the Cluster Identity

+

The Cluster Identity should have a reference to the secret created above.

+
---
+kind: OCIClusterIdentity
+metadata:
+  name: cluster-identity
+  namespace: default
+spec:
+  type: UserPrincipal
+  principalSecret:
+    name: user-credentials
+    namespace: default
+  allowedNamespaces: {}
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  identityRef:
+    apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+    kind: OCIClusterIdentity
+    name: cluster-identity
+    namespace: default
+
+

allowedNamespaces

+

allowedNamespaces can be used to control which namespaces the OCIClusters are allowed to use the identity from. +Namespaces can be selected either using an array of namespaces or with label selector. +An empty allowedNamespaces object indicates that OCIClusters can use this identity from any namespace. +If this object is nil, no namespaces will be allowed, which is the default behavior of the field if not specified.

+
+

Note: NamespaceList will take precedence over Selector if both are set.

+
+

Cluster Identity using Instance Principals

+

Cluster Identity also supports Instance Principals. The example OCIClusterIdentity +spec shown below uses Instance Principals.

+
---
+kind: OCIClusterIdentity
+metadata:
+  name: cluster-identity
+  namespace: default
+spec:
+  type: InstancePrincipal
+  allowedNamespaces: {}
+
+

Cluster Identity using Workload Identity

+

Cluster Identity supports Workload access to OCI resources also knows as Workload Identity. The example +OCIClusterIdentity spec shown below uses Workload Identity.

+
---
+kind: OCIClusterIdentity
+metadata:
+  name: cluster-identity
+  namespace: default
+spec:
+  type: Workload
+  allowedNamespaces: {}
+
+

Advanced Options

+

Disable OCI Client initialization on startup

+

CAPOCI supports setting OCI principals at cluster level, hence CAPOCI can be +installed without providing OCI user credentials. The following environment variable need to be exported +to install CAPOCI without providing any OCI credentials.

+
export INIT_OCI_CLIENTS_ON_STARTUP=false
+
+

If the above setting is used, and Cluster Identity is not used, the OCICluster will +go into error state, and the following error will show up in the CAPOCI pod logs.

+

OCI authentication credentials could not be retrieved from pod or cluster level,please install Cluster API Provider for OCI with OCI authentication credentials or set Cluster Identity in the OCICluster

+

Setup heterogeneous cluster

+
+

This section assumes you have setup a Windows workload cluster.

+
+

To add Linux nodes to the existing Windows workload cluster use the following YAML as a guide to provision +just the new Linux machines.

+

Create a file and call it cluster-template-windows-calico-heterogeneous.yaml. Then add the following:

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
+kind: OCIMachineTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_IMAGE_ID}"
+      compartmentId: "${OCI_COMPARTMENT_ID}"
+      shape: "${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+      shapeConfig:
+        ocpus: "${OCI_NODE_MACHINE_TYPE_OCPUS=1}"
+      metadata:
+        ssh_authorized_keys: "${OCI_SSH_KEY}"
+      isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}
+---
+apiVersion: bootstrap.cluster.x-k8s.io/v1alpha4
+kind: KubeadmConfigTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  template:
+    spec:
+      joinConfiguration:
+        nodeRegistration:
+          kubeletExtraArgs:
+            cloud-provider: external
+            provider-id: oci://{{ ds["id"] }}
+---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineDeployment
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: ${NODE_MACHINE_COUNT}
+  selector:
+    matchLabels:
+  template:
+    spec:
+      clusterName: "${CLUSTER_NAME}"
+      version: "${KUBERNETES_VERSION}"
+      bootstrap:
+        configRef:
+          name: "${CLUSTER_NAME}-md-0"
+          apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
+          kind: KubeadmConfigTemplate
+      infrastructureRef:
+        name: "${CLUSTER_NAME}-md-0"
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
+        kind: OCIMachineTemplate
+
+

Then apply the template

+
OCI_IMAGE_ID=<your new linux image OCID> \
+OCI_NODE_IMAGE_ID=<your new linux image OCID> \
+OCI_COMPARTMENT_ID=<your compartment> \
+NODE_MACHINE_COUNT=2 \
+OCI_NODE_MACHINE_TYPE=<shape> \
+OCI_NODE_MACHINE_TYPE_OCPUS=4 \
+OCI_SSH_KEY="<your public ssh key>" \
+clusterctl generate cluster <cluster-name> --kubernetes-version <kubernetes-version> \
+--target-namespace default \
+--from cluster-template-windows-calico-heterogeneous.yaml | kubectl apply -f -
+
+

After a few minutes the instances will come up and the CNI will be installed.

+

Node constraints

+

All future deployments make sure to setup node constraints using something like nodeselctor. Example:

+
+ +
WindowsLinux
nodeSelector: kubernetes.io/os: windowsnodeSelector:kubernetes.io/os: linux
+

+
+ nodeSelector examples - click to expand +

Linux nginx deployment example:

+
apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: my-nginx-linux
+spec:
+  selector:
+    matchLabels:
+      run: my-nginx-linux
+  replicas: 2
+  template:
+    metadata:
+      labels:
+        run: my-nginx-linux
+    spec:
+      nodeSelector:
+        kubernetes.io/os: linux
+      containers:
+      - args:
+        - /bin/sh
+        - -c
+        - sleep 3600
+        name: nginx
+        image: nginx:latest
+
+

For a Windows deployment example see the Kubernetes Getting Started: Deploying a Windows workload documentation

+
+

Without doing this it is possible that the Kubernetes scheduler will try to deploy your Windows pods onto a Linux worker, or vice versa.

+

Networking Guide

+

This section contains information about the networking aspects of Cluster API Provider OCI.

+

Default Network Infrastructure

+

The diagram below depicts the networking architecture for a public workload cluster created in a region such as US West (Phoenix). +Networking Architecture - Workload Cluster

+

Each workload cluster requires an OCI Virtual Cloud Network (VCN) which houses all the resources created for the workload cluster. The default VCN has the following resources:

+
    +
  • +

    Gateways:

    +
      +
    1. An Internet Gateway
    2. +
    3. A NAT Gateway
    4. +
    5. A Service Gateway
    6. +
    +
  • +
  • +

    Route Tables:

    +
      +
    1. A route table for public subnets which will route stateful traffic to and from the Internet Gateway
    2. +
    3. A route table for private subnets which will route stateful traffic to and from the NAT and Service Gateways
    4. +
    +
  • +
  • +

    Subnets:

    +
      +
    1. A public Control plane endpoint subnet which houses an OCI Load Balancer. The load balancer acts as a reverse proxy for the Kubernetes API Server.
    2. +
    3. A private Control plane subnet which houses the Control plane nodes. The Control plane nodes run the Kubernetes Control plane components such as the API Server and the Control plane pods.
    4. +
    5. A public subnet which houses the service load balancers.
    6. +
    7. A private subnet which houses the worker nodes.
    8. +
    +
  • +
  • +

    Network Security Groups (NSG):

    +
      +
    1. An NSG for the Control plane endpoint (Control plane Endpoint NSG)
    2. +
    3. An NSG for the Kubernetes Control plane nodes (Control plane NSG)
    4. +
    5. An NSG for the service load balancers (Worker NSG)
    6. +
    7. An NSG for the Kubernetes worker nodes (Service Load Balancers NSG)
    8. +
    +
  • +
+

The sections below list the security rules required for the NSGs in each of the following CNI providers:

+ +

Currently, the following providers have been tested and verified to work:

+
+ + +
CNICNI VersionKubernetes VersionCAPOCI Version
Calico3.211.20.100.1
Antrea1.20.100.1
+
+

If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list. Your PR for your tested CNI provider should include the following:

+
    +
  • CNI provider version tested
  • +
  • Documentation of NSG rules required
  • +
  • A YAML template for your tested provider. See the Antrea template as an example.
  • +
+

Using Calico

+

This section lists the security rules that must be implemented in the network security groups (NSGs) in order to use Calico as a CNI provider.

+

Control plane endpoint NSG

+

The control plane endpoint NSG will be attached to the OCI load balancer. The egress and ingress rules are listed below.

+

Control plane endpoint NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block10.0.0.0/296443TCPAllow HTTPS traffic to Control plane for Kubernetes API server access
+
+

Control plane endpoint NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR block0.0.0.0/06443TCPAllow public access to endpoint OCI load balancer
+
+

Control plane NSG

+

The OCI compute instances running the Kubernetes control plane components will be attached to this NSG.

+

Control plane NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block0.0.0.0/0AllALLControl plane access to Internet to pull images
+
+

Ingress Rules

+
+ + + + + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR block10.0.0.8/296443TCPKubernetes API endpoint to Kubernetes control plane communication
CIDR block10.0.0.0/296443TCPControl plane to control plane (API server port) communication
CIDR block10.0.64.0/206443TCPWorker Node to Kubernetes control plane (API Server) communication
CIDR block10.0.0.0/2910250TCPControl Plane to Control Plane Kubelet Communication
CIDR block10.0.0.0/292379TCPetcd client communication
CIDR block10.0.0.0/292380TCPetcd peer communication
CIDR block10.0.0.0/29179TCPCalico networking (BGP)
CIDR block10.0.64.0/20179TCPCalico networking (BGP)
CIDR block10.0.0.0/29IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.64.0/20IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.0.0/16ICMP Type 3, Code 4MTU Path discovery
CIDR block0.0.0.0/022TCPInbound SSH traffic to control plane nodes
+
+

Worker NSG

+

The OCI compute instances which running as Kubernetes worker nodes will be attached to this NSG.

+

Worker NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block0.0.0.0/0AllAllWorker node access to Internet to pull images
+
+

Worker NSG ingress rules

+
+ + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR block10.0.0.32/2732000-32767TCPAllow incoming traffic from service load balancers (NodePort Communication)
CIDR block10.0.0.0/2910250TCPControl plane to worker node (Kubelet Communication)
CIDR block10.0.64.0/2010250TCPWorker nodes to worker node (Kubelet Communication)
CIDR block10.0.0.0/29179TCPCalico networking (BGP)
CIDR block10.0.64.0/20179TCPCalico networking (BGP)
CIDR block10.0.0.0/29IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.64.0/20IP-in-IPCalico networking with IP-in-IP enabled
CIDR block10.0.0.0/16ICMP Type 3, Code 4MTU Path discovery
CIDR block0.0.0.0/022TCPInbound SSH traffic to worker nodes
+
+

Service Load Balancers NSG

+

OCI load balancers created as part of Kubernetes services of type LoadBalancer will be attached to this NSG.

+

Service Load Balancers NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR block10.0.64.0/2032000-32767TCPAllow access to NodePort services from Service Load balancers
+
+

Service Load Balancers NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR block0.0.0.0/080, 443TCPAllow incoming traffic to services
+

Using Antrea

+

This section lists the security rules that must be implemented in the Network Security Groups (NSGs) in order to use Antrea as a CNI provider.

+

Control plane endpoint NSG

+

The Control plane Endpoint NSG will be attached to the OCI Load Balancer. The egress and ingress rules are listed below.

+

Control plane endpoint NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block10.0.0.0/296443TCPAllow HTTPS Traffic to Control plane for Kubernetes API Server access
+
+

Control plane endpoint NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR Block0.0.0.0/06443TCPAllow public access to endpoint OCI Load Balancer
+
+

Control plane NSG

+

The OCI Compute instances running the Kubernetes Control plane components will be attached to this NSG.

+

Control plane NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block0.0.0.0/0AllALLControl plane access to Internet to pull images
+
+

Control plane NSG ingress rules

+
+ + + + + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR Block10.0.0.8/296443TCPKubernetes API endpoint to Kubernetes Control plane communication
CIDR Block10.0.0.0/296443TCPControl plane to Control plane (API Server port) communication
CIDR Block10.0.64.0/206443TCPWorker Node to Kubernetes Control plane (API Server port)communication
CIDR block10.0.0.0/2910250TCPControl Plane to Control Plane Kubelet Communication
CIDR Block10.0.0.0/292379TCPetcd client communication
CIDR Block10.0.0.0/292380TCPetcd peer communication
CIDR Block10.0.0.0/2910349TCPAntrea Service
CIDR Block10.0.64.0/2010349TCPAntrea Service
CIDR Block10.0.0.0/296081UDPGeneve Service
CIDR Block10.0.64.0/206081UDPGeneve Service
CIDR Block10.0.0.0/16ICMP Type 3, Code 4Path discovery
CIDR Block0.0.0.0/022TCPInbound SSH traffic to Control plane nodes
+
+

Worker NSG

+

The OCI Compute instances which running as Kubernetes worker nodes will be attached to this NSG.

+

Worker NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block0.0.0.0/0AllAllWorker Nodes access to Internet to pull images
+
+

Worker NSG ingress rules

+
+ + + + + + + + + +
Source TypeSourceDestination PortProtocolDescription
CIDR Block10.0.0.32/2732000-32767TCPAllow incoming traffic from service load balancers (NodePort Communication)
CIDR Block10.0.0.0/2910250TCPControl plane to worker node (Kubelet Communication)
CIDR Block10.0.64.0/2010250TCPWorker nodes to worker node (Kubelet Communication)
CIDR Block10.0.0.0/2910349TCPAntrea Service
CIDR Block10.0.64.0/2010349TCPAntrea Service
CIDR Block10.0.0.0/296081UDPGeneve Service
CIDR Block10.0.64.0/206081UDPGeneve Service
CIDR Block10.0.0.0/16ICMP Type 3, Code 4Path discovery
CIDR Block0.0.0.0/022TCPInbound SSH traffic to worker nodes
+
+

Service load balancers NSG

+

OCI load balancers created as part of Kubernetes Services of type LoadBalancer will be attached to this NSG.

+

Service load balancers NSG egress rules

+
+ +
Destination TypeDestinationDestination PortProtocolDescription
CIDR Block10.0.64.0/2032000-32767TCPAllow access to NodePort services from Service Load balancers
+
+

Service load balancers NSG ingress rules

+
+ +
Source TypeSourceDestination PortProtocolDescription
CIDR Block0.0.0.0/080, 443TCPAllow incoming traffic to services
+

Custom networking

+

The default networking can be modified to achieve the following:

+
    +
  • your own CIDR range for VCN. This is useful if you want to perform peering with another VCN or another cloud provider and you need to avoid IP Overlapping
  • +
  • your own custom security rules using NSGs. This is useful if you want to use your own CNI provider and it has a different security posture than the default
  • +
  • your own custom security rules using network security lists
  • +
  • change the masks and name of your different subnets. This is useful to either expand or constrain the size of your subnets as well as to use your own preferred naming convention
  • +
+

The OCICluster spec in the cluster templates can be modified to customize the network spec.

+

Example spec for custom CIDR range

+

The spec below shows how to change the CIDR range of the VCN from the default 10.0.0.0/16 to 172.16.0.0/16.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      cidr: "172.16.0.0/16"
+      subnets:
+        - name: ep-subnet
+          role: control-plane-endpoint
+          type: public
+          cidr: "172.16.0.0/28"
+        - name: cp-mc-subnet
+          role: control-plane
+          type: private
+          cidr: "172.16.5.0/28"
+        - name: worker-subnet
+          role: worker
+          type: private
+          cidr: "172.16.10.0/24"
+        - name: svc-lb-subnet
+          role: service-lb
+          type: public
+          cidr: "172.16.20.0/24"
+
+

Example spec to modify default NSG security rules

+

The spec below shows how to change the default NSG rules.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      cidr: "172.16.0.0/16"
+      networkSecurityGroup:
+        list:
+          - name: ep-nsg
+            role: control-plane-endpoint
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "172.16.5.0/28"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "All traffic to control plane nodes"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "0.0.0.0/0"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "External access to Kubernetes API endpoint"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.5.0/28"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Control plane worker nodes to API Server endpoint"
+              - ingressRule:
+                  isStateless: false
+                  source: "0.0.0.0/0"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "SSH access"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 22
+                      min: 22
+          - name: cp-mc-nsg
+            role: control-plane
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "0.0.0.0/0"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "control plane machine access to internet"
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.0.0/16"
+                  protocol: "all"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Allow inter vcn communication"
+              - ingressRule:
+                  isStateless: false
+                  source: "0.0.0.0/0"
+                  protocol: "6"
+                  sourceType: "CIDR_BLOCK"
+                  description: "SSH access"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 22
+                      min: 22
+          - name: worker-nsg
+            role: worker
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "0.0.0.0/0"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "Worker Nodes access to Internet"
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.0.0/16"
+                  protocol: "all"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Allow inter vcn communication"
+          - name: service-lb-nsg
+            role: service-lb
+            ingressRules:
+              - ingressRule:
+                  isStateless: false
+                  source: "172.16.0.0/16"
+                  protocol: "all"
+                  sourceType: "CIDR_BLOCK"
+                  description: "Allow ingress from vcn subnets"
+      subnets:
+        - name: ep-subnet
+          role: control-plane-endpoint
+          type: public
+          cidr: "172.16.0.0/28"
+        - name: cp-mc-subnet
+          role: control-plane
+          type: private
+          cidr: "172.16.5.0/28"
+        - name: worker-subnet
+          role: worker
+          type: private
+          cidr: "172.16.10.0/24"
+        - name: svc-lb-subnet
+          role: service-lb
+          type: public
+          cidr: "172.16.20.0/24"
+
+

Example spec to use Security Lists instead of Network Security Groups

+

The spec below shows how to implement the security posture using security lists instead of NSGs.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      subnets:
+        - name: ep-subnet
+          role: control-plane-endpoint
+          type: public
+          securityList:
+            name: ep-seclist
+            egressRules:
+              - destination: "10.0.0.0/29"
+                protocol: "6"
+                destinationType: "CIDR_BLOCK"
+                description: "All traffic to control plane nodes"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 6443
+                    min: 6443
+            ingressRules:
+              - source: "0.0.0.0/0"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "External access to Kubernetes API endpoint"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 6443
+                    min: 6443
+              - source: "10.0.0.0/29"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "Control plane worker nodes to API Server endpoint"
+              - source: "0.0.0.0/0"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "SSH access"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 22
+                    min: 22
+        - name: cp-mc-subnet
+          role: control-plane
+          type: private
+          securityList:
+            name: cp-mc-seclist
+            egressRules:
+              - destination: "0.0.0.0/0"
+                protocol: "6"
+                destinationType: "CIDR_BLOCK"
+                description: "control plane machine access to internet"
+            ingressRules:
+              - source: "10.0.0.0/16"
+                protocol: "all"
+                sourceType: "CIDR_BLOCK"
+                description: "Allow inter vcn communication"
+              - source: "0.0.0.0/0"
+                protocol: "6"
+                sourceType: "CIDR_BLOCK"
+                description: "SSH access"
+                tcpOptions:
+                  destinationPortRange:
+                    max: 22
+                    min: 22
+        - name: worker-subnet
+          role: worker
+          type: private
+          securityList:
+            name: node-seclist
+            egressRules:
+              - destination: "0.0.0.0/0"
+                protocol: "6"
+                destinationType: "CIDR_BLOCK"
+                description: "Worker Nodes access to Internet"
+            ingressRules:
+              - source: "10.0.0.0/16"
+                protocol: "all"
+                sourceType: "CIDR_BLOCK"
+                description: "Allow inter vcn communication"
+        - name: svc-lb-subnet
+          role: service-lb
+          type: public
+          securityList:
+            name: service-lb-seclist
+            ingressRules:
+              - source: "10.0.0.0/16"
+                protocol: "all"
+                sourceType: "CIDR_BLOCK"
+                description: "Allow ingress from vcn subnets"
+
+

Related documentation: comparison of Security Lists and Network Security Groups

+

Example spec for externally managed VCN infrastructure

+
+
+

Info

+

+
+
+

See externally managed infrastructure for how to create a cluster +using existing VCN infrastructure.

+
+
+

Example spec to use OCI Load Balancer as API Server load balancer

+

By default, CAPOCI uses OCI Network Load Balancer as API Server load balancer. The load balancer front-ends +control plane hosts to provide high availability access to Kubernetes API. The following spec can be used to +use OCI Load Balancer as the API Server load balancer. The change from the default spec is to set +loadBalancerType field to "lb" in the OCICluster resource.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    apiServerLoadBalancer:
+      loadBalancerType: "lb"
+
+

Example spec to use custom role

+

CAPOCI can be used to create Subnet/NSG in the VCN for custom workloads such as private load balancers, +dedicated subnet for DB connection etc. The roles for such custom subnest must be defined as custom. +The following spec shows an example for this scenario.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      subnets:
+        - name: db
+          role: custom
+          type: public
+          cidr: "172.16.5.0/28"
+      networkSecurityGroup:
+        list:
+          - name: db
+            role: custom
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "172.16.5.0/28"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "All traffic to control plane nodes"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+
+

Example spec to use Network Security Group as destination in security rule

+

The spec below shows how to specify a Network Security Group as a destination in security rule. The Network Security +Group name is mentioned in the destination field in the below example. All the required Network Security Groups +must be defined in the template, CAPOCI will not lookup Network Security Group from the VCN.

+
---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      name: ${CLUSTER_NAME}
+      cidr: "172.16.0.0/16"
+      networkSecurityGroup:
+        list:
+          - name: ep-nsg
+            role: control-plane-endpoint
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "cp-mc-nsg"
+                  protocol: "6"
+                  destinationType: "NETWORK_SECURITY_GROUP"
+                  description: "All traffic to control plane nodes"
+                  tcpOptions:
+                    destinationPortRange:
+                      max: 6443
+                      min: 6443
+          - name: cp-mc-nsg
+            role: control-plane
+            egressRules:
+              - egressRule:
+                  isStateless: false
+                  destination: "0.0.0.0/0"
+                  protocol: "6"
+                  destinationType: "CIDR_BLOCK"
+                  description: "control plane machine access to internet"
+
+

Using private clusters

+
+

Note: This section has to be used only if the CAPOCI manages the workload cluster VCN. If externally managed VCN is +used, this section is not applicable.

+
+

Example Spec for private cluster

+

CAPOCI supports private clusters where the Kubernetes API Server Endpoint is a private IP Address +and is accessible only within the VCN or peered VCNs. In order to use private clusters, the control plane +endpoint subnet has to be marked as private. An example spec is given below.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCICluster
+metadata:
+  labels:
+    cluster.x-k8s.io/cluster-name: "${CLUSTER_NAME}"
+  name: "${CLUSTER_NAME}"
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    vcn:
+      subnets:
+        - cidr: 10.1.0.8/29
+          name: control-plane-endpoint
+          role: control-plane-endpoint
+          type: private
+        - cidr: 10.1.0.0/29
+          name: control-plane
+          role: control-plane
+          type: private
+        - cidr: 10.1.0.32/27
+          name: service-lb
+          role: service-lb
+          type: public
+        - cidr: 10.1.64.0/20
+          name: worker
+          role: worker
+          type: private
+
+

Example spec for VCN Peering using Dynamic Routing Gateway (Local)

+

While using private clusters, the management cluster needs to talk to the workload cluster. If the +management cluster and workload cluster are in separate VCN, the VCN peering can be used to connect the management +and workload cluster VCNS. CAPOCI supports peering of the workload cluster VCN with another VCN in the same region using +Dynamic Routing Gateway.

+

In case of local VCN peering, a DRG OCID has to be provided and CAPOCI will attach the workload cluster VCN to the +provided DRG. The recommendation is to attach the management cluster VCN also to the same DRG so that the VCNs are +peered to each other. For more details see Local VCN Peering using Local Peering Gateways.

+

An example template for this cluster-template-local-vcn-peering.yaml can be found in the Assets section under the +CAPOCI release page.

+

In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters +explained in the Workload Cluster Parameters table.

+
+ +
ParameterDefault ValueDescription
DRG_IDOCID of the DRG to which the worklaod cluster will be attached.
+
+

Example spec for VCN Peering using Dynamic Routing Gateway (Remote)

+

If the management cluster and workload cluster are in different OCI regions, then DRG can still be used. In this case, +in addition to VCN attachment, Remote Peering Connection (RPC) has to be used.

+

In case of remote VCN peering, a DRG will be created by CAPOCI, and the workload cluster VCN will be attached to the +DRG. In addition, a remote DRG has to be provided. CAPOCI will create RPC in the local and remote VCN and +connection will be established between the RPCs.

+

An example template for this cluster-template-remote-vcn-peering.yaml can be found in the Assets section under the +CAPOCI release page.

+

In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters +explained in the Workload Cluster Parameters table. Typically, the peer DRG refers to the DRG to +which the management cluster VCN is attached.

+
+ + +
ParameterDefault ValueDescription
PEER_DRG_IDOCID of the peer DRG to which the local DRG will be peered.
PEER_REGION_NAMEThe region to which the peer DRG belongs.
+

Managed Clusters (OKE)

+
    +
  • Feature status: As of CAPOCI v0.12.0, OKE has been moved out of experimental mode with self managed nodes. +Virtual Node Pool and Mnagaed Node Pool are still experimental due to underlying CAPI dependencies.
  • +
  • Feature gate: MachinePool=true
  • +
+

Cluster API Provider for OCI (CAPOCI) experimentally supports managing OCI Container +Engine for Kubernetes (OKE) clusters. CAPOCI implements this with three +custom resources:

+
    +
  • OCIManagedControlPlane
  • +
  • OCIManagedCluster
  • +
  • OCIManagedMachinePool
  • +
+

Workload Cluster Parameters

+

The following Oracle Cloud Infrastructure (OCI) configuration parameters are available +when creating a managed workload cluster on OCI using one of our predefined templates:

+
+ + + + + +
ParameterMandatoryDefault ValueDescription
OCI_COMPARTMENT_IDYesThe OCID of the compartment in which to create the required compute, storage and network resources.
OCI_MANAGED_NODE_IMAGE_IDNo""The OCID of the image for the Kubernetes worker nodes. Please read the doc for more details. If no value is specified, a default Oracle Linux OKE platform image is looked up and used
OCI_MANAGED_NODE_SHAPE NoVM.Standard.E4.FlexThe shape of the Kubernetes worker nodes.
OCI_MANAGED_NODE_MACHINE_TYPE_OCPUSNo1The number of OCPUs allocated to the worker node instance.
OCI_SSH_KEYYesThe public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures.
+
+
+

Note: In production use-case, the node pool image id must be provided explicitly and the default lookup mechanism must not be used.

+
+

The following Cluster API parameters are also available:

+
+ + + + +
ParameterDefault ValueDescription
CLUSTER_NAMEThe name of the workload cluster to create.
KUBERNETES_VERSIONThe Kubernetes version installed on the workload cluster nodes. If this environement variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file
NAMESPACEThe namespace for the workload cluster. If not specified, the current namespace is used.
NODE_MACHINE_COUNTThe number of machines in the OKE nodepool.
+
+

Pre-Requisites

+

Environment Variables

+

Managed clusters also require the following feature flags set as environment variables before installing +CAPI and CAPOCI components using clusterctl.

+
export EXP_MACHINE_POOL=true
+
+

OCI Security Policies

+

Please read the doc and add the necessary policies required for the user group. +Please add the policies for dynamic groups if instance principal is being used as authentication +mechanism. Please read the doc to know more about authentication mechanisms.

+

Workload Cluster Templates

+

Choose one of the available templates to create your workload clusters from the +latest released artifacts. The managed cluster templates is of the +form cluster-template-managed-<flavour>.yaml . The default managed template is +cluster-template-managed.yaml. Please note that the templates provided are to be considered +as references and can be customized further as the CAPOCI API Reference.

+

Supported Kubernetes versions

+

The doc lists the Kubernetes versions currently supported by OKE.

+

Create a new OKE cluster.

+

The following command will create an OKE cluster using the default template. The created node pool uses +VCN native pod networking.

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_MANAGED_NODE_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+KUBERNETES_VERSION=v1.24.1 \
+NAMESPACE=default \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-managed.yaml | kubectl apply -f -
+
+

Create a new private OKE cluster.

+

The following command will create an OKE private cluster. In this template, the control plane endpoint subnet is a +private subnet and the API endpoint is accessible only within the subnet. The created node pool uses +VCN native pod networking.

+
OCI_COMPARTMENT_ID=<compartment-id> \
+OCI_MANAGED_NODE_IMAGE_ID=<ubuntu-custom-image-id> \
+OCI_SSH_KEY=<ssh-key>  \
+KUBERNETES_VERSION=v1.24.1 \
+NAMESPACE=default \
+clusterctl generate cluster <cluster-name>\
+--from cluster-template-managedprivate.yaml | kubectl apply -f -
+
+

Access kubeconfig of an OKE cluster

+

Step 1 - Identify Cluster OCID

+

Access the management cluster using kubectl and identify the OKE cluster OCID

+
kubectl get ocimanagedcontrolplane <workload-cluster-name> -n <workload-cluster-namespace> -o jsonpath='{.spec.id}'
+
+

Step 2 - Access kubeconfig

+

Access kubeconfig

+
oci ce cluster create-kubeconfig --cluster-id <cluster-ocid> --file <file-name>  --region <region>  --kube-endpoint PUBLIC_ENDPOINT
+
+

Please read the doc for more details on how to access kubeconfig file of OKE clusters.

+

OKE Enhanced Clusters and Virtual Nodes

+

CAPOCI supports OKE Enhanced Clusters and Virtual Nodes. A cluster-template +cluster-template-managed-virtual-node.yaml with Enhanced Cluster and Virtual Node Pool has been released in +CAPOCI release artifacts which can be referred using the flavor managed-virtual-node in clusterctl generate +command.

+
+

NOTE: Virtual Node Pool require Cluster API release 1.4.3 or later and CAPOCI release 0.10.0 or later.

+
+

Create Enhanced Cluster

+

The following OCIManagedControlPlane snippet can be used to create an enhanced OKE cluster.

+
kind: OCIManagedControlPlane
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  clusterType: "ENHANCED_CLUSTER"
+
+

Create Virtual Node Pool

+

The following OCIVirtualMachinePool snippet can be used to create a Virtual Node Pool. Please read through CAPOCI +API Docs to see all the supported parameters of OCIVirtualMachinePool.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIVirtualMachinePool
+spec:
+
+

Self managed nodes

+

CAPOCI supports OKE self managed nodes. With this feature, CAPI features such as rolling update, +health checks can be used to make management of self managed nodes easier. CAPOCI supports two +flavours fo self managed nodes. It also allows full range of OCI Compute API to be used while +creating worker nodes.

+

Please read the prerequisites related to Dynamic Group and policy before creating self managed OKE nodes.

+

Self managed nodes backed by CAPI Machine Deployment

+

Use the template cluster-template-managed-self-managed-nodes.yaml as an example for creating and OKE cluster +with a self managed CAPI machine deployment. Self managed nodes are only supported if flannel +is used as CNI provider. The following snippet shows the relevant part of the template.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIMachineTemplate
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  template:
+    spec:
+      imageId: "${OCI_MANAGED_NODE_IMAGE_ID}"
+---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachineDeployment
+metadata:
+  name: "${CLUSTER_NAME}-md-0"
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: ${WORKER_MACHINE_COUNT}
+  selector:
+    matchLabels:
+  template:
+    spec:
+      clusterName: "${CLUSTER_NAME}"
+      version: "${KUBERNETES_VERSION}"
+      bootstrap:
+        dataSecretName: "${CLUSTER_NAME}-self-managed"
+      infrastructureRef:
+        name: "${CLUSTER_NAME}-md-0"
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+        kind: OCIMachineTemplate
+
+

Note that CAPOCI will populate a bootstrap secret with the relevant cloud-init script required +for the node to join the OKE cluster

+

Self managed nodes backed by OCI Instance Pool

+
+

Note: MachinePool is still an experimental feature in CAPI

+
+

The following snippet can be used to create self managed OKE nodes backed by OCI Instance Poolinstance-pool.

+
---
+apiVersion: cluster.x-k8s.io/v1beta1
+kind: MachinePool
+metadata:
+  name: "${CLUSTER_NAME}-mp-0"
+  namespace: default
+spec:
+  clusterName: "${CLUSTER_NAME}"
+  replicas: "${WORKER_MACHINE_COUNT}"
+  template:
+    spec:
+      bootstrap:
+        dataSecretName: "${CLUSTER_NAME}-self-managed"
+      clusterName: "${CLUSTER_NAME}"
+      infrastructureRef:
+        apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+        kind: OCIMachinePool
+        name: "${CLUSTER_NAME}-mp-0"
+      version: "${KUBERNETES_VERSION}"
+---
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIMachinePool
+metadata:
+  name: "${CLUSTER_NAME}-mp-0"
+  namespace: default
+spec:
+  instanceConfiguration:
+    metadata:
+      ssh_authorized_keys: "${OCI_SSH_KEY}"
+    instanceSourceViaImageConfig:
+      imageId: "${OCI_MANAGED_NODE_IMAGE_ID}"
+    shape: "${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}"
+    shapeConfig:
+      ocpus: "1"
+
+

Increase boot volume

+

The default boot volume size of worker nodes is 50 GB. The following steps needs to be followed +to increase the boot volume size.

+

Increase the boot volume size in spec

+

The following snippet shows how to increase the boot volume size of the instances.

+
kind: OCIManagedMachinePool
+spec:
+  nodeSourceViaImage:
+    bootVolumeSizeInGBs: 100
+
+

Extend the root partition

+

In order to take advantage of the larger size, you need to extend the partition for the boot volume. +Custom cloud init scripts can be used for the same. The following cloud init script extends the root volume.

+
#!/bin/bash
+
+# DO NOT MODIFY
+curl --fail -H "Authorization: Bearer Oracle" -L0 http://169.254.169.254/opc/v2/instance/metadata/oke_init_script | base64 --decode >/var/run/oke-init.sh
+
+## run oke provisioning script
+bash -x /var/run/oke-init.sh
+
+### adjust block volume size
+/usr/libexec/oci-growfs -y
+
+touch /var/log/oke.done
+
+

Encode the file contents into a base64 encoded value as follows.

+
cat cloud-init.sh | base64 -w 0
+
+

Add the value in the following OCIManagedMachinePool spec.

+
kind: OCIManagedMachinePool
+spec:
+  nodeMetadata:
+    user_data: "<base64 encoded value from above>"
+
+

Networking customizations

+

Use a pre-existing VCN

+

The following OCIManagedCluster snippet can be used to to use a pre-existing VCN.

+
kind: OCIManagedCluster
+spec:
+  compartmentId: "${OCI_COMPARTMENT_ID}"
+  networkSpec:
+    skipNetworkManagement: true
+    vcn:
+      id: "<vcn-id>"
+      networkSecurityGroup:
+        list:
+          - id: "<control-plane-endpoint-nsg-id>"
+            role: control-plane-endpoint
+            name: control-plane-endpoint
+          - id:  "<worker-nsg-id>"
+            role: worker
+            name: worker
+          - id: "<pod-nsg-id>"
+            role: pod
+            name: pod
+      subnets:
+        - id: "<control-plane-endpoint-subnet-id>"
+          role: control-plane-endpoint
+          name: control-plane-endpoint
+          type: public
+        - id: "<worker-subnet-id>"
+          role: worker
+          name: worker
+        - id: "<pod-subnet-id>"
+          role: pod
+          name: pod
+        - id: "<service-lb-subnet-id>"
+          role: service-lb
+          name: service-lb
+          type: public
+
+

Use flannel as CNI

+

Use the template cluster-template-managed-flannel.yaml as an example for using flannel as the CNI. The template +sets the correct parameters in the spec as well as create the proper security roles in the Network Security Group (NSG).

+

Features

+

This page will cover configuration of various Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) +features in CAPOCI.

+

Node Pool Cycling

+

OKE Node Pool Cycling can be used during Kubernetes version upgrades to cycle +the nodes such that all the nodes of a Node Pool is running on the newer Kubernetes version. The following +OCIManagedMachinePool spec can be used to specify Node Pool cycling option.

+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+kind: OCIManagedMachinePool
+spec:
+  nodePoolCyclingDetails:
+    isNodeCyclingEnabled: true
+
+

Addons

+

The following OCIManagedControlPlane spec should be used to specify Addons which has to be +installed in the OKE cluster.

+
kind: OCIManagedControlPlane
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
+spec:
+  clusterType: "ENHANCED_CLUSTER"
+  addons:
+  - name: CertManager
+
+

More details about the configuration parameters are available in [CAPOCI API Reference docs][api-reference].

+

Reference

+

This section contains various resources that define the Cluster API for OCI project.

+

API Reference

+

Versioned Cluster API Provider for OCI API references is published here.

+

Table of Contents

+

A | B | C | D | H | I | K | M | N | O | P | R | S | T | W

+

A

+
+ +

Or Availability Domain

+

One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains one or more availability domains.

+

C

+
+

CNI

+

Or Container Network Interface

+

A Cloud Native Computing Foundation project that consists of a specification and libraries for +writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.

+

F

+
+

FD

+

Or Fault Domain

+

A logical grouping of hardware and infrastructure within an availability domain. Fault domains isolate resources during hardware failure or unexpected software changes.

+

I

+
+

Internet Gateway

+

An Internet Gateway is an optional virtual router you can add to your VCN to enable direct connectivity to the Internet. It supports connections initiated from within the VCN (egress) and connections initiated from the Internet (ingress).

+

N

+
+

NAT Gateway

+

A NAT Gateway gives cloud resources without public IP addresses access to the Internet without exposing those resources to incoming internet connections. A NAT Gateway can be added to a VCN to give instances in a private subnet access to the Internet.

+

NSG

+

Or Network Security Group

+

A Network security group (NSG) acts as a virtual firewall for your compute instances and other kinds of resources. An NSG consists of a set of ingress and egress security rules that apply only to a set of VNICs of your choice in a single VCN (for example: all compute instances that act as web servers in the web tier of a multi-tier application in your VCN).

+

R

+
+

Region

+

Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized geographic area, and an availability domain is one or more data centers located within a region. A region is composed of one or more availability domains.

+

S

+
+

Service Gateway

+

A service gateway lets your VCN privately access specific Oracle services without exposing the data to the public Internet. No Internet Gateway or NAT is required to reach those specific services. The resources in the VCN can be in a private subnet and use only private IP addresses. The traffic from the VCN to the Oracle service travels over the Oracle network fabric and never traverses the Internet.

+

V

+
+

VCN

+

Or Virtual Cloud Network

+

A VCN is a software-defined network that you set up in the Oracle Cloud Infrastructure data centers in a particular region.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + diff --git a/reference/api-reference.html b/reference/api-reference.html new file mode 100644 index 00000000..04230fe0 --- /dev/null +++ b/reference/api-reference.html @@ -0,0 +1,182 @@ + + + + + + API Reference - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

API Reference

+

Versioned Cluster API Provider for OCI API references is published here.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/reference/glossary.html b/reference/glossary.html new file mode 100644 index 00000000..8b7bf2b3 --- /dev/null +++ b/reference/glossary.html @@ -0,0 +1,216 @@ + + + + + + Glossary - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Table of Contents

+

A | B | C | D | H | I | K | M | N | O | P | R | S | T | W

+

A

+
+ +

Or Availability Domain

+

One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains one or more availability domains.

+

C

+
+

CNI

+

Or Container Network Interface

+

A Cloud Native Computing Foundation project that consists of a specification and libraries for +writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.

+

F

+
+

FD

+

Or Fault Domain

+

A logical grouping of hardware and infrastructure within an availability domain. Fault domains isolate resources during hardware failure or unexpected software changes.

+

I

+
+

Internet Gateway

+

An Internet Gateway is an optional virtual router you can add to your VCN to enable direct connectivity to the Internet. It supports connections initiated from within the VCN (egress) and connections initiated from the Internet (ingress).

+

N

+
+

NAT Gateway

+

A NAT Gateway gives cloud resources without public IP addresses access to the Internet without exposing those resources to incoming internet connections. A NAT Gateway can be added to a VCN to give instances in a private subnet access to the Internet.

+

NSG

+

Or Network Security Group

+

A Network security group (NSG) acts as a virtual firewall for your compute instances and other kinds of resources. An NSG consists of a set of ingress and egress security rules that apply only to a set of VNICs of your choice in a single VCN (for example: all compute instances that act as web servers in the web tier of a multi-tier application in your VCN).

+

R

+
+

Region

+

Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized geographic area, and an availability domain is one or more data centers located within a region. A region is composed of one or more availability domains.

+

S

+
+

Service Gateway

+

A service gateway lets your VCN privately access specific Oracle services without exposing the data to the public Internet. No Internet Gateway or NAT is required to reach those specific services. The resources in the VCN can be in a private subnet and use only private IP addresses. The traffic from the VCN to the Oracle service travels over the Oracle network fabric and never traverses the Internet.

+

V

+
+

VCN

+

Or Virtual Cloud Network

+

A VCN is a software-defined network that you set up in the Oracle Cloud Infrastructure data centers in a particular region.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/reference/reference.html b/reference/reference.html new file mode 100644 index 00000000..9c8bfdeb --- /dev/null +++ b/reference/reference.html @@ -0,0 +1,182 @@ + + + + + + Reference - Kubernetes Cluster API Provider for Oracle Cloud Infrastructure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Reference

+

This section contains various resources that define the Cluster API for OCI project.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/searcher.js b/searcher.js new file mode 100644 index 00000000..d2b0aeed --- /dev/null +++ b/searcher.js @@ -0,0 +1,483 @@ +"use strict"; +window.search = window.search || {}; +(function search(search) { + // Search functionality + // + // You can use !hasFocus() to prevent keyhandling in your key + // event handlers while the user is typing their search. + + if (!Mark || !elasticlunr) { + return; + } + + //IE 11 Compatibility from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + if (!String.prototype.startsWith) { + String.prototype.startsWith = function(search, pos) { + return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; + }; + } + + var search_wrap = document.getElementById('search-wrapper'), + searchbar = document.getElementById('searchbar'), + searchbar_outer = document.getElementById('searchbar-outer'), + searchresults = document.getElementById('searchresults'), + searchresults_outer = document.getElementById('searchresults-outer'), + searchresults_header = document.getElementById('searchresults-header'), + searchicon = document.getElementById('search-toggle'), + content = document.getElementById('content'), + + searchindex = null, + doc_urls = [], + results_options = { + teaser_word_count: 30, + limit_results: 30, + }, + search_options = { + bool: "AND", + expand: true, + fields: { + title: {boost: 1}, + body: {boost: 1}, + breadcrumbs: {boost: 0} + } + }, + mark_exclude = [], + marker = new Mark(content), + current_searchterm = "", + URL_SEARCH_PARAM = 'search', + URL_MARK_PARAM = 'highlight', + teaser_count = 0, + + SEARCH_HOTKEY_KEYCODE = 83, + ESCAPE_KEYCODE = 27, + DOWN_KEYCODE = 40, + UP_KEYCODE = 38, + SELECT_KEYCODE = 13; + + function hasFocus() { + return searchbar === document.activeElement; + } + + function removeChildren(elem) { + while (elem.firstChild) { + elem.removeChild(elem.firstChild); + } + } + + // Helper to parse a url into its building blocks. + function parseURL(url) { + var a = document.createElement('a'); + a.href = url; + return { + source: url, + protocol: a.protocol.replace(':',''), + host: a.hostname, + port: a.port, + params: (function(){ + var ret = {}; + var seg = a.search.replace(/^\?/,'').split('&'); + var len = seg.length, i = 0, s; + for (;i': '>', + '"': '"', + "'": ''' + }; + var repl = function(c) { return MAP[c]; }; + return function(s) { + return s.replace(/[&<>'"]/g, repl); + }; + })(); + + function formatSearchMetric(count, searchterm) { + if (count == 1) { + return count + " search result for '" + searchterm + "':"; + } else if (count == 0) { + return "No search results for '" + searchterm + "'."; + } else { + return count + " search results for '" + searchterm + "':"; + } + } + + function formatSearchResult(result, searchterms) { + var teaser = makeTeaser(escapeHTML(result.doc.body), searchterms); + teaser_count++; + + // The ?URL_MARK_PARAM= parameter belongs inbetween the page and the #heading-anchor + var url = doc_urls[result.ref].split("#"); + if (url.length == 1) { // no anchor found + url.push(""); + } + + // encodeURIComponent escapes all chars that could allow an XSS except + // for '. Due to that we also manually replace ' with its url-encoded + // representation (%27). + var searchterms = encodeURIComponent(searchterms.join(" ")).replace(/\'/g, "%27"); + + return '' + result.doc.breadcrumbs + '' + + '' + + teaser + ''; + } + + function makeTeaser(body, searchterms) { + // The strategy is as follows: + // First, assign a value to each word in the document: + // Words that correspond to search terms (stemmer aware): 40 + // Normal words: 2 + // First word in a sentence: 8 + // Then use a sliding window with a constant number of words and count the + // sum of the values of the words within the window. Then use the window that got the + // maximum sum. If there are multiple maximas, then get the last one. + // Enclose the terms in . + var stemmed_searchterms = searchterms.map(function(w) { + return elasticlunr.stemmer(w.toLowerCase()); + }); + var searchterm_weight = 40; + var weighted = []; // contains elements of ["word", weight, index_in_document] + // split in sentences, then words + var sentences = body.toLowerCase().split('. '); + var index = 0; + var value = 0; + var searchterm_found = false; + for (var sentenceindex in sentences) { + var words = sentences[sentenceindex].split(' '); + value = 8; + for (var wordindex in words) { + var word = words[wordindex]; + if (word.length > 0) { + for (var searchtermindex in stemmed_searchterms) { + if (elasticlunr.stemmer(word).startsWith(stemmed_searchterms[searchtermindex])) { + value = searchterm_weight; + searchterm_found = true; + } + }; + weighted.push([word, value, index]); + value = 2; + } + index += word.length; + index += 1; // ' ' or '.' if last word in sentence + }; + index += 1; // because we split at a two-char boundary '. ' + }; + + if (weighted.length == 0) { + return body; + } + + var window_weight = []; + var window_size = Math.min(weighted.length, results_options.teaser_word_count); + + var cur_sum = 0; + for (var wordindex = 0; wordindex < window_size; wordindex++) { + cur_sum += weighted[wordindex][1]; + }; + window_weight.push(cur_sum); + for (var wordindex = 0; wordindex < weighted.length - window_size; wordindex++) { + cur_sum -= weighted[wordindex][1]; + cur_sum += weighted[wordindex + window_size][1]; + window_weight.push(cur_sum); + }; + + if (searchterm_found) { + var max_sum = 0; + var max_sum_window_index = 0; + // backwards + for (var i = window_weight.length - 1; i >= 0; i--) { + if (window_weight[i] > max_sum) { + max_sum = window_weight[i]; + max_sum_window_index = i; + } + }; + } else { + max_sum_window_index = 0; + } + + // add around searchterms + var teaser_split = []; + var index = weighted[max_sum_window_index][2]; + for (var i = max_sum_window_index; i < max_sum_window_index+window_size; i++) { + var word = weighted[i]; + if (index < word[2]) { + // missing text from index to start of `word` + teaser_split.push(body.substring(index, word[2])); + index = word[2]; + } + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + index = word[2] + word[0].length; + teaser_split.push(body.substring(word[2], index)); + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + }; + + return teaser_split.join(''); + } + + function init(config) { + results_options = config.results_options; + search_options = config.search_options; + searchbar_outer = config.searchbar_outer; + doc_urls = config.doc_urls; + searchindex = elasticlunr.Index.load(config.index); + + // Set up events + searchicon.addEventListener('click', function(e) { searchIconClickHandler(); }, false); + searchbar.addEventListener('keyup', function(e) { searchbarKeyUpHandler(); }, false); + document.addEventListener('keydown', function(e) { globalKeyHandler(e); }, false); + // If the user uses the browser buttons, do the same as if a reload happened + window.onpopstate = function(e) { doSearchOrMarkFromUrl(); }; + // Suppress "submit" events so the page doesn't reload when the user presses Enter + document.addEventListener('submit', function(e) { e.preventDefault(); }, false); + + // If reloaded, do the search or mark again, depending on the current url parameters + doSearchOrMarkFromUrl(); + } + + function unfocusSearchbar() { + // hacky, but just focusing a div only works once + var tmp = document.createElement('input'); + tmp.setAttribute('style', 'position: absolute; opacity: 0;'); + searchicon.appendChild(tmp); + tmp.focus(); + tmp.remove(); + } + + // On reload or browser history backwards/forwards events, parse the url and do search or mark + function doSearchOrMarkFromUrl() { + // Check current URL for search request + var url = parseURL(window.location.href); + if (url.params.hasOwnProperty(URL_SEARCH_PARAM) + && url.params[URL_SEARCH_PARAM] != "") { + showSearch(true); + searchbar.value = decodeURIComponent( + (url.params[URL_SEARCH_PARAM]+'').replace(/\+/g, '%20')); + searchbarKeyUpHandler(); // -> doSearch() + } else { + showSearch(false); + } + + if (url.params.hasOwnProperty(URL_MARK_PARAM)) { + var words = decodeURIComponent(url.params[URL_MARK_PARAM]).split(' '); + marker.mark(words, { + exclude: mark_exclude + }); + + var markers = document.querySelectorAll("mark"); + function hide() { + for (var i = 0; i < markers.length; i++) { + markers[i].classList.add("fade-out"); + window.setTimeout(function(e) { marker.unmark(); }, 300); + } + } + for (var i = 0; i < markers.length; i++) { + markers[i].addEventListener('click', hide); + } + } + } + + // Eventhandler for keyevents on `document` + function globalKeyHandler(e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; } + + if (e.keyCode === ESCAPE_KEYCODE) { + e.preventDefault(); + searchbar.classList.remove("active"); + setSearchUrlParameters("", + (searchbar.value.trim() !== "") ? "push" : "replace"); + if (hasFocus()) { + unfocusSearchbar(); + } + showSearch(false); + marker.unmark(); + } else if (!hasFocus() && e.keyCode === SEARCH_HOTKEY_KEYCODE) { + e.preventDefault(); + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else if (hasFocus() && e.keyCode === DOWN_KEYCODE) { + e.preventDefault(); + unfocusSearchbar(); + searchresults.firstElementChild.classList.add("focus"); + } else if (!hasFocus() && (e.keyCode === DOWN_KEYCODE + || e.keyCode === UP_KEYCODE + || e.keyCode === SELECT_KEYCODE)) { + // not `:focus` because browser does annoying scrolling + var focused = searchresults.querySelector("li.focus"); + if (!focused) return; + e.preventDefault(); + if (e.keyCode === DOWN_KEYCODE) { + var next = focused.nextElementSibling; + if (next) { + focused.classList.remove("focus"); + next.classList.add("focus"); + } + } else if (e.keyCode === UP_KEYCODE) { + focused.classList.remove("focus"); + var prev = focused.previousElementSibling; + if (prev) { + prev.classList.add("focus"); + } else { + searchbar.select(); + } + } else { // SELECT_KEYCODE + window.location.assign(focused.querySelector('a')); + } + } + } + + function showSearch(yes) { + if (yes) { + search_wrap.classList.remove('hidden'); + searchicon.setAttribute('aria-expanded', 'true'); + } else { + search_wrap.classList.add('hidden'); + searchicon.setAttribute('aria-expanded', 'false'); + var results = searchresults.children; + for (var i = 0; i < results.length; i++) { + results[i].classList.remove("focus"); + } + } + } + + function showResults(yes) { + if (yes) { + searchresults_outer.classList.remove('hidden'); + } else { + searchresults_outer.classList.add('hidden'); + } + } + + // Eventhandler for search icon + function searchIconClickHandler() { + if (search_wrap.classList.contains('hidden')) { + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else { + showSearch(false); + } + } + + // Eventhandler for keyevents while the searchbar is focused + function searchbarKeyUpHandler() { + var searchterm = searchbar.value.trim(); + if (searchterm != "") { + searchbar.classList.add("active"); + doSearch(searchterm); + } else { + searchbar.classList.remove("active"); + showResults(false); + removeChildren(searchresults); + } + + setSearchUrlParameters(searchterm, "push_if_new_search_else_replace"); + + // Remove marks + marker.unmark(); + } + + // Update current url with ?URL_SEARCH_PARAM= parameter, remove ?URL_MARK_PARAM and #heading-anchor . + // `action` can be one of "push", "replace", "push_if_new_search_else_replace" + // and replaces or pushes a new browser history item. + // "push_if_new_search_else_replace" pushes if there is no `?URL_SEARCH_PARAM=abc` yet. + function setSearchUrlParameters(searchterm, action) { + var url = parseURL(window.location.href); + var first_search = ! url.params.hasOwnProperty(URL_SEARCH_PARAM); + if (searchterm != "" || action == "push_if_new_search_else_replace") { + url.params[URL_SEARCH_PARAM] = searchterm; + delete url.params[URL_MARK_PARAM]; + url.hash = ""; + } else { + delete url.params[URL_MARK_PARAM]; + delete url.params[URL_SEARCH_PARAM]; + } + // A new search will also add a new history item, so the user can go back + // to the page prior to searching. A updated search term will only replace + // the url. + if (action == "push" || (action == "push_if_new_search_else_replace" && first_search) ) { + history.pushState({}, document.title, renderURL(url)); + } else if (action == "replace" || (action == "push_if_new_search_else_replace" && !first_search) ) { + history.replaceState({}, document.title, renderURL(url)); + } + } + + function doSearch(searchterm) { + + // Don't search the same twice + if (current_searchterm == searchterm) { return; } + else { current_searchterm = searchterm; } + + if (searchindex == null) { return; } + + // Do the actual search + var results = searchindex.search(searchterm, search_options); + var resultcount = Math.min(results.length, results_options.limit_results); + + // Display search metrics + searchresults_header.innerText = formatSearchMetric(resultcount, searchterm); + + // Clear and insert results + var searchterms = searchterm.split(' '); + removeChildren(searchresults); + for(var i = 0; i < resultcount ; i++){ + var resultElem = document.createElement('li'); + resultElem.innerHTML = formatSearchResult(results[i], searchterms); + searchresults.appendChild(resultElem); + } + + // Display results + showResults(true); + } + + fetch(path_to_root + 'searchindex.json') + .then(response => response.json()) + .then(json => init(json)) + .catch(error => { // Try to load searchindex.js if fetch failed + var script = document.createElement('script'); + script.src = path_to_root + 'searchindex.js'; + script.onload = () => init(window.search); + document.head.appendChild(script); + }); + + // Exported functions + search.hasFocus = hasFocus; +})(window.search); diff --git a/searchindex.js b/searchindex.js new file mode 100644 index 00000000..4b74f978 --- /dev/null +++ b/searchindex.js @@ -0,0 +1 @@ +Object.assign(window.search, {"doc_urls":["introduction.html#kubernetes-cluster-api-provider-for-oracle-cloud-infrastructure","introduction.html#what-is-the-cluster-api-provider-for-oci","introduction.html#features","introduction.html#getting-started","introduction.html#support-policy","introduction.html#cluster-api-versions","introduction.html#kubernetes-versions","prerequisites.html#prerequisites","prerequisites.html#requirements","gs/gs.html#getting-started","gs/overview.html#getting-started-with-kubernetes-cluster-api-provider-for-oracle-cloud-infrastructure","gs/overview.html#setting-up-a-non-production-management-cluster","gs/overview.html#setting-up-a-management-cluster-using-an-initial-bootstrap-cluster","gs/overview.html#setting-up-a-management-cluster-using-oke","gs/overview.html#setting-up-a-management-cluster-using-a-3rd-party-kubernetes-cluster","gs/custom-machine-images.html#configure-custom-machine-images","gs/custom-machine-images.html#building-a-custom-image","gs/iam.html#configure-user-and-policies","gs/iam/iam-oke.html#configure-oci-policies-for-an-oracle-container-engine-for-kubernetes-cluster","gs/iam/iam-self-provisioned.html#configure-policies-for-a-self-provisioned-cluster","gs/iam/iam-ocid.html#user-configuration-and-ocids","gs/provision-mgmt-cluster.html#provision-a-management-cluster","gs/mgmt/mgmt-kind.html#provision-a-management-cluster-using--kind","gs/mgmt/mgmt-oke.html#provision-a-management-cluster-with-oracle-container-engine-for-kubernetes","gs/install-cluster-api.html#install-cluster-api-provider-for-oracle-cloud-infrastructure","gs/install-cluster-api.html#configure-authentication","gs/install-cluster-api.html#user-principal","gs/install-cluster-api.html#instance-principal","gs/install-cluster-api.html#initialize-management-cluster","gs/install-cluster-api.html#capoci-components","gs/create-workload-cluster.html#create-a-workload-cluster","gs/create-workload-cluster.html#workload-cluster-templates","gs/create-workload-cluster.html#workload-cluster-parameters","gs/create-workload-cluster.html#create-a-new-workload-cluster-on-virtual-instances-using-an-ubuntu-custom-image","gs/create-workload-cluster.html#create-a-new-workload-cluster-on-bare-metal-instances-using-an-ubuntu-custom-image","gs/create-workload-cluster.html#create-a-new-workload-cluster-on-virtual-instances-using-an-oracle-linux-custom-image","gs/create-workload-cluster.html#create-a-workload-cluster-in-an-alternative-region","gs/create-workload-cluster.html#access-workload-cluster-kubeconfig","gs/create-workload-cluster.html#install-a-cni-provider","gs/create-workload-cluster.html#install-oci-cloud-controller-manager-and-csi-in-a-self-provisioned-cluster","gs/create-mhc-workload-cluster.html#create-a-workload-cluster-with-machinehealthchecks-mhc","gs/create-mhc-workload-cluster.html#create-a-new-workload-cluster-with-mhc","gs/create-mhc-workload-cluster.html#add-mhc-to-existing-workload-cluster","gs/create-mhc-workload-cluster.html#add-control-plane-mhc","gs/create-mhc-workload-cluster.html#add-machine-mhc","gs/create-gpu-workload-cluster.html#create-a-gpu-workload-cluster","gs/create-gpu-workload-cluster.html#accessing-gpu-shapes","gs/create-gpu-workload-cluster.html#check-shape-availability","gs/create-gpu-workload-cluster.html#create-a-new-gpu-workload-cluster-an-ubuntu-custom-image","gs/create-gpu-workload-cluster.html#virtual-instances","gs/create-gpu-workload-cluster.html#bare-metal-instances","gs/create-gpu-workload-cluster.html#access-workload-cluster-kubeconfig","gs/create-gpu-workload-cluster.html#install-a-cni-provider-oci-cloud-controller-manager-and-csi-in-a-self-provisioned-cluster","gs/create-gpu-workload-cluster.html#install-nvidia-gpu-operator","gs/create-gpu-workload-cluster.html#test-gpu-on-worker-node","gs/create-gpu-workload-cluster.html#example-yaml-file","gs/create-windows-workload-cluster.html#create-a-windows-workload-cluster","gs/create-windows-workload-cluster.html#overview","gs/create-windows-workload-cluster.html#known-limitations","gs/create-windows-workload-cluster.html#licensing","gs/create-windows-workload-cluster.html#build-windows-image","gs/create-windows-workload-cluster.html#check-shape-availability","gs/create-windows-workload-cluster.html#create-a-new-windows-workload-cluster","gs/create-windows-workload-cluster.html#access-workload-cluster-kubeconfig","gs/create-windows-workload-cluster.html#install-calico-cni-provider-and-oci-cloud-controller-manager","gs/create-windows-workload-cluster.html#scheduling-windows-containers","gs/create-workload-templates.html#create-workload-templates-for-oracle-cloud-infrastructure","gs/create-workload-templates.html#creating-cluster-templates-configmaps","gs/externally-managed-cluster-infrastructure.html#externally-managed-cluster-infrastructure","gs/externally-managed-cluster-infrastructure.html#example-spec-for-externally-managed-vcn-infrastructure","gs/externally-managed-cluster-infrastructure.html#example-ocicluster-spec-with-external-infrastructure","gs/externally-managed-cluster-infrastructure.html#status","gs/install-oci-ccm.html#install-oracle-cloud-infrastructure-cloud-controller-manager","gs/install-oci-ccm.html#configure-authentication-via-instance-principal-recommended","gs/install-oci-ccm.html#install-ccm","gs/install-csi.html#install-csi","gs/install-csi.html#configure-authentication-via-instance-principal","gs/install-csi.html#install-csi-drivers","gs/install-csi.html#provision-pvcs","gs/pvc-bv.html#provision-a-pvc-on-the-block-volume-service","gs/pvc-bv.html#create-a-block-volume-dynamically-using-a-new-pvc","gs/pvc-fss.html#provision-a-pvc-on-the-file-storage-service","gs/pvc-fss.html#provision-pvcs-on-the-file-storage-service-fss","gs/pvc-fss.html#configure-the-vcn-and-create-an-fss","gs/pvc-fss.html#define-and-create-a-pv-backed-by-fss","gs/pvc-fss.html#define-and-create-a-pvc-provisioned-by-the-pv","gs/customize-worker-node.html#customizing-worker-nodes","gs/customize-worker-node.html#configure-user-managed-boot-volume-encryption","gs/customize-worker-node.html#configure-shielded-instances","gs/customize-worker-node.html#configure-confidential-instances","gs/customize-worker-node.html#configure-preemptible-instances","gs/customize-worker-node.html#configure-capacity-reservation","gs/customize-worker-node.html#configure-oracle-cloud-agent-plugins","gs/customize-worker-node.html#configure-burstable-instances","gs/multi-tenancy.html#multi-tenancy","gs/multi-tenancy.html#steps","gs/multi-tenancy.html#step-1---create-a-secret-with-user-principal-in-the-management-cluster","gs/multi-tenancy.html#step-2---edit-the-cluster-template-to-add-a-cluster-identity-section-and-point-the-ocicluster-to-the-cluster-identity","gs/multi-tenancy.html#allowednamespaces","gs/multi-tenancy.html#cluster-identity-using-instance-principals","gs/multi-tenancy.html#cluster-identity-using-workload-identity","gs/advanced.html#advanced-options","gs/advanced.html#disable-oci-client-initialization-on-startup","gs/advanced.html#setup-heterogeneous-cluster","gs/advanced.html#node-constraints","networking/networking.html#networking-guide","networking/infrastructure.html#default-network-infrastructure","networking/calico.html#using-calico","networking/calico.html#control-plane-endpoint-nsg","networking/calico.html#control-plane-endpoint-nsg-egress-rules","networking/calico.html#control-plane-endpoint-nsg-ingress-rules","networking/calico.html#control-plane-nsg","networking/calico.html#control-plane-nsg-egress-rules","networking/calico.html#worker-nsg","networking/calico.html#worker-nsg-egress-rules","networking/calico.html#worker-nsg-ingress-rules","networking/calico.html#service-load-balancers-nsg","networking/calico.html#service-load-balancers-nsg-egress-rules","networking/calico.html#service-load-balancers-nsg-ingress-rules","networking/antrea.html#using-antrea","networking/antrea.html#control-plane-endpoint-nsg","networking/antrea.html#control-plane-endpoint-nsg-egress-rules","networking/antrea.html#control-plane-endpoint-nsg-ingress-rules","networking/antrea.html#control-plane-nsg","networking/antrea.html#control-plane-nsg-egress-rules","networking/antrea.html#control-plane-nsg-ingress-rules","networking/antrea.html#worker-nsg","networking/antrea.html#worker-nsg-egress-rules","networking/antrea.html#worker-nsg-ingress-rules","networking/antrea.html#service-load-balancers-nsg","networking/antrea.html#service-load-balancers-nsg-egress-rules","networking/antrea.html#service-load-balancers-nsg-ingress-rules","networking/custom-networking.html#custom-networking","networking/custom-networking.html#example-spec-for-custom-cidr-range","networking/custom-networking.html#example-spec-to-modify-default-nsg-security-rules","networking/custom-networking.html#example-spec-to-use-security-lists-instead-of-network-security-groups","networking/custom-networking.html#example-spec-for-externally-managed-vcn-infrastructure","networking/custom-networking.html#example-spec-to-use-oci-load-balancer-as-api-server-load-balancer","networking/custom-networking.html#example-spec-to-use-custom-role","networking/custom-networking.html#example-spec-to-use-network-security-group-as-destination-in-security-rule","networking/private-cluster.html#using-private-clusters","networking/private-cluster.html#example-spec-for-private-cluster","networking/private-cluster.html#example-spec-for-vcn-peering-using-dynamic-routing-gateway-local","networking/private-cluster.html#example-spec-for-vcn-peering-using-dynamic-routing-gateway-remote","managed/managedcluster.html#managed-clusters-oke","managed/managedcluster.html#workload-cluster-parameters","managed/managedcluster.html#pre-requisites","managed/managedcluster.html#environment-variables","managed/managedcluster.html#oci-security-policies","managed/managedcluster.html#workload-cluster-templates","managed/managedcluster.html#supported-kubernetes-versions","managed/managedcluster.html#create-a-new-oke-cluster","managed/managedcluster.html#create-a-new-private-oke-cluster","managed/managedcluster.html#access-kubeconfig-of-an-oke-cluster","managed/managedcluster.html#step-1---identify-cluster-ocid","managed/managedcluster.html#step-2---access-kubeconfig","managed/virtual-nodes-and-enhanced-clusters.html#oke-enhanced-clusters-and-virtual-nodes","managed/virtual-nodes-and-enhanced-clusters.html#create-enhanced-cluster","managed/virtual-nodes-and-enhanced-clusters.html#create-virtual-node-pool","managed/self-managed-nodes.html#self-managed-nodes","managed/self-managed-nodes.html#self-managed-nodes-backed-by-capi-machine-deployment","managed/self-managed-nodes.html#self-managed-nodes-backed-by-oci-instance-pool","managed/boot-volume-expansion.html#increase-boot-volume","managed/boot-volume-expansion.html#increase-the-boot-volume-size-in-spec","managed/boot-volume-expansion.html#extend-the-root-partition","managed/networking.html#networking-customizations","managed/networking.html#use-a-pre-existing-vcn","managed/networking.html#use-flannel-as-cni","managed/features.html#features","managed/features.html#node-pool-cycling","managed/features.html#addons","reference/reference.html#reference","reference/api-reference.html#api-reference","reference/glossary.html#table-of-contents","reference/glossary.html#a","reference/glossary.html#ad","reference/glossary.html#c","reference/glossary.html#cni","reference/glossary.html#f","reference/glossary.html#fd","reference/glossary.html#i","reference/glossary.html#internet-gateway","reference/glossary.html#n","reference/glossary.html#nat-gateway","reference/glossary.html#nsg","reference/glossary.html#r","reference/glossary.html#region","reference/glossary.html#s","reference/glossary.html#service-gateway","reference/glossary.html#v","reference/glossary.html#vcn"],"index":{"documentStore":{"docInfo":{"0":{"body":11,"breadcrumbs":8,"title":7},"1":{"body":25,"breadcrumbs":5,"title":4},"10":{"body":74,"breadcrumbs":12,"title":9},"100":{"body":30,"breadcrumbs":9,"title":5},"101":{"body":0,"breadcrumbs":6,"title":2},"102":{"body":64,"breadcrumbs":9,"title":5},"103":{"body":173,"breadcrumbs":7,"title":3},"104":{"body":87,"breadcrumbs":6,"title":2},"105":{"body":9,"breadcrumbs":4,"title":2},"106":{"body":216,"breadcrumbs":8,"title":3},"107":{"body":14,"breadcrumbs":9,"title":2},"108":{"body":13,"breadcrumbs":11,"title":4},"109":{"body":21,"breadcrumbs":13,"title":6},"11":{"body":3,"breadcrumbs":9,"title":6},"110":{"body":19,"breadcrumbs":13,"title":6},"111":{"body":10,"breadcrumbs":10,"title":3},"112":{"body":148,"breadcrumbs":12,"title":5},"113":{"body":9,"breadcrumbs":9,"title":2},"114":{"body":16,"breadcrumbs":11,"title":4},"115":{"body":100,"breadcrumbs":11,"title":4},"116":{"body":11,"breadcrumbs":11,"title":4},"117":{"body":20,"breadcrumbs":13,"title":6},"118":{"body":17,"breadcrumbs":13,"title":6},"119":{"body":14,"breadcrumbs":9,"title":2},"12":{"body":3,"breadcrumbs":11,"title":8},"120":{"body":13,"breadcrumbs":11,"title":4},"121":{"body":21,"breadcrumbs":13,"title":6},"122":{"body":19,"breadcrumbs":13,"title":6},"123":{"body":10,"breadcrumbs":10,"title":3},"124":{"body":16,"breadcrumbs":12,"title":5},"125":{"body":121,"breadcrumbs":12,"title":5},"126":{"body":9,"breadcrumbs":9,"title":2},"127":{"body":16,"breadcrumbs":11,"title":4},"128":{"body":91,"breadcrumbs":11,"title":4},"129":{"body":11,"breadcrumbs":11,"title":4},"13":{"body":3,"breadcrumbs":9,"title":6},"130":{"body":20,"breadcrumbs":13,"title":6},"131":{"body":17,"breadcrumbs":13,"title":6},"132":{"body":65,"breadcrumbs":6,"title":2},"133":{"body":70,"breadcrumbs":9,"title":5},"134":{"body":264,"breadcrumbs":11,"title":7},"135":{"body":226,"breadcrumbs":13,"title":9},"136":{"body":11,"breadcrumbs":10,"title":6},"137":{"body":59,"breadcrumbs":14,"title":10},"138":{"body":78,"breadcrumbs":9,"title":5},"139":{"body":103,"breadcrumbs":13,"title":9},"14":{"body":62,"breadcrumbs":12,"title":9},"140":{"body":14,"breadcrumbs":7,"title":3},"141":{"body":89,"breadcrumbs":8,"title":4},"142":{"body":111,"breadcrumbs":13,"title":9},"143":{"body":100,"breadcrumbs":13,"title":9},"144":{"body":49,"breadcrumbs":6,"title":3},"145":{"body":137,"breadcrumbs":6,"title":3},"146":{"body":0,"breadcrumbs":5,"title":2},"147":{"body":18,"breadcrumbs":5,"title":2},"148":{"body":27,"breadcrumbs":6,"title":3},"149":{"body":35,"breadcrumbs":6,"title":3},"15":{"body":30,"breadcrumbs":10,"title":4},"150":{"body":7,"breadcrumbs":6,"title":3},"151":{"body":37,"breadcrumbs":7,"title":4},"152":{"body":47,"breadcrumbs":8,"title":5},"153":{"body":0,"breadcrumbs":7,"title":4},"154":{"body":20,"breadcrumbs":8,"title":5},"155":{"body":29,"breadcrumbs":7,"title":4},"156":{"body":46,"breadcrumbs":12,"title":5},"157":{"body":16,"breadcrumbs":10,"title":3},"158":{"body":24,"breadcrumbs":11,"title":4},"159":{"body":52,"breadcrumbs":9,"title":3},"16":{"body":15,"breadcrumbs":9,"title":3},"160":{"body":98,"breadcrumbs":13,"title":7},"161":{"body":83,"breadcrumbs":13,"title":7},"162":{"body":16,"breadcrumbs":9,"title":3},"163":{"body":14,"breadcrumbs":11,"title":5},"164":{"body":81,"breadcrumbs":9,"title":3},"165":{"body":0,"breadcrumbs":7,"title":2},"166":{"body":98,"breadcrumbs":9,"title":4},"167":{"body":24,"breadcrumbs":8,"title":3},"168":{"body":13,"breadcrumbs":5,"title":1},"169":{"body":37,"breadcrumbs":7,"title":3},"17":{"body":12,"breadcrumbs":8,"title":3},"170":{"body":30,"breadcrumbs":5,"title":1},"171":{"body":9,"breadcrumbs":2,"title":1},"172":{"body":9,"breadcrumbs":5,"title":2},"173":{"body":13,"breadcrumbs":4,"title":2},"174":{"body":0,"breadcrumbs":2,"title":0},"175":{"body":23,"breadcrumbs":3,"title":1},"176":{"body":0,"breadcrumbs":3,"title":1},"177":{"body":22,"breadcrumbs":3,"title":1},"178":{"body":0,"breadcrumbs":3,"title":1},"179":{"body":19,"breadcrumbs":3,"title":1},"18":{"body":106,"breadcrumbs":17,"title":8},"180":{"body":0,"breadcrumbs":2,"title":0},"181":{"body":21,"breadcrumbs":4,"title":2},"182":{"body":0,"breadcrumbs":3,"title":1},"183":{"body":28,"breadcrumbs":4,"title":2},"184":{"body":39,"breadcrumbs":3,"title":1},"185":{"body":0,"breadcrumbs":3,"title":1},"186":{"body":26,"breadcrumbs":3,"title":1},"187":{"body":0,"breadcrumbs":3,"title":1},"188":{"body":42,"breadcrumbs":4,"title":2},"189":{"body":0,"breadcrumbs":3,"title":1},"19":{"body":100,"breadcrumbs":15,"title":5},"190":{"body":16,"breadcrumbs":3,"title":1},"2":{"body":20,"breadcrumbs":2,"title":1},"20":{"body":42,"breadcrumbs":11,"title":3},"21":{"body":50,"breadcrumbs":8,"title":3},"22":{"body":13,"breadcrumbs":14,"title":5},"23":{"body":100,"breadcrumbs":16,"title":7},"24":{"body":14,"breadcrumbs":15,"title":7},"25":{"body":17,"breadcrumbs":10,"title":2},"26":{"body":99,"breadcrumbs":10,"title":2},"27":{"body":84,"breadcrumbs":10,"title":2},"28":{"body":24,"breadcrumbs":11,"title":3},"29":{"body":71,"breadcrumbs":10,"title":2},"3":{"body":27,"breadcrumbs":3,"title":2},"30":{"body":0,"breadcrumbs":8,"title":3},"31":{"body":30,"breadcrumbs":8,"title":3},"32":{"body":214,"breadcrumbs":8,"title":3},"33":{"body":44,"breadcrumbs":15,"title":10},"34":{"body":59,"breadcrumbs":16,"title":11},"35":{"body":24,"breadcrumbs":16,"title":11},"36":{"body":144,"breadcrumbs":10,"title":5},"37":{"body":24,"breadcrumbs":9,"title":4},"38":{"body":70,"breadcrumbs":8,"title":3},"39":{"body":14,"breadcrumbs":14,"title":9},"4":{"body":18,"breadcrumbs":3,"title":2},"40":{"body":14,"breadcrumbs":11,"title":5},"41":{"body":67,"breadcrumbs":11,"title":5},"42":{"body":49,"breadcrumbs":11,"title":5},"43":{"body":129,"breadcrumbs":10,"title":4},"44":{"body":125,"breadcrumbs":9,"title":3},"45":{"body":0,"breadcrumbs":13,"title":4},"46":{"body":20,"breadcrumbs":12,"title":3},"47":{"body":87,"breadcrumbs":12,"title":3},"48":{"body":85,"breadcrumbs":17,"title":8},"49":{"body":68,"breadcrumbs":11,"title":2},"5":{"body":12,"breadcrumbs":4,"title":3},"50":{"body":75,"breadcrumbs":12,"title":3},"51":{"body":24,"breadcrumbs":13,"title":4},"52":{"body":15,"breadcrumbs":20,"title":11},"53":{"body":56,"breadcrumbs":13,"title":4},"54":{"body":92,"breadcrumbs":13,"title":4},"55":{"body":282,"breadcrumbs":12,"title":3},"56":{"body":0,"breadcrumbs":13,"title":4},"57":{"body":42,"breadcrumbs":10,"title":1},"58":{"body":52,"breadcrumbs":11,"title":2},"59":{"body":13,"breadcrumbs":10,"title":1},"6":{"body":10,"breadcrumbs":3,"title":2},"60":{"body":35,"breadcrumbs":12,"title":3},"61":{"body":95,"breadcrumbs":12,"title":3},"62":{"body":101,"breadcrumbs":14,"title":5},"63":{"body":24,"breadcrumbs":13,"title":4},"64":{"body":227,"breadcrumbs":17,"title":8},"65":{"body":20,"breadcrumbs":12,"title":3},"66":{"body":10,"breadcrumbs":11,"title":6},"67":{"body":88,"breadcrumbs":9,"title":4},"68":{"body":39,"breadcrumbs":10,"title":4},"69":{"body":131,"breadcrumbs":12,"title":6},"7":{"body":0,"breadcrumbs":2,"title":1},"70":{"body":132,"breadcrumbs":11,"title":5},"71":{"body":147,"breadcrumbs":7,"title":1},"72":{"body":17,"breadcrumbs":16,"title":7},"73":{"body":123,"breadcrumbs":15,"title":6},"74":{"body":105,"breadcrumbs":11,"title":2},"75":{"body":48,"breadcrumbs":9,"title":2},"76":{"body":94,"breadcrumbs":12,"title":5},"77":{"body":173,"breadcrumbs":10,"title":3},"78":{"body":18,"breadcrumbs":9,"title":2},"79":{"body":17,"breadcrumbs":17,"title":5},"8":{"body":20,"breadcrumbs":2,"title":1},"80":{"body":187,"breadcrumbs":19,"title":7},"81":{"body":15,"breadcrumbs":17,"title":5},"82":{"body":21,"breadcrumbs":18,"title":6},"83":{"body":30,"breadcrumbs":16,"title":4},"84":{"body":74,"breadcrumbs":17,"title":5},"85":{"body":44,"breadcrumbs":17,"title":5},"86":{"body":0,"breadcrumbs":8,"title":3},"87":{"body":24,"breadcrumbs":11,"title":6},"88":{"body":40,"breadcrumbs":8,"title":3},"89":{"body":36,"breadcrumbs":8,"title":3},"9":{"body":17,"breadcrumbs":4,"title":2},"90":{"body":19,"breadcrumbs":8,"title":3},"91":{"body":19,"breadcrumbs":8,"title":3},"92":{"body":28,"breadcrumbs":10,"title":5},"93":{"body":43,"breadcrumbs":8,"title":3},"94":{"body":30,"breadcrumbs":6,"title":2},"95":{"body":0,"breadcrumbs":5,"title":1},"96":{"body":61,"breadcrumbs":12,"title":8},"97":{"body":51,"breadcrumbs":17,"title":13},"98":{"body":39,"breadcrumbs":5,"title":1},"99":{"body":25,"breadcrumbs":9,"title":5}},"docs":{"0":{"body":"Go Report Card Kubernetes-native declarative infrastructure for Oracle Cloud Infrastructure (OCI).","breadcrumbs":"Introduction » Kubernetes Cluster API Provider for Oracle Cloud Infrastructure","id":"0","title":"Kubernetes Cluster API Provider for Oracle Cloud Infrastructure"},"1":{"body":"The Cluster API Provider for OCI (CAPOCI) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. The API itself is shared across multiple cloud providers allowing for true hybrid deployments of Kubernetes.","breadcrumbs":"Introduction » What is the Cluster API Provider for OCI","id":"1","title":"What is the Cluster API Provider for OCI"},"10":{"body":"Before deploying the Cluster API Provider for Oracle Cloud Infrastructure (CAPOCI), you must first configure the required Identity and Access Management (IAM) policies: CAPOCI Installation Process The following deployment options are available: Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure Setting up a non-production management cluster Setting up a management cluster using an initial bootstrap cluster Setting up a management cluster using OKE Setting up a management cluster using a 3rd party Kubernetes cluster The following workflow diagrams provide a high-level overview of each deployment method described above:","breadcrumbs":"Getting Started » Overview » Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure","id":"10","title":"Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure"},"100":{"body":"Cluster Identity supports Workload access to OCI resources also knows as Workload Identity. The example OCIClusterIdentity spec shown below uses Workload Identity. ---\nkind: OCIClusterIdentity\nmetadata: name: cluster-identity namespace: default\nspec: type: Workload allowedNamespaces: {}","breadcrumbs":"Getting Started » Multi Tenancy » Cluster Identity using Workload Identity","id":"100","title":"Cluster Identity using Workload Identity"},"101":{"body":"","breadcrumbs":"Getting Started » Advanced Options » Advanced Options","id":"101","title":"Advanced Options"},"102":{"body":"CAPOCI supports setting OCI principals at cluster level , hence CAPOCI can be installed without providing OCI user credentials. The following environment variable need to be exported to install CAPOCI without providing any OCI credentials. export INIT_OCI_CLIENTS_ON_STARTUP=false If the above setting is used, and Cluster Identity is not used, the OCICluster will go into error state, and the following error will show up in the CAPOCI pod logs. OCI authentication credentials could not be retrieved from pod or cluster level,please install Cluster API Provider for OCI with OCI authentication credentials or set Cluster Identity in the OCICluster","breadcrumbs":"Getting Started » Advanced Options » Disable OCI Client initialization on startup","id":"102","title":"Disable OCI Client initialization on startup"},"103":{"body":"This section assumes you have setup a Windows workload cluster . To add Linux nodes to the existing Windows workload cluster use the following YAML as a guide to provision just the new Linux machines. Create a file and call it cluster-template-windows-calico-heterogeneous.yaml. Then add the following: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1\nkind: OCIMachineTemplate\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: template: spec: imageId: \"${OCI_IMAGE_ID}\" compartmentId: \"${OCI_COMPARTMENT_ID}\" shape: \"${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"${OCI_NODE_MACHINE_TYPE_OCPUS=1}\" metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}\n---\napiVersion: bootstrap.cluster.x-k8s.io/v1alpha4\nkind: KubeadmConfigTemplate\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: template: spec: joinConfiguration: nodeRegistration: kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }}\n---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineDeployment\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: ${NODE_MACHINE_COUNT} selector: matchLabels: template: spec: clusterName: \"${CLUSTER_NAME}\" version: \"${KUBERNETES_VERSION}\" bootstrap: configRef: name: \"${CLUSTER_NAME}-md-0\" apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate infrastructureRef: name: \"${CLUSTER_NAME}-md-0\" apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: OCIMachineTemplate Then apply the template OCI_IMAGE_ID= \\\nOCI_NODE_IMAGE_ID= \\\nOCI_COMPARTMENT_ID= \\\nNODE_MACHINE_COUNT=2 \\\nOCI_NODE_MACHINE_TYPE= \\\nOCI_NODE_MACHINE_TYPE_OCPUS=4 \\\nOCI_SSH_KEY=\"\" \\\nclusterctl generate cluster --kubernetes-version \\\n--target-namespace default \\\n--from cluster-template-windows-calico-heterogeneous.yaml | kubectl apply -f - After a few minutes the instances will come up and the CNI will be installed.","breadcrumbs":"Getting Started » Advanced Options » Setup heterogeneous cluster","id":"103","title":"Setup heterogeneous cluster"},"104":{"body":"All future deployments make sure to setup node constraints using something like nodeselctor . Example: Windows Linux nodeSelector: kubernetes.io/os: windows nodeSelector:kubernetes.io/os: linux nodeSelector examples - click to expand Linux nginx deployment example: apiVersion: apps/v1\nkind: Deployment\nmetadata: name: my-nginx-linux\nspec: selector: matchLabels: run: my-nginx-linux replicas: 2 template: metadata: labels: run: my-nginx-linux spec: nodeSelector: kubernetes.io/os: linux containers: - args: - /bin/sh - -c - sleep 3600 name: nginx image: nginx:latest For a Windows deployment example see the Kubernetes Getting Started: Deploying a Windows workload documentation Without doing this it is possible that the Kubernetes scheduler will try to deploy your Windows pods onto a Linux worker, or vice versa.","breadcrumbs":"Getting Started » Advanced Options » Node constraints","id":"104","title":"Node constraints"},"105":{"body":"This section contains information about the networking aspects of Cluster API Provider OCI.","breadcrumbs":"Networking Guide » Networking Guide","id":"105","title":"Networking Guide"},"106":{"body":"The diagram below depicts the networking architecture for a public workload cluster created in a region such as US West (Phoenix) . Networking Architecture - Workload Cluster Each workload cluster requires an OCI Virtual Cloud Network (VCN) which houses all the resources created for the workload cluster. The default VCN has the following resources: Gateways: An Internet Gateway A NAT Gateway A Service Gateway Route Tables: A route table for public subnets which will route stateful traffic to and from the Internet Gateway A route table for private subnets which will route stateful traffic to and from the NAT and Service Gateways Subnets: A public Control plane endpoint subnet which houses an OCI Load Balancer. The load balancer acts as a reverse proxy for the Kubernetes API Server. A private Control plane subnet which houses the Control plane nodes. The Control plane nodes run the Kubernetes Control plane components such as the API Server and the Control plane pods. A public subnet which houses the service load balancers. A private subnet which houses the worker nodes. Network Security Groups (NSG): An NSG for the Control plane endpoint (Control plane Endpoint NSG) An NSG for the Kubernetes Control plane nodes (Control plane NSG) An NSG for the service load balancers (Worker NSG) An NSG for the Kubernetes worker nodes (Service Load Balancers NSG) The sections below list the security rules required for the NSGs in each of the following CNI providers: Using Calico Using Antrea Currently, the following providers have been tested and verified to work: CNI CNI Version Kubernetes Version CAPOCI Version Calico 3.21 1.20.10 0.1 Antrea 1.20.10 0.1 If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list. Your PR for your tested CNI provider should include the following: CNI provider version tested Documentation of NSG rules required A YAML template for your tested provider. See the Antrea template as an example.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Default Network Infrastructure","id":"106","title":"Default Network Infrastructure"},"107":{"body":"This section lists the security rules that must be implemented in the network security groups (NSGs) in order to use Calico as a CNI provider.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Using Calico","id":"107","title":"Using Calico"},"108":{"body":"The control plane endpoint NSG will be attached to the OCI load balancer. The egress and ingress rules are listed below.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane endpoint NSG","id":"108","title":"Control plane endpoint NSG"},"109":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 10.0.0.0/29 6443 TCP Allow HTTPS traffic to Control plane for Kubernetes API server access","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane endpoint NSG egress rules","id":"109","title":"Control plane endpoint NSG egress rules"},"11":{"body":"CAPOCI Installation Process","breadcrumbs":"Getting Started » Overview » Setting up a non-production management cluster","id":"11","title":"Setting up a non-production management cluster"},"110":{"body":"Source Type Source Destination Port Protocol Description CIDR block 0.0.0.0/0 6443 TCP Allow public access to endpoint OCI load balancer","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane endpoint NSG ingress rules","id":"110","title":"Control plane endpoint NSG ingress rules"},"111":{"body":"The OCI compute instances running the Kubernetes control plane components will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane NSG","id":"111","title":"Control plane NSG"},"112":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 0.0.0.0/0 All ALL Control plane access to Internet to pull images Ingress Rules Source Type Source Destination Port Protocol Description CIDR block 10.0.0.8/29 6443 TCP Kubernetes API endpoint to Kubernetes control plane communication CIDR block 10.0.0.0/29 6443 TCP Control plane to control plane (API server port) communication CIDR block 10.0.64.0/20 6443 TCP Worker Node to Kubernetes control plane (API Server) communication CIDR block 10.0.0.0/29 10250 TCP Control Plane to Control Plane Kubelet Communication CIDR block 10.0.0.0/29 2379 TCP etcd client communication CIDR block 10.0.0.0/29 2380 TCP etcd peer communication CIDR block 10.0.0.0/29 179 TCP Calico networking (BGP) CIDR block 10.0.64.0/20 179 TCP Calico networking (BGP) CIDR block 10.0.0.0/29 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.64.0/20 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.0.0/16 ICMP Type 3, Code 4 MTU Path discovery CIDR block 0.0.0.0/0 22 TCP Inbound SSH traffic to control plane nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane NSG egress rules","id":"112","title":"Control plane NSG egress rules"},"113":{"body":"The OCI compute instances which running as Kubernetes worker nodes will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Worker NSG","id":"113","title":"Worker NSG"},"114":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 0.0.0.0/0 All All Worker node access to Internet to pull images","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Worker NSG egress rules","id":"114","title":"Worker NSG egress rules"},"115":{"body":"Source Type Source Destination Port Protocol Description CIDR block 10.0.0.32/27 32000-32767 TCP Allow incoming traffic from service load balancers (NodePort Communication) CIDR block 10.0.0.0/29 10250 TCP Control plane to worker node (Kubelet Communication) CIDR block 10.0.64.0/20 10250 TCP Worker nodes to worker node (Kubelet Communication) CIDR block 10.0.0.0/29 179 TCP Calico networking (BGP) CIDR block 10.0.64.0/20 179 TCP Calico networking (BGP) CIDR block 10.0.0.0/29 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.64.0/20 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.0.0/16 ICMP Type 3, Code 4 MTU Path discovery CIDR block 0.0.0.0/0 22 TCP Inbound SSH traffic to worker nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Worker NSG ingress rules","id":"115","title":"Worker NSG ingress rules"},"116":{"body":"OCI load balancers created as part of Kubernetes services of type LoadBalancer will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Service Load Balancers NSG","id":"116","title":"Service Load Balancers NSG"},"117":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 10.0.64.0/20 32000-32767 TCP Allow access to NodePort services from Service Load balancers","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Service Load Balancers NSG egress rules","id":"117","title":"Service Load Balancers NSG egress rules"},"118":{"body":"Source Type Source Destination Port Protocol Description CIDR block 0.0.0.0/0 80, 443 TCP Allow incoming traffic to services","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Service Load Balancers NSG ingress rules","id":"118","title":"Service Load Balancers NSG ingress rules"},"119":{"body":"This section lists the security rules that must be implemented in the Network Security Groups (NSGs) in order to use Antrea as a CNI provider.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Using Antrea","id":"119","title":"Using Antrea"},"12":{"body":"CAPOCI Installation Process","breadcrumbs":"Getting Started » Overview » Setting up a management cluster using an initial bootstrap cluster","id":"12","title":"Setting up a management cluster using an initial bootstrap cluster"},"120":{"body":"The Control plane Endpoint NSG will be attached to the OCI Load Balancer. The egress and ingress rules are listed below.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane endpoint NSG","id":"120","title":"Control plane endpoint NSG"},"121":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 10.0.0.0/29 6443 TCP Allow HTTPS Traffic to Control plane for Kubernetes API Server access","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane endpoint NSG egress rules","id":"121","title":"Control plane endpoint NSG egress rules"},"122":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 0.0.0.0/0 6443 TCP Allow public access to endpoint OCI Load Balancer","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane endpoint NSG ingress rules","id":"122","title":"Control plane endpoint NSG ingress rules"},"123":{"body":"The OCI Compute instances running the Kubernetes Control plane components will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane NSG","id":"123","title":"Control plane NSG"},"124":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 0.0.0.0/0 All ALL Control plane access to Internet to pull images","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane NSG egress rules","id":"124","title":"Control plane NSG egress rules"},"125":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 10.0.0.8/29 6443 TCP Kubernetes API endpoint to Kubernetes Control plane communication CIDR Block 10.0.0.0/29 6443 TCP Control plane to Control plane (API Server port) communication CIDR Block 10.0.64.0/20 6443 TCP Worker Node to Kubernetes Control plane (API Server port)communication CIDR block 10.0.0.0/29 10250 TCP Control Plane to Control Plane Kubelet Communication CIDR Block 10.0.0.0/29 2379 TCP etcd client communication CIDR Block 10.0.0.0/29 2380 TCP etcd peer communication CIDR Block 10.0.0.0/29 10349 TCP Antrea Service CIDR Block 10.0.64.0/20 10349 TCP Antrea Service CIDR Block 10.0.0.0/29 6081 UDP Geneve Service CIDR Block 10.0.64.0/20 6081 UDP Geneve Service CIDR Block 10.0.0.0/16 ICMP Type 3, Code 4 Path discovery CIDR Block 0.0.0.0/0 22 TCP Inbound SSH traffic to Control plane nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane NSG ingress rules","id":"125","title":"Control plane NSG ingress rules"},"126":{"body":"The OCI Compute instances which running as Kubernetes worker nodes will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Worker NSG","id":"126","title":"Worker NSG"},"127":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 0.0.0.0/0 All All Worker Nodes access to Internet to pull images","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Worker NSG egress rules","id":"127","title":"Worker NSG egress rules"},"128":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 10.0.0.32/27 32000-32767 TCP Allow incoming traffic from service load balancers (NodePort Communication) CIDR Block 10.0.0.0/29 10250 TCP Control plane to worker node (Kubelet Communication) CIDR Block 10.0.64.0/20 10250 TCP Worker nodes to worker node (Kubelet Communication) CIDR Block 10.0.0.0/29 10349 TCP Antrea Service CIDR Block 10.0.64.0/20 10349 TCP Antrea Service CIDR Block 10.0.0.0/29 6081 UDP Geneve Service CIDR Block 10.0.64.0/20 6081 UDP Geneve Service CIDR Block 10.0.0.0/16 ICMP Type 3, Code 4 Path discovery CIDR Block 0.0.0.0/0 22 TCP Inbound SSH traffic to worker nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Worker NSG ingress rules","id":"128","title":"Worker NSG ingress rules"},"129":{"body":"OCI load balancers created as part of Kubernetes Services of type LoadBalancer will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Service load balancers NSG","id":"129","title":"Service load balancers NSG"},"13":{"body":"CAPOCI Installation Process","breadcrumbs":"Getting Started » Overview » Setting up a management cluster using OKE","id":"13","title":"Setting up a management cluster using OKE"},"130":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 10.0.64.0/20 32000-32767 TCP Allow access to NodePort services from Service Load balancers","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Service load balancers NSG egress rules","id":"130","title":"Service load balancers NSG egress rules"},"131":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 0.0.0.0/0 80, 443 TCP Allow incoming traffic to services","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Service load balancers NSG ingress rules","id":"131","title":"Service load balancers NSG ingress rules"},"132":{"body":"The default networking can be modified to achieve the following: your own CIDR range for VCN. This is useful if you want to perform peering with another VCN or another cloud provider and you need to avoid IP Overlapping your own custom security rules using NSGs . This is useful if you want to use your own CNI provider and it has a different security posture than the default your own custom security rules using network security lists change the masks and name of your different subnets. This is useful to either expand or constrain the size of your subnets as well as to use your own preferred naming convention The OCICluster spec in the cluster templates can be modified to customize the network spec.","breadcrumbs":"Networking Guide » Custom Networking » Custom networking","id":"132","title":"Custom networking"},"133":{"body":"The spec below shows how to change the CIDR range of the VCN from the default 10.0.0.0/16 to 172.16.0.0/16. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} cidr: \"172.16.0.0/16\" subnets: - name: ep-subnet role: control-plane-endpoint type: public cidr: \"172.16.0.0/28\" - name: cp-mc-subnet role: control-plane type: private cidr: \"172.16.5.0/28\" - name: worker-subnet role: worker type: private cidr: \"172.16.10.0/24\" - name: svc-lb-subnet role: service-lb type: public cidr: \"172.16.20.0/24\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec for custom CIDR range","id":"133","title":"Example spec for custom CIDR range"},"134":{"body":"The spec below shows how to change the default NSG rules. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} cidr: \"172.16.0.0/16\" networkSecurityGroup: list: - name: ep-nsg role: control-plane-endpoint egressRules: - egressRule: isStateless: false destination: \"172.16.5.0/28\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443 ingressRules: - ingressRule: isStateless: false source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"External access to Kubernetes API endpoint\" tcpOptions: destinationPortRange: max: 6443 min: 6443 - ingressRule: isStateless: false source: \"172.16.5.0/28\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"Control plane worker nodes to API Server endpoint\" - ingressRule: isStateless: false source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: cp-mc-nsg role: control-plane egressRules: - egressRule: isStateless: false destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"control plane machine access to internet\" ingressRules: - ingressRule: isStateless: false source: \"172.16.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - ingressRule: isStateless: false source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: worker-nsg role: worker egressRules: - egressRule: isStateless: false destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"Worker Nodes access to Internet\" ingressRules: - ingressRule: isStateless: false source: \"172.16.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - name: service-lb-nsg role: service-lb ingressRules: - ingressRule: isStateless: false source: \"172.16.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow ingress from vcn subnets\" subnets: - name: ep-subnet role: control-plane-endpoint type: public cidr: \"172.16.0.0/28\" - name: cp-mc-subnet role: control-plane type: private cidr: \"172.16.5.0/28\" - name: worker-subnet role: worker type: private cidr: \"172.16.10.0/24\" - name: svc-lb-subnet role: service-lb type: public cidr: \"172.16.20.0/24\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec to modify default NSG security rules","id":"134","title":"Example spec to modify default NSG security rules"},"135":{"body":"The spec below shows how to implement the security posture using security lists instead of NSGs. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} subnets: - name: ep-subnet role: control-plane-endpoint type: public securityList: name: ep-seclist egressRules: - destination: \"10.0.0.0/29\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443 ingressRules: - source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"External access to Kubernetes API endpoint\" tcpOptions: destinationPortRange: max: 6443 min: 6443 - source: \"10.0.0.0/29\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"Control plane worker nodes to API Server endpoint\" - source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: cp-mc-subnet role: control-plane type: private securityList: name: cp-mc-seclist egressRules: - destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"control plane machine access to internet\" ingressRules: - source: \"10.0.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: worker-subnet role: worker type: private securityList: name: node-seclist egressRules: - destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"Worker Nodes access to Internet\" ingressRules: - source: \"10.0.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - name: svc-lb-subnet role: service-lb type: public securityList: name: service-lb-seclist ingressRules: - source: \"10.0.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow ingress from vcn subnets\" Related documentation: comparison of Security Lists and Network Security Groups","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use Security Lists instead of Network Security Groups","id":"135","title":"Example spec to use Security Lists instead of Network Security Groups"},"136":{"body":"Info See externally managed infrastructure for how to create a cluster using existing VCN infrastructure.","breadcrumbs":"Networking Guide » Custom Networking » Example spec for externally managed VCN infrastructure","id":"136","title":"Example spec for externally managed VCN infrastructure"},"137":{"body":"By default, CAPOCI uses OCI Network Load Balancer as API Server load balancer. The load balancer front-ends control plane hosts to provide high availability access to Kubernetes API. The following spec can be used to use OCI Load Balancer as the API Server load balancer. The change from the default spec is to set loadBalancerType field to \"lb\" in the OCICluster resource. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: apiServerLoadBalancer: loadBalancerType: \"lb\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use OCI Load Balancer as API Server load balancer","id":"137","title":"Example spec to use OCI Load Balancer as API Server load balancer"},"138":{"body":"CAPOCI can be used to create Subnet/NSG in the VCN for custom workloads such as private load balancers, dedicated subnet for DB connection etc. The roles for such custom subnest must be defined as custom. The following spec shows an example for this scenario. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} subnets: - name: db role: custom type: public cidr: \"172.16.5.0/28\" networkSecurityGroup: list: - name: db role: custom egressRules: - egressRule: isStateless: false destination: \"172.16.5.0/28\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use custom role","id":"138","title":"Example spec to use custom role"},"139":{"body":"The spec below shows how to specify a Network Security Group as a destination in security rule. The Network Security Group name is mentioned in the destination field in the below example. All the required Network Security Groups must be defined in the template, CAPOCI will not lookup Network Security Group from the VCN. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} cidr: \"172.16.0.0/16\" networkSecurityGroup: list: - name: ep-nsg role: control-plane-endpoint egressRules: - egressRule: isStateless: false destination: \"cp-mc-nsg\" protocol: \"6\" destinationType: \"NETWORK_SECURITY_GROUP\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443 - name: cp-mc-nsg role: control-plane egressRules: - egressRule: isStateless: false destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"control plane machine access to internet\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use Network Security Group as destination in security rule","id":"139","title":"Example spec to use Network Security Group as destination in security rule"},"14":{"body":"CAPOCI Installation Process Complete the following steps in order to install and use CAPOCI: Choose your management cluster. You can use kind , OKE or any other compliant Kubernetes clusters. Prepare custom machine images Configure users and policies for the management cluster if required Provision a management cluster . You can use kind , OKE or any other compliant Kubernetes clusters. Install the necessary tools: OCI CLI clusterctl kubectl Configure IAM for the workload cluster . Install Kubernetes Cluster API for Oracle Cloud Infrastructure (CAPOCI) in the management cluster . Create a workload cluster .","breadcrumbs":"Getting Started » Overview » Setting up a management cluster using a 3rd party Kubernetes cluster","id":"14","title":"Setting up a management cluster using a 3rd party Kubernetes cluster"},"140":{"body":"Note: This section has to be used only if the CAPOCI manages the workload cluster VCN. If externally managed VCN is used, this section is not applicable.","breadcrumbs":"Networking Guide » Private Cluster » Using private clusters","id":"140","title":"Using private clusters"},"141":{"body":"CAPOCI supports private clusters where the Kubernetes API Server Endpoint is a private IP Address and is accessible only within the VCN or peered VCNs. In order to use private clusters, the control plane endpoint subnet has to be marked as private. An example spec is given below. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: subnets: - cidr: 10.1.0.8/29 name: control-plane-endpoint role: control-plane-endpoint type: private - cidr: 10.1.0.0/29 name: control-plane role: control-plane type: private - cidr: 10.1.0.32/27 name: service-lb role: service-lb type: public - cidr: 10.1.64.0/20 name: worker role: worker type: private","breadcrumbs":"Networking Guide » Private Cluster » Example Spec for private cluster","id":"141","title":"Example Spec for private cluster"},"142":{"body":"While using private clusters, the management cluster needs to talk to the workload cluster. If the management cluster and workload cluster are in separate VCN, the VCN peering can be used to connect the management and workload cluster VCNS. CAPOCI supports peering of the workload cluster VCN with another VCN in the same region using Dynamic Routing Gateway . In case of local VCN peering, a DRG OCID has to be provided and CAPOCI will attach the workload cluster VCN to the provided DRG. The recommendation is to attach the management cluster VCN also to the same DRG so that the VCNs are peered to each other. For more details see Local VCN Peering using Local Peering Gateways . An example template for this cluster-template-local-vcn-peering.yaml can be found in the Assets section under the CAPOCI release page . In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters explained in the Workload Cluster Parameters table . Parameter Default Value Description DRG_ID OCID of the DRG to which the worklaod cluster will be attached.","breadcrumbs":"Networking Guide » Private Cluster » Example spec for VCN Peering using Dynamic Routing Gateway (Local)","id":"142","title":"Example spec for VCN Peering using Dynamic Routing Gateway (Local)"},"143":{"body":"If the management cluster and workload cluster are in different OCI regions, then DRG can still be used. In this case, in addition to VCN attachment, Remote Peering Connection (RPC) has to be used. In case of remote VCN peering, a DRG will be created by CAPOCI, and the workload cluster VCN will be attached to the DRG. In addition, a remote DRG has to be provided. CAPOCI will create RPC in the local and remote VCN and connection will be established between the RPCs. An example template for this cluster-template-remote-vcn-peering.yaml can be found in the Assets section under the CAPOCI release page . In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters explained in the Workload Cluster Parameters table . Typically, the peer DRG refers to the DRG to which the management cluster VCN is attached. Parameter Default Value Description PEER_DRG_ID OCID of the peer DRG to which the local DRG will be peered. PEER_REGION_NAME The region to which the peer DRG belongs.","breadcrumbs":"Networking Guide » Private Cluster » Example spec for VCN Peering using Dynamic Routing Gateway (Remote)","id":"143","title":"Example spec for VCN Peering using Dynamic Routing Gateway (Remote)"},"144":{"body":"Feature status: As of CAPOCI v0.12.0, OKE has been moved out of experimental mode with self managed nodes. Virtual Node Pool and Mnagaed Node Pool are still experimental due to underlying CAPI dependencies. Feature gate: MachinePool=true Cluster API Provider for OCI (CAPOCI) experimentally supports managing OCI Container Engine for Kubernetes (OKE) clusters. CAPOCI implements this with three custom resources: OCIManagedControlPlane OCIManagedCluster OCIManagedMachinePool","breadcrumbs":"Managed Clusters (OKE) » Managed Clusters (OKE)","id":"144","title":"Managed Clusters (OKE)"},"145":{"body":"The following Oracle Cloud Infrastructure (OCI) configuration parameters are available when creating a managed workload cluster on OCI using one of our predefined templates: Parameter Mandatory Default Value Description OCI_COMPARTMENT_ID Yes The OCID of the compartment in which to create the required compute, storage and network resources. OCI_MANAGED_NODE_IMAGE_ID No \"\" The OCID of the image for the Kubernetes worker nodes. Please read the doc for more details. If no value is specified, a default Oracle Linux OKE platform image is looked up and used OCI_MANAGED_NODE_SHAPE No VM.Standard.E4.Flex The shape of the Kubernetes worker nodes. OCI_MANAGED_NODE_MACHINE_TYPE_OCPUS No 1 The number of OCPUs allocated to the worker node instance. OCI_SSH_KEY Yes The public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures. Note: In production use-case, the node pool image id must be provided explicitly and the default lookup mechanism must not be used. The following Cluster API parameters are also available: Parameter Default Value Description CLUSTER_NAME The name of the workload cluster to create. KUBERNETES_VERSION The Kubernetes version installed on the workload cluster nodes. If this environement variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file NAMESPACE The namespace for the workload cluster. If not specified, the current namespace is used. NODE_MACHINE_COUNT The number of machines in the OKE nodepool.","breadcrumbs":"Managed Clusters (OKE) » Workload Cluster Parameters","id":"145","title":"Workload Cluster Parameters"},"146":{"body":"","breadcrumbs":"Managed Clusters (OKE) » Pre-Requisites","id":"146","title":"Pre-Requisites"},"147":{"body":"Managed clusters also require the following feature flags set as environment variables before installing CAPI and CAPOCI components using clusterctl . export EXP_MACHINE_POOL=true","breadcrumbs":"Managed Clusters (OKE) » Environment Variables","id":"147","title":"Environment Variables"},"148":{"body":"Please read the doc and add the necessary policies required for the user group. Please add the policies for dynamic groups if instance principal is being used as authentication mechanism. Please read the doc to know more about authentication mechanisms.","breadcrumbs":"Managed Clusters (OKE) » OCI Security Policies","id":"148","title":"OCI Security Policies"},"149":{"body":"Choose one of the available templates to create your workload clusters from the latest released artifacts . The managed cluster templates is of the form cluster-template-managed-.yaml . The default managed template is cluster-template-managed.yaml. Please note that the templates provided are to be considered as references and can be customized further as the CAPOCI API Reference .","breadcrumbs":"Managed Clusters (OKE) » Workload Cluster Templates","id":"149","title":"Workload Cluster Templates"},"15":{"body":"An image is a template of a virtual hard drive. It determines the operating system and other software for a compute instance. In order to use CAPOCI, you must prepare one or more custom images which have all the necessary Kubernetes components pre-installed. The custom image(s) will then be used to instantiate the Kubernetes nodes.","breadcrumbs":"Getting Started » Prepare custom OCI images » Configure Custom Machine Images","id":"15","title":"Configure Custom Machine Images"},"150":{"body":"The doc lists the Kubernetes versions currently supported by OKE.","breadcrumbs":"Managed Clusters (OKE) » Supported Kubernetes versions","id":"150","title":"Supported Kubernetes versions"},"151":{"body":"The following command will create an OKE cluster using the default template. The created node pool uses VCN native pod networking . OCI_COMPARTMENT_ID= \\\nOCI_MANAGED_NODE_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nKUBERNETES_VERSION=v1.24.1 \\\nNAMESPACE=default \\\nclusterctl generate cluster \\\n--from cluster-template-managed.yaml | kubectl apply -f -","breadcrumbs":"Managed Clusters (OKE) » Create a new OKE cluster.","id":"151","title":"Create a new OKE cluster."},"152":{"body":"The following command will create an OKE private cluster. In this template, the control plane endpoint subnet is a private subnet and the API endpoint is accessible only within the subnet. The created node pool uses VCN native pod networking . OCI_COMPARTMENT_ID= \\\nOCI_MANAGED_NODE_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nKUBERNETES_VERSION=v1.24.1 \\\nNAMESPACE=default \\\nclusterctl generate cluster \\\n--from cluster-template-managedprivate.yaml | kubectl apply -f -","breadcrumbs":"Managed Clusters (OKE) » Create a new private OKE cluster.","id":"152","title":"Create a new private OKE cluster."},"153":{"body":"","breadcrumbs":"Managed Clusters (OKE) » Access kubeconfig of an OKE cluster","id":"153","title":"Access kubeconfig of an OKE cluster"},"154":{"body":"Access the management cluster using kubectl and identify the OKE cluster OCID kubectl get ocimanagedcontrolplane -n -o jsonpath='{.spec.id}'","breadcrumbs":"Managed Clusters (OKE) » Step 1 - Identify Cluster OCID","id":"154","title":"Step 1 - Identify Cluster OCID"},"155":{"body":"Access kubeconfig oci ce cluster create-kubeconfig --cluster-id --file --region --kube-endpoint PUBLIC_ENDPOINT Please read the doc for more details on how to access kubeconfig file of OKE clusters.","breadcrumbs":"Managed Clusters (OKE) » Step 2 - Access kubeconfig","id":"155","title":"Step 2 - Access kubeconfig"},"156":{"body":"CAPOCI supports OKE Enhanced Clusters and Virtual Nodes . A cluster-template cluster-template-managed-virtual-node.yaml with Enhanced Cluster and Virtual Node Pool has been released in CAPOCI release artifacts which can be referred using the flavor managed-virtual-node in clusterctl generate command. NOTE: Virtual Node Pool require Cluster API release 1.4.3 or later and CAPOCI release 0.10.0 or later.","breadcrumbs":"Managed Clusters (OKE) » Virtual Nodes and Enhanced Clusters » OKE Enhanced Clusters and Virtual Nodes","id":"156","title":"OKE Enhanced Clusters and Virtual Nodes"},"157":{"body":"The following OCIManagedControlPlane snippet can be used to create an enhanced OKE cluster. kind: OCIManagedControlPlane\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: clusterType: \"ENHANCED_CLUSTER\"","breadcrumbs":"Managed Clusters (OKE) » Virtual Nodes and Enhanced Clusters » Create Enhanced Cluster","id":"157","title":"Create Enhanced Cluster"},"158":{"body":"The following OCIVirtualMachinePool snippet can be used to create a Virtual Node Pool. Please read through CAPOCI API Docs to see all the supported parameters of OCIVirtualMachinePool. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIVirtualMachinePool\nspec:","breadcrumbs":"Managed Clusters (OKE) » Virtual Nodes and Enhanced Clusters » Create Virtual Node Pool","id":"158","title":"Create Virtual Node Pool"},"159":{"body":"CAPOCI supports OKE self managed nodes . With this feature, CAPI features such as rolling update , health checks can be used to make management of self managed nodes easier. CAPOCI supports two flavours fo self managed nodes. It also allows full range of OCI Compute API to be used while creating worker nodes. Please read the prerequisites related to Dynamic Group and policy before creating self managed OKE nodes.","breadcrumbs":"Managed Clusters (OKE) » Self managed nodes » Self managed nodes","id":"159","title":"Self managed nodes"},"16":{"body":"To create your own custom image in your Oracle Cloud Infrastructure (OCI) tenancy, navigate to The Image Builder Book and follow the instructions for OCI.","breadcrumbs":"Getting Started » Prepare custom OCI images » Building a custom image","id":"16","title":"Building a custom image"},"160":{"body":"Use the template cluster-template-managed-self-managed-nodes.yaml as an example for creating and OKE cluster with a self managed CAPI machine deployment. Self managed nodes are only supported if flannel is used as CNI provider. The following snippet shows the relevant part of the template. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIMachineTemplate\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: template: spec: imageId: \"${OCI_MANAGED_NODE_IMAGE_ID}\"\n---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineDeployment\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: ${WORKER_MACHINE_COUNT} selector: matchLabels: template: spec: clusterName: \"${CLUSTER_NAME}\" version: \"${KUBERNETES_VERSION}\" bootstrap: dataSecretName: \"${CLUSTER_NAME}-self-managed\" infrastructureRef: name: \"${CLUSTER_NAME}-md-0\" apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIMachineTemplate Note that CAPOCI will populate a bootstrap secret with the relevant cloud-init script required for the node to join the OKE cluster","breadcrumbs":"Managed Clusters (OKE) » Self managed nodes » Self managed nodes backed by CAPI Machine Deployment","id":"160","title":"Self managed nodes backed by CAPI Machine Deployment"},"161":{"body":"Note: MachinePool is still an experimental feature in CAPI The following snippet can be used to create self managed OKE nodes backed by OCI Instance Pool instance-pool . ---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachinePool\nmetadata: name: \"${CLUSTER_NAME}-mp-0\" namespace: default\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: \"${WORKER_MACHINE_COUNT}\" template: spec: bootstrap: dataSecretName: \"${CLUSTER_NAME}-self-managed\" clusterName: \"${CLUSTER_NAME}\" infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIMachinePool name: \"${CLUSTER_NAME}-mp-0\" version: \"${KUBERNETES_VERSION}\"\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIMachinePool\nmetadata: name: \"${CLUSTER_NAME}-mp-0\" namespace: default\nspec: instanceConfiguration: metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" instanceSourceViaImageConfig: imageId: \"${OCI_MANAGED_NODE_IMAGE_ID}\" shape: \"${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"1\"","breadcrumbs":"Managed Clusters (OKE) » Self managed nodes » Self managed nodes backed by OCI Instance Pool","id":"161","title":"Self managed nodes backed by OCI Instance Pool"},"162":{"body":"The default boot volume size of worker nodes is 50 GB. The following steps needs to be followed to increase the boot volume size.","breadcrumbs":"Managed Clusters (OKE) » Boot volume expansion » Increase boot volume","id":"162","title":"Increase boot volume"},"163":{"body":"The following snippet shows how to increase the boot volume size of the instances. kind: OCIManagedMachinePool\nspec: nodeSourceViaImage: bootVolumeSizeInGBs: 100","breadcrumbs":"Managed Clusters (OKE) » Boot volume expansion » Increase the boot volume size in spec","id":"163","title":"Increase the boot volume size in spec"},"164":{"body":"In order to take advantage of the larger size, you need to extend the partition for the boot volume . Custom cloud init scripts can be used for the same. The following cloud init script extends the root volume. #!/bin/bash # DO NOT MODIFY\ncurl --fail -H \"Authorization: Bearer Oracle\" -L0 http://169.254.169.254/opc/v2/instance/metadata/oke_init_script | base64 --decode >/var/run/oke-init.sh ## run oke provisioning script\nbash -x /var/run/oke-init.sh ### adjust block volume size\n/usr/libexec/oci-growfs -y touch /var/log/oke.done Encode the file contents into a base64 encoded value as follows. cat cloud-init.sh | base64 -w 0 Add the value in the following OCIManagedMachinePool spec. kind: OCIManagedMachinePool\nspec: nodeMetadata: user_data: \"\"","breadcrumbs":"Managed Clusters (OKE) » Boot volume expansion » Extend the root partition","id":"164","title":"Extend the root partition"},"165":{"body":"","breadcrumbs":"Managed Clusters (OKE) » Networking customizations » Networking customizations","id":"165","title":"Networking customizations"},"166":{"body":"The following OCIManagedCluster snippet can be used to to use a pre-existing VCN. kind: OCIManagedCluster\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: skipNetworkManagement: true vcn: id: \"\" networkSecurityGroup: list: - id: \"\" role: control-plane-endpoint name: control-plane-endpoint - id: \"\" role: worker name: worker - id: \"\" role: pod name: pod subnets: - id: \"\" role: control-plane-endpoint name: control-plane-endpoint type: public - id: \"\" role: worker name: worker - id: \"\" role: pod name: pod - id: \"\" role: service-lb name: service-lb type: public","breadcrumbs":"Managed Clusters (OKE) » Networking customizations » Use a pre-existing VCN","id":"166","title":"Use a pre-existing VCN"},"167":{"body":"Use the template cluster-template-managed-flannel.yaml as an example for using flannel as the CNI. The template sets the correct parameters in the spec as well as create the proper security roles in the Network Security Group (NSG).","breadcrumbs":"Managed Clusters (OKE) » Networking customizations » Use flannel as CNI","id":"167","title":"Use flannel as CNI"},"168":{"body":"This page will cover configuration of various Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) features in CAPOCI.","breadcrumbs":"Managed Clusters (OKE) » Features » Features","id":"168","title":"Features"},"169":{"body":"OKE Node Pool Cycling can be used during Kubernetes version upgrades to cycle the nodes such that all the nodes of a Node Pool is running on the newer Kubernetes version. The following OCIManagedMachinePool spec can be used to specify Node Pool cycling option. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIManagedMachinePool\nspec: nodePoolCyclingDetails: isNodeCyclingEnabled: true","breadcrumbs":"Managed Clusters (OKE) » Features » Node Pool Cycling","id":"169","title":"Node Pool Cycling"},"17":{"body":"Configure policies for an OKE cluster Configure policies for a self-provisioned cluster User configuration and OCIDs","breadcrumbs":"Getting Started » Configure users and policies » Configure user and policies","id":"17","title":"Configure user and policies"},"170":{"body":"The following OCIManagedControlPlane spec should be used to specify Addons which has to be installed in the OKE cluster. kind: OCIManagedControlPlane\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: clusterType: \"ENHANCED_CLUSTER\" addons: - name: CertManager More details about the configuration parameters are available in [CAPOCI API Reference docs][api-reference].","breadcrumbs":"Managed Clusters (OKE) » Features » Addons","id":"170","title":"Addons"},"171":{"body":"This section contains various resources that define the Cluster API for OCI project.","breadcrumbs":"Reference » Reference","id":"171","title":"Reference"},"172":{"body":"Versioned Cluster API Provider for OCI API references is published here .","breadcrumbs":"Reference » API Reference » API Reference","id":"172","title":"API Reference"},"173":{"body":"A | B | C | D | H | I | K | M | N | O | P | R | S | T | W","breadcrumbs":"Reference » Glossary » Table of Contents","id":"173","title":"Table of Contents"},"174":{"body":"","breadcrumbs":"Reference » Glossary » A","id":"174","title":"A"},"175":{"body":"Or Availability Domain One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains one or more availability domains.","breadcrumbs":"Reference » Glossary » AD","id":"175","title":"AD"},"176":{"body":"","breadcrumbs":"Reference » Glossary » C","id":"176","title":"C"},"177":{"body":"Or Container Network Interface A Cloud Native Computing Foundation project that consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.","breadcrumbs":"Reference » Glossary » CNI","id":"177","title":"CNI"},"178":{"body":"","breadcrumbs":"Reference » Glossary » F","id":"178","title":"F"},"179":{"body":"Or Fault Domain A logical grouping of hardware and infrastructure within an availability domain . Fault domains isolate resources during hardware failure or unexpected software changes.","breadcrumbs":"Reference » Glossary » FD","id":"179","title":"FD"},"18":{"body":"These steps are applicable if you intend to run your management cluster using Oracle Container Engine for Kubernetes (OKE). They need to be created by a user with admin privileges and are required so you can provision your OKE cluster successfully. If you plan to run your management cluster in kind or a non-OKE cluster, you can skip this step. Create a user in OCI e.g. iaas_oke_usr Create a group in OCI e.g. iaas_oke_grp and add the user iaas_oke_usr to this group Create a policy in OCI and add the following policies(Please read OKE Policy Configuration Doc for more fine grained policies): Allow group iaas_oke_grp to manage dynamic groups Allow group iaas_oke_grp to manage virtual-network-family in Allow group iaas_oke_grp to manage cluster-family in Allow group iaas_oke_grp to manage instance-family in where is the name of the OCI compartment of the management cluster. Refer to the OCI documentation if you have not created a compartment yet. Warning You should not create your management cluster in the root compartment.","breadcrumbs":"Getting Started » Configure users and policies » Configure policies for an OKE cluster » Configure OCI policies for an Oracle Container Engine for Kubernetes cluster","id":"18","title":"Configure OCI policies for an Oracle Container Engine for Kubernetes cluster"},"180":{"body":"","breadcrumbs":"Reference » Glossary » I","id":"180","title":"I"},"181":{"body":"An Internet Gateway is an optional virtual router you can add to your VCN to enable direct connectivity to the Internet. It supports connections initiated from within the VCN (egress) and connections initiated from the Internet (ingress).","breadcrumbs":"Reference » Glossary » Internet Gateway","id":"181","title":"Internet Gateway"},"182":{"body":"","breadcrumbs":"Reference » Glossary » N","id":"182","title":"N"},"183":{"body":"A NAT Gateway gives cloud resources without public IP addresses access to the Internet without exposing those resources to incoming internet connections. A NAT Gateway can be added to a VCN to give instances in a private subnet access to the Internet.","breadcrumbs":"Reference » Glossary » NAT Gateway","id":"183","title":"NAT Gateway"},"184":{"body":"Or Network Security Group A Network security group (NSG) acts as a virtual firewall for your compute instances and other kinds of resources. An NSG consists of a set of ingress and egress security rules that apply only to a set of VNICs of your choice in a single VCN (for example: all compute instances that act as web servers in the web tier of a multi-tier application in your VCN).","breadcrumbs":"Reference » Glossary » NSG","id":"184","title":"NSG"},"185":{"body":"","breadcrumbs":"Reference » Glossary » R","id":"185","title":"R"},"186":{"body":"Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized geographic area, and an availability domain is one or more data centers located within a region. A region is composed of one or more availability domains.","breadcrumbs":"Reference » Glossary » Region","id":"186","title":"Region"},"187":{"body":"","breadcrumbs":"Reference » Glossary » S","id":"187","title":"S"},"188":{"body":"A service gateway lets your VCN privately access specific Oracle services without exposing the data to the public Internet. No Internet Gateway or NAT is required to reach those specific services. The resources in the VCN can be in a private subnet and use only private IP addresses. The traffic from the VCN to the Oracle service travels over the Oracle network fabric and never traverses the Internet.","breadcrumbs":"Reference » Glossary » Service Gateway","id":"188","title":"Service Gateway"},"189":{"body":"","breadcrumbs":"Reference » Glossary » V","id":"189","title":"V"},"19":{"body":"Although some policies required for Oracle Container Engine for Kubernetes (OKE) and self-provisioned clusters may overlap, we recommend you create another user and group for the principal that will be provisioning the self-provisioned clusters. Create a user in OCI e.g. cluster_api_usr Create a group in OCI e.g. cluster_api_grp and add the user cluster_api_usr to this group Create a policy in OCI and add the following policies: Allow group cluster_api_grp to manage virtual-network-family in Allow group cluster_api_grp to manage load-balancers in Allow group cluster_api_grp to manage instance-family in where is the name of the OCI compartment of the workload cluster. Your workload compartment may be different from the management compartment. Refer to the OCI documentation if you have not created a compartment yet. Info If you are an administrator and you are experimenting with CAPOCI, you can skip creating the policies. Repeat the procedure as for the iaas_oke_usr above to obtain the IAM details. Warning You should not create your workload cluster in the root compartment.","breadcrumbs":"Getting Started » Configure users and policies » Configure policies for a self-provisioned cluster » Configure policies for a self-provisioned cluster","id":"19","title":"Configure policies for a self-provisioned cluster"},"190":{"body":"Or Virtual Cloud Network A VCN is a software-defined network that you set up in the Oracle Cloud Infrastructure data centers in a particular region .","breadcrumbs":"Reference » Glossary » VCN","id":"190","title":"VCN"},"2":{"body":"Self-managed and OCI Container Engine for Kubernetes(OKE) cluster support Manages the bootstrapping of VCNs, gateways, subnets, network security groups Provides secure and sensible defaults","breadcrumbs":"Introduction » Features","id":"2","title":"Features"},"20":{"body":"Login as the iaas_oke_usr in the OCI Console to configure your OCI key. You can either use the OCI console or openssl to generate an API key . Obtain the following details which you will need in order to create your management cluster with OKE: OCID Navigate to Identity > Compartments Click on your compartment Locate OCID on the page and click on Copy Tenancy OCID User OCID API key fingerprint","breadcrumbs":"Getting Started » Configure users and policies » User configuration and OCIDs » User configuration and OCIDs","id":"20","title":"User configuration and OCIDs"},"21":{"body":"Cluster API Provider for Oracle Cloud Infrastructure is installed into an existing Kubernetes cluster, called the management cluster . You may use kind for experimental purposes or for creating a local bootstrap cluster which you will then use to provision a target management cluster. Create a local management or bootstrap cluster with kind For a more durable environment, we recommend using a managed Kubernetes service such as Oracle Container Engine for Kubernetes (OKE). Create a management cluster with OKE","breadcrumbs":"Getting Started » Provision a management cluster » Provision a management cluster","id":"21","title":"Provision a management cluster"},"22":{"body":"Create the cluster kind create cluster Configure access kubectl config set-context kind-kind","breadcrumbs":"Getting Started » Provision a management cluster » Provision a management cluster with kind » Provision a management cluster using kind","id":"22","title":"Provision a management cluster using kind"},"23":{"body":"For this release, if you use Oracle Container Engine for Kubernetes (OKE) for your management cluster, you will be provisioning a public Kubernetes cluster i.e. its API server must be accessible to kubectl. You can use either use the OCI console to do the provisioning or the terraform-oci-oke project. Login to the OCI Console as the iaas_oke_usr Search for OKE and select it: OKE Select the right compartment where you will be creating the OKE Cluster: OKE Click Create Cluster , select Quick Create and click Launch Workflow : OKE Name your cluster and ensure you select Public Endpoint and choose Private Workers : OKE Click Next and Create Cluster . When the cluster is ready, set up access to the OKE cluster. You can either use OCI Cloud Shell or your local terminal . Warning If you are working with an existing Kubernetes cluster and have an existing kubeconfig in your $HOME/.kube/config directory, running the command to set up local access will add a new cluster context to your existing kubeconfig.","breadcrumbs":"Getting Started » Provision a management cluster » Provision a management cluster with OKE » Provision a management cluster with Oracle Container Engine for Kubernetes","id":"23","title":"Provision a management cluster with Oracle Container Engine for Kubernetes"},"24":{"body":"If you are not using kind for your management cluster, export the KUBECONFIG environment variable to point to the correct Kubeconfig file. export KUBECONFIG=/path/to/kubeconfig","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Install Cluster API Provider for Oracle Cloud Infrastructure","id":"24","title":"Install Cluster API Provider for Oracle Cloud Infrastructure"},"25":{"body":"Before installing Cluster API Provider for OCI (CAPOCI), you must first set up your preferred authentication mechanism using specific environment variables.","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Configure authentication","id":"25","title":"Configure authentication"},"26":{"body":"If the management cluster is hosted outside OCI, for example a Kind cluster, please configure user principal using the following parameters. Please refer to the doc to generate the required credentials. export OCI_TENANCY_ID= export OCI_USER_ID= export OCI_CREDENTIALS_FINGERPRINT= export OCI_REGION= # if Passphrase is present export OCI_TENANCY_ID_B64=\"$(echo -n \"$OCI_TENANCY_ID\" | base64 | tr -d '\\n')\" export OCI_CREDENTIALS_FINGERPRINT_B64=\"$(echo -n \"$OCI_CREDENTIALS_FINGERPRINT\" | base64 | tr -d '\\n')\" export OCI_USER_ID_B64=\"$(echo -n \"$OCI_USER_ID\" | base64 | tr -d '\\n')\" export OCI_REGION_B64=\"$(echo -n \"$OCI_REGION\" | base64 | tr -d '\\n')\" export OCI_CREDENTIALS_KEY_B64=$(base64 < | tr -d '\\n') # if Passphrase is present export OCI_CREDENTIALS_PASSPHRASE= export OCI_CREDENTIALS_PASSPHRASE_B64=\"$(echo -n \"$OCI_CREDENTIALS_PASSPHRASE\" | base64 | tr -d '\\n')\"","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » User Principal","id":"26","title":"User Principal"},"27":{"body":"If the management cluster is hosted in Oracle Cloud Infrastructure, Instance principals authentication is recommended. Export the following parameters to use Instance Principals. If Instance Principals are used, the user principal parameters explained in above section will not be used. export USE_INSTANCE_PRINCIPAL=\"true\" export USE_INSTANCE_PRINCIPAL_B64=\"$(echo -n \"$USE_INSTANCE_PRINCIPAL\" | base64 | tr -d '\\n')\" Please ensure the following policies in the dynamic group for CAPOCI to be able to talk to various OCI Services. allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Instance Principal","id":"27","title":"Instance Principal"},"28":{"body":"Initialize management cluster and install CAPOCI. The following command will use the latest version : clusterctl init --infrastructure oci In production, it is recommended to set a specific released version. clusterctl init --infrastructure oci:vX.X.X","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Initialize management cluster","id":"28","title":"Initialize management cluster"},"29":{"body":"When installing CAPOCI, the following components will be installed in the management cluster: A custom resource definition (CRD) for OCICluster, which is a Kubernetes custom resource that represents a workload cluster created in OCI by CAPOCI. A custom resource definition (CRD) for OCIMachine, which is a Kubernetes custom resource that represents one node in the workload cluster created in OCI by CAPOCI. Role-based access control resources for a Kubernetes Deployment, ServiceAccount, Role, ClusterRole and ClusterRoleBinding A Kubernetes Secret which will hold OCI credentials A Kubernetes Deployment with the CAPOCI image - ghcr.io/oracle/cluster-api-oci-controller: Please inspect the infrastructure-components.yaml present in the release artifacts to know more.","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » CAPOCI Components","id":"29","title":"CAPOCI Components"},"3":{"body":"Prerequisites : Set up your OCI tenancy before using CAPOCI. Deployment process : Choosing your deployment path Networking : Networking guide Installation: Install Cluster API for OCI Create Workload Cluster Create OKE Cluster","breadcrumbs":"Introduction » Getting Started","id":"3","title":"Getting Started"},"30":{"body":"","breadcrumbs":"Getting Started » Create Workload Cluster » Create a workload cluster","id":"30","title":"Create a workload cluster"},"31":{"body":"Choose one of the available templates for to create your workload clusters from the latest released artifacts . Please note that the templates provided are to be considered as references and can be customized further as the [CAPOCI API Reference][api-reference]. Each workload cluster template can be further configured with the parameters below.","breadcrumbs":"Getting Started » Create Workload Cluster » Workload Cluster Templates","id":"31","title":"Workload Cluster Templates"},"32":{"body":"The following Oracle Cloud Infrastructure (OCI) configuration parameters are available when creating a workload cluster on OCI using one of our predefined templates: Parameter Default Value Description OCI_COMPARTMENT_ID The OCID of the compartment in which to create the required compute, storage and network resources. OCI_IMAGE_ID The OCID of the image for the kubernetes nodes. This same image is used for both the control plane and the worker nodes. OCI_CONTROL_PLANE_MACHINE_TYPE VM.Standard.E4.Flex The shape of the Kubernetes control plane machine. OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS 1 The number of OCPUs allocated to the control plane instance. OCI_NODE_MACHINE_TYPE VM.Standard.E4.Flex The shape of the Kubernetes worker machine. OCI_NODE_MACHINE_TYPE_OCPUS 1 The number of OCPUs allocated to the worker instance. OCI_SSH_KEY The public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures. OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION true Enables in-flight Transport Layer Security (TLS) 1.2 encryption of data between control plane nodes and their associated block storage devices. OCI_NODE_PV_TRANSIT_ENCRYPTION true Enables in-flight Transport Layer Security (TLS) 1.2 encryption of data between worker nodes and their associated block storage devices. Note: Only specific bare metal shapes support in-transit encryption. If an unsupported shape is specified, the deployment will fail completely. Note: Using the predefined templates the machine's memory size is automatically allocated based on the chosen shape and OCPU count. The following Cluster API parameters are also available: Parameter Default Value Description CLUSTER_NAME The name of the workload cluster to create. CONTROL_PLANE_MACHINE_COUNT 1 The number of control plane machines for the workload cluster. KUBERNETES_VERSION The Kubernetes version installed on the workload cluster nodes. If this environment variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file NAMESPACE The namespace for the workload cluster. If not specified, the current namespace is used. POD_CIDR 192.168.0.0/16 CIDR range of the Kubernetes pod-to-pod network. SERVICE_CIDR 10.128.0.0/12 CIDR range of the Kubernetes pod-to-services network. NODE_MACHINE_COUNT The number of worker machines for the workload cluster.","breadcrumbs":"Getting Started » Create Workload Cluster » Workload Cluster Parameters","id":"32","title":"Workload Cluster Parameters"},"33":{"body":"The following command will create a workload cluster comprising a single control plane node and single worker node using the default values as specified in the preceding Workload Cluster Parameters table: OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nNODE_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a new workload cluster on virtual instances using an Ubuntu custom image","id":"33","title":"Create a new workload cluster on virtual instances using an Ubuntu custom image"},"34":{"body":"The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE parameters to specify bare metal shapes instead of using CAPOCI's default virtual instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION parameters disable encryption of data in flight between the bare metal instance and the block storage resources. OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=BM.Standard2.52 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=52 \\\nOCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=false \\\nOCI_NODE_MACHINE_TYPE=BM.Standard2.52 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=52 \\\nOCI_NODE_PV_TRANSIT_ENCRYPTION=false \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template.yaml| kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a new workload cluster on bare metal instances using an Ubuntu custom image","id":"34","title":"Create a new workload cluster on bare metal instances using an Ubuntu custom image"},"35":{"body":"OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template-oraclelinux.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a new workload cluster on virtual instances using an Oracle Linux custom image","id":"35","title":"Create a new workload cluster on virtual instances using an Oracle Linux custom image"},"36":{"body":"CAPOCI provides a way to launch and manage your workload cluster in multiple regions. Choose the cluster-template-alternative-region.yaml template when creating your workload clusters from the latest released artifacts . Currently, the other templates do not support the ability to change the workload cluster region. Each cluster can be further configured with the parameters defined in Workload Cluster Parameters and additionally with the parameter below. Parameter Default Value Description OCI_WORKLOAD_REGION Configured as OCI_REGION The OCI region in which to launch the workload cluster. The following example configures the CAPOCI provider to authenticate in us-phoenix-1 and launch a workload cluster in us-sanjose-1. Note: Ensure the specified image is available in your chosen region or the launch will fail. To configure authentication for management cluster, follow the steps in Configure authentication . Extend the preceding configuration with the following additional configuration parameter and initialize the CAPOCI provider. ...\nexport OCI_REGION=us-phoenix-1\n... clusterctl init --infrastructure oci Create a new workload cluster in San Jose (us-sanjose-1) by explicitly setting the OCI_WORKLOAD_REGION environment variable when invoking clusterctl: OCI_WORKLOAD_REGION=us-sanjose-1 \\\nOCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nNODE_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template-alternative-region.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a workload cluster in an alternative region","id":"36","title":"Create a workload cluster in an alternative region"},"37":{"body":"Execute the following command to list all the workload clusters present: kubectl get clusters -A Execute the following command to access the kubeconfig of a workload cluster: clusterctl get kubeconfig -n default > .kubeconfig","breadcrumbs":"Getting Started » Create Workload Cluster » Access workload cluster Kubeconfig","id":"37","title":"Access workload cluster Kubeconfig"},"38":{"body":"After creating a workload cluster, a CNI provider must be installed in the workload cluster. Until you install a a CNI provider, the cluster nodes will not go into the Ready state. For example, you can install Calico as follows: kubectl --kubeconfig=.kubeconfig \\ apply -f https://docs.projectcalico.org/v3.21/manifests/calico.yaml You can use your preferred CNI provider. Currently, the following providers have been tested and verified to work: CNI CNI Version Kubernetes Version CAPOCI Version Calico 3.21 1.20.10 0.1 Antrea 1.20.10 0.1 If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list. If you have an issue with your alternative CNI provider, please raise an issue on GitHub.","breadcrumbs":"Getting Started » Create Workload Cluster » Install a CNI Provider","id":"38","title":"Install a CNI Provider"},"39":{"body":"By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions .","breadcrumbs":"Getting Started » Create Workload Cluster » Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster","id":"39","title":"Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster"},"4":{"body":"Info As the versioning for this project is tied to the versioning of Cluster API, future modifications to this policy may be made to more closely align with other providers in the Cluster API ecosystem.","breadcrumbs":"Introduction » Support Policy","id":"4","title":"Support Policy"},"40":{"body":"To better understand MachineHealthChecks please read over the Cluster-API book and make sure to read the limitations sections.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Create a workload cluster with MachineHealthChecks (MHC)","id":"40","title":"Create a workload cluster with MachineHealthChecks (MHC)"},"41":{"body":"In the project's code repository we provide an example template that sets up two MachineHealthChecks at workload creation time. The example sets up two MHCs to allow differing remediation values: control-plane-unhealthy-5m setups a health check for the control plane machines md-unhealthy-5m sets up a health check for the workload machines NOTE: As a part of the example template the MHCs will start remediating nodes that are not ready after 10 minutes. In order prevent this side effect make sure to install your CNI once the API is available. This will move the machines into a Ready state.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Create a new workload cluster with MHC","id":"41","title":"Create a new workload cluster with MHC"},"42":{"body":"Another approach is to install MHC after the cluster is up and healthy (aka Day-2 Operation). This can prevent machine remediation while setting up the cluster. Adding the MHC to either control-plane or machine is a multistep process. The steps are run on specific clusters (e.g. management cluster, workload cluster): Update the spec for future instances (management cluster) Add label to existing nodes (workload cluster) Add the MHC (management cluster)","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Add MHC to existing workload cluster","id":"42","title":"Add MHC to existing workload cluster"},"43":{"body":"Update control plane spec We need to add the controlplane.remediation label to the KubeadmControlPlane. Create a file named control-plane-patch.yaml that has this content: spec: machineTemplate: metadata: labels: controlplane.remediation: \"\" Then on the management cluster run kubectl patch KubeadmControlPlane -control-plane --patch-file control-plane-patch.yaml --type=merge. Add label to existing nodes Then on the workload cluster add the new label to any existing control-plane node(s) kubectl label node controlplane.remediation=\"\". This will prevent the KubeadmControlPlane provisioning new nodes once the MHC is deployed. Add the MHC Finally, create a file named control-plane-mhc.yaml that has this content: apiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineHealthCheck\nmetadata: name: \"-control-plane-unhealthy-5m\"\nspec: clusterName: \"\" maxUnhealthy: 100% nodeStartupTimeout: 10m selector: matchLabels: controlplane.remediation: \"\" unhealthyConditions: - type: Ready status: Unknown timeout: 300s - type: Ready status: \"False\" timeout: 300s Then on the management cluster run kubectl apply -f control-plane-mhc.yaml. Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Add control-plane MHC","id":"43","title":"Add control-plane MHC"},"44":{"body":"Update machine spec We need to add the machine.remediation label to the MachineDeployment. Create a file named machine-patch.yaml that has this content: spec: template: metadata: labels: machine.remediation: \"\" Then on the management cluster run kubectl patch MachineDeployment oci-cluster-stage-md-0 --patch-file machine-patch.yaml --type=merge. Add label to existing nodes Then on the workload cluster add the new label to any existing control-plane node(s) kubectl label node machine.remediation=\"\". This will prevent the MachineDeployment provisioning new nodes once the MHC is deployed. Add the MHC Finally, create a file named machine-mhc.yaml that has this content: apiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineHealthCheck\nmetadata: name: \"-stage-md-unhealthy-5m\"\nspec: clusterName: \"oci-cluster-stage\" maxUnhealthy: 100% nodeStartupTimeout: 10m selector: matchLabels: machine.remediation: \"\" unhealthyConditions: - type: Ready status: Unknown timeout: 300s - type: Ready status: \"False\" timeout: 300s Then on the management cluster run kubectl apply -f machine-mhc.yaml. Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Add machine MHC","id":"44","title":"Add machine MHC"},"45":{"body":"","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Create a GPU workload cluster","id":"45","title":"Create a GPU workload cluster"},"46":{"body":"Some shapes are limited to specific regions and specific Availability Domains (AD). In order to make sure the workload cluster comes up check the region and AD for shape availability.","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Accessing GPU Shapes","id":"46","title":"Accessing GPU Shapes"},"47":{"body":"Make sure the OCI CLI is installed. Then set the AD information if using muti-AD regions. NOTE: Use the OCI Regions and Availability Domains page to figure out which regions have multiple ADs. oci iam availability-domain list --compartment-id= --region= Using the AD name from the output start searching for GPU shape availability. oci compute shape list --compartment-id= --profile=DEFAULT --region=us-ashburn-1 --availability-domain= | grep GPU \"shape-name\": \"BM.GPU3.8\"\n\"shape-name\": \"BM.GPU4.8\"\n\"shape-name\": \"VM.GPU3.1\"\n\"shape\": \"VM.GPU2.1\" NOTE: If the output is empty then the compartment for that region/AD doesn't have GPU shapes. If you are unable to locate any shapes you may need to submit a service limit increase request","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Check shape availability","id":"47","title":"Check shape availability"},"48":{"body":"NOTE: Nvidia GPU drivers aren't supported for Oracle Linux at this time. Ubuntu is currently the only supported OS. When launching a multi-AD region shapes are likely be limited to a specific AD (example: US-ASHBURN-AD-2). To make sure the cluster comes up without issue specifically target just that AD for the GPU worker nodes. To do that modify the released version of the cluster-template-failure-domain-spread.yaml template. Download the latest cluster-template-failure-domain-spread.yaml file and save it as cluster-template-gpu.yaml. Make sure the modified template has only the MachineDeployment section(s) where there is GPU availability and remove all the others. See the full example file that targets only AD 2 (OCI calls them Availability Domains while Cluster-API calls them Failure Domains).","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Create a new GPU workload cluster an Ubuntu custom image","id":"48","title":"Create a new GPU workload cluster an Ubuntu custom image"},"49":{"body":"The following command will create a workload cluster comprising a single control plane node and single GPU worker node using the default values as specified in the preceding Workload Cluster Parameters table: NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. See the Compute Shapes page to get the OCPU count for the specific shape. OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nNODE_MACHINE_COUNT=1 \\\nOCI_NODE_MACHINE_TYPE=VM.GPU3.1 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=6 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nOCI_SHAPE_MEMORY_IN_GBS= \\\nKUBERNETES_VERSION=v1.24.4 \\\nclusterctl generate cluster \\\n--target-namespace default \\\n--from cluster-template-gpu.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Virtual instances","id":"49","title":"Virtual instances"},"5":{"body":"CAPOCI supports the following Cluster API versions. v1beta1 (v1.0) OCI Provider v1beta1 (v0.1) ✓","breadcrumbs":"Introduction » Cluster API Versions","id":"5","title":"Cluster API Versions"},"50":{"body":"The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE parameters to specify bare metal shapes instead of using CAPOCI's default virtual instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION parameters disable encryption of data in flight between the bare metal instance and the block storage resources. NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. See the Compute Shapes page to get the OCPU count for the specific shape. OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nOCI_NODE_MACHINE_TYPE=BM.GPU3.8 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=52 \\\nOCI_NODE_PV_TRANSIT_ENCRYPTION=false \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nOCI_SHAPE_MEMORY_IN_GBS= \\\nKUBERNETES_VERSION=v1.24.4 \\\nclusterctl generate cluster \\\n--target-namespace default \\\n--from cluster-template-gpu.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Bare metal instances","id":"50","title":"Bare metal instances"},"51":{"body":"Execute the following command to list all the workload clusters present: kubectl get clusters -A Execute the following command to access the kubeconfig of a workload cluster: clusterctl get kubeconfig -n default > .kubeconfig","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Access workload cluster Kubeconfig","id":"51","title":"Access workload cluster Kubeconfig"},"52":{"body":"To provision the CNI and Cloud Controller Manager follow the Install a CNI Provider and the Install OCI Cloud Controller Manager sections.","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Install a CNI Provider, OCI Cloud Controller Manager and CSI in a self-provisioned cluster","id":"52","title":"Install a CNI Provider, OCI Cloud Controller Manager and CSI in a self-provisioned cluster"},"53":{"body":"Setup the worker instances to use the GPUs install the Nvidia GPU Operator . For the most up-to-date install instructions see the official install instructions . They layout how to install the Helm tool and how to setup the Nvidia helm repo. With Helm setup you can now install the GPU-Operator helm install --wait --generate-name \\ -n gpu-operator --create-namespace \\ nvidia/gpu-operator The pods will take a while to come up but you can check the status: kubectl --.kubeconf get pods -n gpu-operator","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Install Nvidia GPU Operator","id":"53","title":"Install Nvidia GPU Operator"},"54":{"body":"Once all of the GPU-Operator pods are running or completed deploy the test pod: cat <.kubeconf apply -f -\napiVersion: v1\nkind: Pod\nmetadata:\nname: cuda-vector-add\nspec:\nrestartPolicy: OnFailure\ncontainers:\n- name: cuda-vector-add\n# https://github.com/kubernetes/kubernetes/blob/v1.7.11/test/images/nvidia-cuda/Dockerfile\nimage: \"registry.k8s.io/cuda-vector-add:v0.1\"\nresources:\nlimits:\nnvidia.com/gpu: 1 # requesting 1 GPU\nEOF Then check the output logs of the cuda-vector-add test pod: kubectl --kubeconfig=.kubeconf logs cuda-vector-add -n default [Vector addition of 50000 elements]\nCopy input data from the host memory to the CUDA device\nCUDA kernel launch with 196 blocks of 256 threads\nCopy output data from the CUDA device to the host memory\nTest PASSED\nDone","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Test GPU on worker node","id":"54","title":"Test GPU on worker node"},"55":{"body":"This is an example file using a modified version of cluster-template-failure-domain-spread.yaml to target AD 2 (example: US-ASHBURN-AD-2). apiVersion: cluster.x-k8s.io/v1beta1\nkind: Cluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\" namespace: \"${NAMESPACE}\"\nspec: clusterNetwork: pods: cidrBlocks: - ${POD_CIDR:=\"192.168.0.0/16\"} serviceDomain: ${SERVICE_DOMAIN:=\"cluster.local\"} services: cidrBlocks: - ${SERVICE_CIDR:=\"10.128.0.0/12\"} infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCICluster name: \"${CLUSTER_NAME}\" namespace: \"${NAMESPACE}\" controlPlaneRef: apiVersion: controlplane.cluster.x-k8s.io/v1beta1 kind: KubeadmControlPlane name: \"${CLUSTER_NAME}-control-plane\" namespace: \"${NAMESPACE}\"\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\"\n---\nkind: KubeadmControlPlane\napiVersion: controlplane.cluster.x-k8s.io/v1beta1\nmetadata: name: \"${CLUSTER_NAME}-control-plane\" namespace: \"${NAMESPACE}\"\nspec: version: \"${KUBERNETES_VERSION}\" replicas: ${CONTROL_PLANE_MACHINE_COUNT} machineTemplate: infrastructureRef: kind: OCIMachineTemplate apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 name: \"${CLUSTER_NAME}-control-plane\" namespace: \"${NAMESPACE}\" kubeadmConfigSpec: clusterConfiguration: kubernetesVersion: ${KUBERNETES_VERSION} apiServer: certSANs: [localhost, 127.0.0.1] dns: {} etcd: {} networking: {} scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }} joinConfiguration: discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }}\n---\nkind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nmetadata: name: \"${CLUSTER_NAME}-control-plane\"\nspec: template: spec: imageId: \"${OCI_IMAGE_ID}\" compartmentId: \"${OCI_COMPARTMENT_ID}\" shape: \"${OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"${OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1}\" metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" isPvEncryptionInTransitEnabled: ${OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=true}\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIMachineTemplate\nmetadata: name: \"${CLUSTER_NAME}-md\"\nspec: template: spec: imageId: \"${OCI_IMAGE_ID}\" compartmentId: \"${OCI_COMPARTMENT_ID}\" shape: \"${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"${OCI_NODE_MACHINE_TYPE_OCPUS=1}\" metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}\n---\napiVersion: bootstrap.cluster.x-k8s.io/v1alpha4\nkind: KubeadmConfigTemplate\nmetadata: name: \"${CLUSTER_NAME}-md\"\nspec: template: spec: joinConfiguration: nodeRegistration: kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }}\n---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineDeployment\nmetadata: name: \"${CLUSTER_NAME}-fd-2-md-0\"\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: ${NODE_MACHINE_COUNT} selector: matchLabels: template: spec: clusterName: \"${CLUSTER_NAME}\" version: \"${KUBERNETES_VERSION}\" bootstrap: configRef: name: \"${CLUSTER_NAME}-md\" apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate infrastructureRef: name: \"${CLUSTER_NAME}-md\" apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIMachineTemplate # Cluster-API calls them Failure Domains while OCI calls them Availability Domains # In the example this would be targeting US-ASHBURN-AD-2 failureDomain: \"2\"","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Example yaml file","id":"55","title":"Example yaml file"},"56":{"body":"","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Create a Windows workload cluster","id":"56","title":"Create a Windows workload cluster"},"57":{"body":"CAPOCI enables users to create and manage Windows workload clusters in Oracle Cloud Infrastructure (OCI). This means that the Kubernetes Control Plane will be Linux and the nodes will be Windows. First, users build the Windows image using image-builder , then use the Windows flavor template from the latest release . Finally, install the Calico CNI Provider and OCI Cloud Controller Manager .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Overview","id":"57","title":"Overview"},"58":{"body":"The Windows workload cluster has known limitations: Limited to Standard Bare Metal (BM) shapes Limited to OCI provided platform images. See image-build documentation for more details Custom image MUST be built using the same shape of Bare Metal the worker nodes will run CNI provider support is Calico in VXLAN mode Block volumes are not currently supported Bring Your Own License (BYOL) is not supported See Calico windows docs for their limitations","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Known Limitations","id":"58","title":"Known Limitations"},"59":{"body":"BYOL is currently not supported using CAPOCI. For more info on Windows Licensing see the Compute FAQ documentation .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Licensing","id":"59","title":"Licensing"},"6":{"body":"CAPOCI provider is able to install and manage the versions of Kubernetes supported by Cluster API (CAPI) .","breadcrumbs":"Introduction » Kubernetes versions","id":"6","title":"Kubernetes versions"},"60":{"body":"NOTE: It is recommended to check shape availability before building image(s) In order to launch Windows instances for the cluster a Windows image, using image-builder , will need to be built. It is important to make sure the same shape is used to build and launch the instance. Example: If a BM.Standard2.52 is used to build then the OCI_NODE_MACHINE_TYPE MUST be BM.Standard2.52","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Build Windows image","id":"60","title":"Build Windows image"},"61":{"body":"Make sure the OCI CLI is installed. Then set the AD information if using muti-AD regions. NOTE: Use the OCI Regions and Availability Domains page to figure out which regions have multiple ADs. oci iam availability-domain list --compartment-id= --region= Using the AD name from the output above start searching for BM shape availability. oci compute shape list --compartment-id= --profile=DEFAULT --region=us-ashburn-1 --availability-domain= | grep BM \"shape\": \"BM.Standard.E3.128\"\n\"shape-name\": \"BM.Standard2.52\"\n\"shape-name\": \"BM.Standard.E3.128\"\n\"shape\": \"BM.Standard.E2.64\"\n\"shape-name\": \"BM.Standard2.52\"\n\"shape-name\": \"BM.Standard3.64\"\n\"shape\": \"BM.Standard1.36\" NOTE: If the output is empty then the compartment for that region/AD doesn't have BM shapes. If you are unable to locate any shapes you may need to submit a service limit increase request","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Check shape availability","id":"61","title":"Check shape availability"},"62":{"body":"It is recommended to have the following guides handy: Windows Cluster Debugging Windows Container Debugging When using clusterctl to generate the cluster use the windows-calico example flavor. The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE parameters to specify bare metal shapes instead of using CAPOCI's default virtual instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION parameters disable encryption of data in flight between the bare metal instance and the block storage resources. NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the BM shape. See the Compute Shapes page to get the OCPU count for the specific shape. OCI_COMPARTMENT_ID= \\\nOCI_CONTROL_PLANE_IMAGE_ID= \\\nOCI_NODE_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nNODE_MACHINE_COUNT=1 \\\nOCI_NODE_MACHINE_TYPE=BM.Standard.E4.128 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=128 \\\nOCI_NODE_PV_TRANSIT_ENCRYPTION=false \\\nOCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=3 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \\\nCONTROL_PLANE_MACHINE_COUNT=3 \\\nOCI_SHAPE_MEMORY_IN_GBS= \\\nKUBERNETES_VERSION= \\\nclusterctl generate cluster \\\n--target-namespace default \\\n--flavor windows-calico | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Create a new Windows workload cluster","id":"62","title":"Create a new Windows workload cluster"},"63":{"body":"Execute the following command to list all the workload clusters present: kubectl get clusters -A Execute the following command to access the kubeconfig of a workload cluster: clusterctl get kubeconfig -n default > .kubeconfig","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Access workload cluster Kubeconfig","id":"63","title":"Access workload cluster Kubeconfig"},"64":{"body":"Install Calico The Calico for Windows getting started guide should be read for better understand of the CNI on Windows. It is recommended to have the following guides handy: Windows Calico Troubleshooting The steps to follow: On the management cluster Run kubectl get OCICluster -o jsonpath='{.spec.controlPlaneEndpoint.host}' to get the KUBERNETES_SERVICE_HOST info that will be used in later steps On the workload cluster Download the v3.24.5 calico release curl -L https://github.com/projectcalico/calico/releases/download/v3.24.5/release-v3.24.5.tgz -o calico-v3.24.5.tgz Uncompress the downloaded file and locate the calico-vxlan.yaml, calico-windows-vxlan.yaml and windows-kube-proxy.yaml files in the manifests dir Edit the calico-vxlan.yaml and modify the follow variables to allow Calico running on the nodes use VXLAN CALICO_IPV4POOL_IPIP - set to \"Never\" CALICO_IPV4POOL_VXLAN - set to \"Always\" kubectl apply -f calico-vxlan.yaml Wait for the IPAMConfig to be loaded kubectl patch IPAMConfig default --type merge --patch='{\"spec\": {\"strictAffinity\": true}}' Edit the calico-windows-vxlan.yaml and modify the follow variables to allow Calico running on the nodes to talk to the Kubernetes control plane KUBERNETES_SERVICE_HOST - the IP address from the management cluster step KUBERNETES_SERVICE_PORT- the port from step the management cluster step K8S_SERVICE_CIDR - The service CIDR set in the cluster template DNS_NAME_SERVERS - the IP address from dns service kubectl get svc kube-dns -n kube-system -o jsonpath='{.spec.clusterIP}' Change the namespace from calico-system to kube-system add the following env to the container named node - name: VXLAN_ADAPTER value: \"Ethernet 2\" kubectl apply -f calico-windows-vxlan.yaml (it takes a bit for this to pass livenessprobe) Edit the windows-kube-proxy.yaml update the kube-proxy container environment variable K8S_VERSION to the version of kubernetes you are deploying update the image version for the container named kube-proxy and make sure to set the correct windows nanoserver version example: ltsc2019 kubectl apply -f windows-kube-proxy.yaml Install OCI Cloud Controller Manager By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Install Calico CNI Provider and OCI Cloud Controller Manager","id":"64","title":"Install Calico CNI Provider and OCI Cloud Controller Manager"},"65":{"body":"With the cluster in a ready state and CCM installed, an example deployment can be used to test that pods are scheduled. Accessing the deployed pods and using nslookup you can test that the cluster DNS is working .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Scheduling Windows containers","id":"65","title":"Scheduling Windows containers"},"66":{"body":"You can create workload clusters based on template files or you can also save the templates in ConfigMaps that you can then reuse.","breadcrumbs":"Getting Started » Create Workload Templates » Create Workload Templates for Oracle Cloud Infrastructure","id":"66","title":"Create Workload Templates for Oracle Cloud Infrastructure"},"67":{"body":"Create a cluster template for Oracle Linux: kubectl create cm oracletemplate --from-file=template=templates/cluster-template-oraclelinux.yaml Create a cluster template for Ubuntu: kubectl create cm ubuntutemplate --from-file=template=templates/cluster-template.yaml You can then reuse the ConfigMap to create your clusters. For example, to create a workload cluster using Oracle Linux, you can create it as follows: OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from-config-map oracletemplate | kubectl apply -f - Likewise, to create a workload cluster using Ubuntu: OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from-config-map ubuntutemplate | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Templates » Creating cluster templates ConfigMaps","id":"67","title":"Creating cluster templates ConfigMaps"},"68":{"body":"By default, Cluster API will create resources on Oracle Cloud Infrastructure (OCI) when instantiating a new workload cluster. However, it is possible to have Cluster API re-use an existing OCI infrastructure instead of creating a new one. The existing infrastructure could include: Virtual cloud networks (VCNs) Network load balancers used as Kubernetes API Endpoint","breadcrumbs":"Getting Started » Using externally managed infrastructure » Externally managed Cluster infrastructure","id":"68","title":"Externally managed Cluster infrastructure"},"69":{"body":"CAPOCI can be used to create a cluster using existing VCN infrastructure. In this case, only the API Server Load Balancer will be managed by CAPOCI. Example spec is given below apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: skipNetworkManagement: true vcn: id: networkSecurityGroup: list: - id: role: control-plane-endpoint name: control-plane-endpoint - id: role: worker name: worker - id: role: control-plane name: control-plane subnets: - id: role: control-plane-endpoint name: control-plane-endpoint - id: role: worker name: worker - id: role: control-plane name: control-plane In the above spec, note that name has to be mentioned for Subnet/NSG. This is so that Kubernetes can merge the list properly when there is an update.","breadcrumbs":"Getting Started » Using externally managed infrastructure » Example spec for externally managed VCN infrastructure","id":"69","title":"Example spec for externally managed VCN infrastructure"},"7":{"body":"","breadcrumbs":"Prerequisites » Prerequisites","id":"7","title":"Prerequisites"},"70":{"body":"CAPOCI supports externally managed cluster infrastructure . If the OCICluster resource includes a cluster.x-k8s.io/managed-by annotation, then the controller will skip any reconciliation . This is useful for scenarios where a different persona is managing the cluster infrastructure out-of-band while still wanting to use CAPOCI for automated machine management. The following OCICluster Spec includes the mandatory fields to be specified for externally managed infrastructure to work properly. In this example neither the VCN nor the network load balancer will be managed by CAPOCI. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" annotations: cluster.x-k8s.io/managed-by: \"external\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" controlPlaneEndpoint: host: port: 6443 networkSpec: apiServerLoadBalancer: loadBalancerId: vcn: id: networkSecurityGroup: list: - id: name: role: control-plane - id: name: role: worker subnets: - id: role: control-plane - id: role: worker","breadcrumbs":"Getting Started » Using externally managed infrastructure » Example OCICluster Spec with external infrastructure","id":"70","title":"Example OCICluster Spec with external infrastructure"},"71":{"body":"As per the Cluster API Provider specification, the OCICluster Status Object has to be updated with ready status as well as the failure domain mapping. This has to be done after the OCICluster object has been created in the management cluster. The following cURL request illustrates this: Get a list of Availability Domains of the region: oci iam availability-domain list Info Review the OCI CLI documentation for more information regarding this tool. For 1-AD regions, use the following cURL command to update the status object: curl -o -s -X PATCH -H \"Accept: application/json, */*\" \\\n-H \"Content-Type: application/merge-patch+json\" \\\n--cacert ca.crt \\\n--cert client.crt \\\n--key client.key \\\nhttps:///apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces//ociclusters//status \\\n--data '{\"status\":{\"ready\":true,\"failureDomains\":{\"1\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:AP-HYDERABAD-1-AD-1\",\"FaultDomain\":\"FAULT-DOMAIN-1\"},\"controlPlane\":true},\"2\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:AP-HYDERABAD-1-AD-1\",\"FaultDomain\":\"FAULT-DOMAIN-2\"},\"controlPlane\":true},\"3\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:AP-HYDERABAD-1-AD-1\",\"FaultDomain\":\"FAULT-DOMAIN-3\"}}}}}' For 3-AD regions, use the following cURL command to update the status object: curl -o -s -X PATCH -H \"Accept: application/json, */*\" \\\n-H \"Content-Type: application/merge-patch+json\" \\\n--cacert ca.crt \\\n--cert client.crt \\\n--key client.key \\\nhttps:///apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces//ociclusters//status \\\n--data '{\"status\":{\"ready\":true,\"failureDomains\":{\"1\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:US-ASHBURN-1-AD-1\"},\"controlPlane\":true},\"2\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:US-ASHBURN-1-AD-2\"},\"controlPlane\":true},\"3\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:US-ASHBURN-1-AD-3\"}}}}}'","breadcrumbs":"Getting Started » Using externally managed infrastructure » Status","id":"71","title":"Status"},"72":{"body":"Oracle Cloud Infrastructure (OCI) Cloud Controller Manager is OCI's implementation of the Kubernetes control plane component that links your Kubernetes cluster to OCI.","breadcrumbs":"Getting Started » Install Oracle Cloud Infrastructure Cloud Controller Manager » Install Oracle Cloud Infrastructure Cloud Controller Manager","id":"72","title":"Install Oracle Cloud Infrastructure Cloud Controller Manager"},"73":{"body":"Oracle recommends using Instance principals to be used by CCM for authentication. Please ensure the following policies in the dynamic group for CCM to be able to talk to various OCI Services. allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name] Download the example configuration file: curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml Update values in the configuration file as necessary. As an example using the provided cluster-template.yaml you would modify the cloud-provider-example.yaml and make sure to set compartment and vcn with the correct OCIDs. Then set subnet1 to the OCID of your service-lb subnet and remove subnet2. You would then set securityListManagementMode to \"None\". Create a secret: kubectl create secret generic oci-cloud-controller-manager \\ -n kube-system \\ --from-file=cloud-provider.yaml=cloud-provider-example.yaml","breadcrumbs":"Getting Started » Install Oracle Cloud Infrastructure Cloud Controller Manager » Configure authentication via Instance Principal (Recommended)","id":"73","title":"Configure authentication via Instance Principal (Recommended)"},"74":{"body":"Navigate to the release page of CCM and export the version that you want to install. Typically, the latest version can be installed. export CCM_RELEASE_VERSION= Download the deployment manifests: curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager.yaml\" -o oci-cloud-controller-manager.yaml curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager-rbac.yaml\" -o oci-cloud-controller-manager-rbac.yaml Deploy the CCM: kubectl apply -f oci-cloud-controller-manager.yaml Deploy the RBAC rules: kubectl apply -f oci-cloud-controller-manager-rbac.yaml Check the CCM logs to verify OCI CCM is running correctly: kubectl -n kube-system get po | grep oci\noci-cloud-controller-manager-ds-k2txq 1/1 Running 0 19s kubectl -n kube-system logs oci-cloud-controller-manager-ds-k2txq","breadcrumbs":"Getting Started » Install Oracle Cloud Infrastructure Cloud Controller Manager » Install CCM","id":"74","title":"Install CCM"},"75":{"body":"On Oracle Cloud Infrastructure (OCI), there are two types of storage services available to store persistent data: OCI Block Volume Service OCI File Storage Service A persistent volume claim (PVC) is a request for storage, which is met by binding the PVC to a persistent volume (PV). A PVC provides an abstraction layer to the underlying storage. CSI drivers for both the Block Volume Service and File Storage Service have been implemented.","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Install CSI","id":"75","title":"Install CSI"},"76":{"body":"Oracle recommends using Instance principals to be used by CSI for authentication. Please ensure the following policies in the dynamic group for CSI to be able to talk to various OCI Services. allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to manage volume-family in compartment [your compartment name] Download the example configuration file: curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml Update values in the configuration file as necessary. Create a secret: kubectl create secret generic oci-volume-provisioner \\ -n kube-system \\ --from-file=config.yaml=cloud-provider-example.yaml","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Configure authentication via Instance Principal","id":"76","title":"Configure authentication via Instance Principal"},"77":{"body":"Navigate to the release page of CCM and export the version that you want to install. Typically, the latest version can be installed. export CCM_RELEASE_VERSION= Download the deployment manifests: curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-rbac.yaml\" -o oci-csi-node-rbac.yaml curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-controller-driver.yaml\" -o oci-csi-controller-driver.yaml curl -L h\"ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-driver.yaml\" -o\noci-csi-node-driver.yaml curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml Create the RBAC rules: kubectl apply -f oci-csi-node-rbac.yaml Deploy the csi-controller-driver. It is provided as a deployment and it has three containers: csi-provisioner external-provisioner csi-attacher external-attacher oci-csi-controller-driver kubectl apply -f oci-csi-controller-driver.yaml Deploy the node-driver. It is provided as a daemon set and it has two containers: node-driver-registrar oci-csi-node-driver kubectl apply -f oci-csi-node-driver.yaml Create the CSI storage class for the Block Volume Service: kubectl apply -f storage-class.yaml Verify the oci-csi-controller-driver and oci-csi-node-controller are running in your cluster: kubectl -n kube-system get po | grep csi-oci-controller\nkubectl -n kube-system get po | grep csi-oci-node","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Install CSI Drivers","id":"77","title":"Install CSI Drivers"},"78":{"body":"Follow the guides below to create PVCs based on the service you require: Provision a PVC on the Block Volume Service Provision a PVC on the File Storage Service","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision PVCs","id":"78","title":"Provision PVCs"},"79":{"body":"The Oracle Cloud Infrastructure Block Volume service (the Block Volume service) provides persistent, durable, and high-performance block storage for your data.","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the Block Volume Service » Provision a PVC on the Block Volume Service","id":"79","title":"Provision a PVC on the Block Volume Service"},"8":{"body":"An active Oracle Cloud Infrastructure (OCI) tenancy An active user account in the tenancy A supported version of oci-cli A supported version of kubectl A supported version of clusterctl","breadcrumbs":"Prerequisites » Requirements","id":"8","title":"Requirements"},"80":{"body":"If the cluster administrator has not created any suitable PVs that match the PVC request, you can dynamically provision a block volume using the CSI plugin specified by the oci-bv storage class's definition (provisioner: blockvolume.csi.oraclecloud.com). Define a PVC in a yaml file (csi-bvs-pvc.yaml)as below: apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\nname: mynginxclaim\nspec: storageClassName: \"oci-bv\" accessModes: - ReadWriteOnce resources: requests: storage: 50Gi Apply the manifest to create the PVC kubectl create -f csi-bvs-pvc.yaml Verify that the PVC has been created: kubectl get pvc The output from the above command shows the current status of the PVC: NAME STATUS VOLUME CAPACITY ACCESSMODES STORAGECLASS AGE\nmynginxclaim Pending oci-bv 4m The PVC has a status of Pending because the oci-bv storage class's definition includes volumeBindingMode: WaitForFirstConsumer. You can use this PVC when creating other objects, such as pods. For example, you could create a new pod from the following pod definition, which instructs the system to use the mynginxclaim PVC as the NGINX volume, which is mounted by the pod at /data. apiVersion: v1\nkind: Pod\nmetadata: name: nginx\nspec: containers: - name: nginx image: nginx:latest ports: - name: http containerPort: 80 volumeMounts: - name: data mountPath: /usr/share/nginx/html volumes: - name: data persistentVolumeClaim: claimName: mynginxclaim After creating the new pod, verify that the PVC has been bound to a new persistent volume (PV): kubectl get pvc The output from the above command confirms that the PVC has been bound: NAME STATUS VOLUME CAPACITY ACCESSMODES STORAGECLASS AGE\nmynginxclaim Bound ocid1.volume.oc1.iad. 50Gi RWO oci-bv 4m Verify that the pod is using the new PVC: kubectl describe pod nginx","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the Block Volume Service » Create a block volume dynamically using a new PVC","id":"80","title":"Create a block volume dynamically using a new PVC"},"81":{"body":"The Oracle Cloud Infrastructure File Storage service provides a durable, scalable, distributed, enterprise-grade network file system.","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Provision a PVC on the File Storage Service","id":"81","title":"Provision a PVC on the File Storage Service"},"82":{"body":"Provisioning PVCs on FSS consists of 3 steps: Create an FSS instance and a mount target Define and create a PV backed by FSS Define and create a PVC provisioned by the PV","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Provision PVCs on the File Storage Service (FSS)","id":"82","title":"Provision PVCs on the File Storage Service (FSS)"},"83":{"body":"Choose your deployment scenario : Mount target and worker nodes in the same subnet Mount target and worker nodes in different subnets Mount target and instance use in-transit encryption Implement security rules based on your deployment scenario Create a FSS instance","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Configure the VCN and create an FSS","id":"83","title":"Configure the VCN and create an FSS"},"84":{"body":"Create a yaml file (fss-pv.yaml) to define the PV: apiVersion: v1\nkind: PersistentVolume\nmetadata: name: fss-pv\nspec: capacity: storage: 50Gi volumeMode: Filesystem accessModes: - ReadWriteMany persistentVolumeReclaimPolicy: Retain csi: driver: fss.csi.oraclecloud.com volumeHandle: ocid1.filesystem.oc1.iad.aaaa______j2xw:10.0.0.6:/FileSystem1 In the yaml file, set: driver value to: fss.csi.oraclecloud.com volumeHandle value to: :: The is the OCID of the file system defined in the File Storage service, the is the IP address assigned to the mount target and the is the mount path to the file system relative to the mount target IP address, starting with a slash. Create the PV from the manifest file: kubectl create -f fss-pv.yaml","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Define and create a PV backed by FSS","id":"84","title":"Define and create a PV backed by FSS"},"85":{"body":"Create a manifest file (fss-pvc.yaml) to define the PVC: apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata: name: fss-pvc\nspec: accessModes: - ReadWriteMany storageClassName: \"\" resources: requests: storage: 50Gi volumeName: fss-pv In the YAML file, set: storageClassName to \"\" volumeName to the name of the PV created earlier Create the PVC from the manifest file: kubectl create -f fss-pvc.yaml","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Define and create a PVC provisioned by the PV","id":"85","title":"Define and create a PVC provisioned by the PV"},"86":{"body":"","breadcrumbs":"Getting Started » Customize worker nodes » Customizing worker nodes","id":"86","title":"Customizing worker nodes"},"87":{"body":"Use the following configuration in OCIMachineTemplate to use a customer managed boot volume encryption key . kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: instanceSourceViaImageConfig: kmsKeyId: ","breadcrumbs":"Getting Started » Customize worker nodes » Configure user managed boot volume encryption","id":"87","title":"Configure user managed boot volume encryption"},"88":{"body":"Use the following configuration in OCIMachineTemplate to create shielded instances . Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct for an enumeration of all the possible configurations. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: platformConfig: platformConfigType: \"AMD_VM\" amdVmPlatformConfig: isSecureBootEnabled: true isTrustedPlatformModuleEnabled: true isMeasuredBootEnabled: true","breadcrumbs":"Getting Started » Customize worker nodes » Configure shielded instances","id":"88","title":"Configure shielded instances"},"89":{"body":"Use the following configuration in OCIMachineTemplate to create confidential instances . Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct for an enumeration of all the possible configurations. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: platformConfig: platformConfigType: \"AMD_VM\" amdVmPlatformConfig: isMemoryEncryptionEnabled: true","breadcrumbs":"Getting Started » Customize worker nodes » Configure confidential instances","id":"89","title":"Configure confidential instances"},"9":{"body":"This section contains information about enabling and configuring various Oracle Cloud Infrastructure (OCI) resources using the Kubernetes Cluster API Provider for OCI.","breadcrumbs":"Getting Started » Getting started","id":"9","title":"Getting started"},"90":{"body":"Use the following configuration in OCIMachineTemplate to create preemtible instances . kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: preemptibleInstanceConfig: terminatePreemptionAction: preserveBootVolume: false","breadcrumbs":"Getting Started » Customize worker nodes » Configure preemptible instances","id":"90","title":"Configure preemptible instances"},"91":{"body":"Use the following configuration in OCIMachineTemplate to use capacity reservations . kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: capacityReservationId: ","breadcrumbs":"Getting Started » Customize worker nodes » Configure capacity reservation","id":"91","title":"Configure capacity reservation"},"92":{"body":"Use the following configuration in OCIMachineTemplate to configure Oracle Cloud Agent plugins . The example below enables Bastion plugin. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: agentConfig: pluginsConfigs: - name: \"Bastion\" desiredState: \"ENABLED\"","breadcrumbs":"Getting Started » Customize worker nodes » Configure Oracle Cloud Agent plugins","id":"92","title":"Configure Oracle Cloud Agent plugins"},"93":{"body":"Use the following configuration in OCIMachineTemplate to configure Burstable Instance . The following values are supported for baselineOcpuUtilization. BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: shapeConfig: baselineOcpuUtilization: \"BASELINE_1_8\" ocpus: \"1\"","breadcrumbs":"Getting Started » Customize worker nodes » Configure Burstable Instances","id":"93","title":"Configure Burstable Instances"},"94":{"body":"CAPOCI supports multi-tenancy wherein different OCI user principals can be used to reconcile different OCI clusters. This is achieved by associating a cluster with a Cluster Identity and associating the identity with a user principal. Currently only OCI user principal is supported for Cluster Identity.","breadcrumbs":"Getting Started » Multi Tenancy » Multi-tenancy","id":"94","title":"Multi-tenancy"},"95":{"body":"","breadcrumbs":"Getting Started » Multi Tenancy » Steps","id":"95","title":"Steps"},"96":{"body":"Please read the doc to know more about the parameters below. apiVersion: v1\nkind: Secret\nmetadata: name: user-credentials namespace: default\ntype: Opaque\ndata: tenancy: user: key: fingerprint: passphrase: region: ","breadcrumbs":"Getting Started » Multi Tenancy » Step 1 - Create a secret with user principal in the management cluster","id":"96","title":"Step 1 - Create a secret with user principal in the management cluster"},"97":{"body":"The Cluster Identity should have a reference to the secret created above. ---\nkind: OCIClusterIdentity\nmetadata: name: cluster-identity namespace: default\nspec: type: UserPrincipal principalSecret: name: user-credentials namespace: default allowedNamespaces: {}\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" identityRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIClusterIdentity name: cluster-identity namespace: default","breadcrumbs":"Getting Started » Multi Tenancy » Step 2 - Edit the cluster template to add a Cluster Identity section and point the OCICluster to the Cluster Identity","id":"97","title":"Step 2 - Edit the cluster template to add a Cluster Identity section and point the OCICluster to the Cluster Identity"},"98":{"body":"allowedNamespaces can be used to control which namespaces the OCIClusters are allowed to use the identity from. Namespaces can be selected either using an array of namespaces or with label selector. An empty allowedNamespaces object indicates that OCIClusters can use this identity from any namespace. If this object is nil, no namespaces will be allowed, which is the default behavior of the field if not specified. Note: NamespaceList will take precedence over Selector if both are set.","breadcrumbs":"Getting Started » Multi Tenancy » allowedNamespaces","id":"98","title":"allowedNamespaces"},"99":{"body":"Cluster Identity also supports Instance Principals . The example OCIClusterIdentity spec shown below uses Instance Principals. ---\nkind: OCIClusterIdentity\nmetadata: name: cluster-identity namespace: default\nspec: type: InstancePrincipal allowedNamespaces: {}","breadcrumbs":"Getting Started » Multi Tenancy » Cluster Identity using Instance Principals","id":"99","title":"Cluster Identity using Instance Principals"}},"length":191,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"0":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"164":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}},"1":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"2":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"2":{"0":{".":{"1":{"0":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"4":{".":{"3":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"74":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"2":{"9":{"df":7,"docs":{"109":{"tf":1.0},"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":2,"docs":{"115":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":6,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{".":{"0":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":3,"docs":{"163":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"2":{"5":{"0":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}},"m":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"2":{".":{"1":{"6":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"139":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"/":{"2":{"8":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"74":{"tf":1.0}}},"df":11,"docs":{"145":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":2.6457513110645907},"93":{"tf":1.0},"96":{"tf":1.0}}},"2":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"3":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":2.0}}},"3":{"7":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"104":{"tf":1.0},"155":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"64":{"tf":1.0},"97":{"tf":1.0}}},"3":{".":{"2":{"1":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"0":{"0":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"7":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"4":{"3":{"df":2,"docs":{"118":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"5":{"0":{"0":{"0":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"6":{"0":{"8":{"1":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"3":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":2.449489742783178}}},"df":4,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}},"8":{"0":{"df":3,"docs":{"118":{"tf":1.0},"131":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"94":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"184":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"d":{"d":{":":{"df":0,"docs":{},"v":{"0":{".":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"148":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"54":{"tf":2.0},"64":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"36":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"145":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"55":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"71":{"tf":2.8284271247461903}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}},"k":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":22,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"159":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"100":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":2.0},"10":{"tf":1.7320508075688772},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"137":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":33,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0}}},"df":20,"docs":{"103":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"184":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"104":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"70":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"186":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":21,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":3,"docs":{"164":{"tf":2.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.7320508075688772}},"e":{"_":{"1":{"_":{"1":{"df":1,"docs":{"93":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":1,"docs":{"164":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":1,"docs":{"148":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"w":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"143":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}},"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":27,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"164":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"2":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"2":{"8":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"3":{"6":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"5":{"2":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"87":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"32":{"tf":1.0},"75":{"tf":1.0},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"80":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"a":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":2.0},"38":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":3.872983346207417}}}},"df":0,"docs":{}},"l":{"df":4,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"p":{"a":{"c":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"6":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"i":{"'":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":2,"docs":{"164":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"39":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"df":3,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0}},"e":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"179":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"83":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"36":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":23,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772}}}},"df":5,"docs":{"14":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"d":{"df":40,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"103":{"tf":1.0},"106":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"168":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":2.0},"74":{"tf":3.1622776601683795},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":2.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":9,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.0},"70":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"103":{"tf":2.6457513110645907},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":2.449489742783178},"161":{"tf":2.449489742783178},"32":{"tf":1.0},"55":{"tf":4.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":19,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":99,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"10":{"tf":3.0},"100":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"105":{"tf":1.0},"106":{"tf":2.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":3.3166247903554},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":3.605551275463989},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"145":{"tf":2.6457513110645907},"147":{"tf":1.0},"149":{"tf":2.23606797749979},"151":{"tf":2.23606797749979},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":2.23606797749979},"155":{"tf":2.0},"156":{"tf":2.449489742783178},"157":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":2.8284271247461903},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":2.8284271247461903},"22":{"tf":1.7320508075688772},"23":{"tf":3.3166247903554},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":3.0},"33":{"tf":2.449489742783178},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":3.7416573867739413},"37":{"tf":2.449489742783178},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"44":{"tf":2.449489742783178},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":2.449489742783178},"49":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.449489742783178},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":2.23606797749979},"63":{"tf":2.449489742783178},"64":{"tf":2.6457513110645907},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":3.1622776601683795},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":2.449489742783178},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}}}}}},"m":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"103":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"38":{"tf":2.8284271247461903},"41":{"tf":1.0},"52":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"t":{"df":12,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":2.6457513110645907},"19":{"tf":3.0},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"47":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"73":{"tf":2.6457513110645907},"76":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.4142135623730951},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"15":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"149":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}},"t":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"144":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":44,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":3.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":2.8284271247461903},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.1622776601683795},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"64":{"tf":2.0},"69":{"tf":3.4641016151377544},"70":{"tf":2.8284271247461903},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.1622776601683795},"76":{"tf":1.0},"77":{"tf":3.4641016151377544},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"24":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"r":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":66,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":2.449489742783178},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.8284271247461903},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"39":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":4.47213595499958},"80":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"u":{"d":{"a":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"164":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":26,"docs":{"132":{"tf":2.0},"133":{"tf":1.0},"138":{"tf":2.449489742783178},"14":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":2.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"b":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"df":3,"docs":{"173":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"36":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":2.0},"83":{"tf":1.4142135623730951}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"10":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}}},"df":19,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":2.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":2.23606797749979}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"143":{"tf":1.0},"19":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":3,"docs":{"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"c":{"df":9,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0}},"s":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"135":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"175":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"71":{"tf":2.449489742783178}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":6,"docs":{"48":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":2.0},"143":{"tf":3.0}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":4,"docs":{"48":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951}}}}}}},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"179":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"142":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":2.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":1.4142135623730951},"57":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"164":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"137":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"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":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"144":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"100":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":2.0},"76":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.7320508075688772},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"147":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.7320508075688772},"36":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"s":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.7320508075688772},"36":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.0},"77":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"164":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"145":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"s":{"df":6,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772}}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}},"d":{"df":2,"docs":{"179":{"tf":1.0},"55":{"tf":1.0}}},"df":22,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"168":{"tf":1.4142135623730951},"2":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"70":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"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":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":22,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"c":{"df":0,"docs":{},"i":{"d":{">":{":":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{">":{":":{"<":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{">":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":61,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":2.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"h":{"c":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"38":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"141":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"38":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772}}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.6457513110645907},"184":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907}}}},"w":{"df":0,"docs":{},"f":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"71":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":2.0}}}},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"172":{"tf":1.0},"26":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"6":{"9":{".":{"2":{"5":{"4":{".":{"1":{"6":{"9":{".":{"2":{"5":{"4":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"/":{"df":0,"docs":{},"v":{"2":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"80":{"tf":1.0}},"s":{":":{"/":{"/":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"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":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"v":{"1":{".":{"7":{".":{"1":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"4":{".":{"5":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{".":{"df":1,"docs":{"23":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}}}},"d":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":4.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":2.0},"69":{"tf":2.6457513110645907},"70":{"tf":2.23606797749979},"87":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"94":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"(":{"df":2,"docs":{"15":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"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":7,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"106":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":6,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"136":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":3.3166247903554},"135":{"tf":2.0}}}}}}}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.0}},"i":{"df":6,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"181":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"69":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":34,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"57":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"n":{"c":{"df":35,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"73":{"tf":2.0},"76":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"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":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":2,"docs":{"161":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"135":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"181":{"tf":2.0},"183":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"112":{"tf":2.8284271247461903},"115":{"tf":2.8284271247461903},"132":{"tf":1.0},"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"2":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"q":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.0},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"4":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":6,"docs":{"103":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.23606797749979}}},"2":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":24,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"y":{"df":18,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":45,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":1,"docs":{"87":{"tf":1.0}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"153":{"tf":1.0},"155":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"l":{"df":32,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"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},"43":{"tf":2.0},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.449489742783178},"67":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":6,"docs":{"155":{"tf":1.0},"64":{"tf":2.8284271247461903},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":41,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":2.0},"29":{"tf":2.23606797749979},"32":{"tf":2.6457513110645907},"38":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"1":{".":{"2":{"0":{".":{"1":{"0":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}},"4":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}},"l":{"0":{"df":1,"docs":{"164":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"104":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"149":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"36":{"tf":2.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"75":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"b":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":5,"docs":{"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"10":{"tf":1.0},"102":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":8,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"145":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":22,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":1.4142135623730951},"186":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"186":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":1.0},"54":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"i":{"c":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"s":{"c":{"2":{"0":{"1":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"32":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.8284271247461903},"70":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"32":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"104":{"tf":1.0},"159":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":51,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"159":{"tf":2.449489742783178},"160":{"tf":2.449489742783178},"161":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":2.449489742783178},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"76":{"tf":1.0},"87":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"$":{"df":0,"docs":{},"{":{"c":{"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"p":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"d":{"df":5,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":24,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":3.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"df":1,"docs":{"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"41":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"164":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"186":{"tf":1.4142135623730951},"21":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"41":{"tf":1.0}}}}},"p":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"184":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":1.0},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":2.449489742783178},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":2.23606797749979},"141":{"tf":2.449489742783178},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"166":{"tf":2.6457513110645907},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":3.7416573867739413},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"73":{"tf":2.449489742783178},"76":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"145":{"tf":1.7320508075688772},"154":{"tf":1.0},"161":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":3.1622776601683795},"62":{"tf":1.0},"64":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"188":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":15,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"26":{"tf":3.3166247903554},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"102":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":2.0},"119":{"tf":1.0},"132":{"tf":2.0},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"55":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"188":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":15,"docs":{"103":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"104":{"tf":2.23606797749979},"80":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":44,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.6457513110645907},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":2.449489742783178},"29":{"tf":1.0},"32":{"tf":2.6457513110645907},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"77":{"tf":3.3166247903554},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":19,"docs":{"140":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"g":{"df":35,"docs":{"106":{"tf":3.3166247903554},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":2.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"177":{"tf":1.0},"32":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"71":{"tf":2.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"72":{"tf":1.0}}},":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"=":{"1":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"b":{"6":{"4":{"=":{"$":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"1":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"s":{"=":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"5":{"2":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"b":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"\"":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"a":{"a":{"a":{"a":{"_":{"_":{"_":{"_":{"_":{"_":{"df":0,"docs":{},"j":{"2":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{":":{"1":{"0":{".":{"0":{".":{"0":{".":{"6":{":":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":2.23606797749979},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":65,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.7320508075688772},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":2.449489742783178},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":2.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":2.8284271247461903},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":3.4641016151377544},"8":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"55":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"144":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":9,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"93":{"tf":2.0}}}}},"df":8,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":27,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":3.0},"3":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}},"df":9,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"68":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"u":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":33,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":17,"docs":{"142":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.23606797749979},"158":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}},"t":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"=":{"'":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"79":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"75":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"106":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":37,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":3.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":2.8284271247461903},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.1622776601683795},"44":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.0},"57":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":3.4641016151377544},"70":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"145":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"65":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"97":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":11,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.7320508075688772},"159":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.23606797749979},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"169":{"tf":2.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"166":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"102":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"106":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.0},"152":{"tf":1.7320508075688772},"183":{"tf":1.0},"188":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"41":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":1.0},"177":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"10":{"tf":2.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":2.6457513110645907},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":19,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"y":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"v":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{")":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":7,"docs":{"75":{"tf":1.7320508075688772},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":3.7416573867739413},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":2.0}}},"df":5,"docs":{"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"159":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"185":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}},"d":{"df":14,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":7,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"142":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"68":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"149":{"tf":1.4142135623730951},"156":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"175":{"tf":1.0},"186":{"tf":2.23606797749979},"190":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":2.449489742783178},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"61":{"tf":1.7320508075688772},"71":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"159":{"tf":1.0}}}},"df":1,"docs":{"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":2.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.449489742783178}}},"v":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"53":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"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":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"10":{"tf":1.0},"106":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":22,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"188":{"tf":1.0},"29":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":2.8284271247461903},"135":{"tf":2.0},"138":{"tf":2.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"166":{"tf":2.6457513110645907},"167":{"tf":1.0},"29":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"70":{"tf":2.0}}},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":2.23606797749979},"142":{"tf":1.4142135623730951},"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"p":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":27,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"184":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":18,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"80":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":1,"docs":{"36":{"tf":1.0}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":1.0},"66":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"138":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"104":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"164":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"187":{"tf":1.0},"71":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"df":14,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"132":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":2.449489742783178},"139":{"tf":2.6457513110645907},"148":{"tf":1.0},"167":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":2.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"f":{"df":9,"docs":{"144":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.23606797749979},"161":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.7320508075688772},"141":{"tf":1.0},"184":{"tf":1.0},"23":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":32,"docs":{"106":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"125":{"tf":2.0},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"188":{"tf":2.23606797749979},"21":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"0":{".":{"1":{"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"=":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":29,"docs":{"10":{"tf":2.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"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":4,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":3.4641016151377544},"62":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"33":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"e":{"df":5,"docs":{"132":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"179":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":43,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":3.3166247903554},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"177":{"tf":1.0},"188":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":14,"docs":{"139":{"tf":1.0},"145":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"145":{"tf":1.0},"32":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0}}},"u":{"df":6,"docs":{"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"71":{"tf":2.23606797749979},"80":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"14":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":2.23606797749979},"82":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"70":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":2.23606797749979},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"69":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":17,"docs":{"106":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"166":{"tf":2.23606797749979},"175":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"159":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":26,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"104":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"15":{"tf":1.0},"64":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"164":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"142":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"p":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.0},"115":{"tf":2.449489742783178},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":3.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"131":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"103":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":2.6457513110645907},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":2.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"54":{"tf":2.0},"65":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}}}}},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"145":{"tf":1.0},"32":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":32,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"141":{"tf":2.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"143":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}}}},"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"190":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":89,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":2.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":2.0},"145":{"tf":2.449489742783178},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"73":{"tf":2.0},"76":{"tf":1.7320508075688772},"80":{"tf":2.23606797749979},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"=":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979},"97":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"1":{"2":{".":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"54":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"3":{".":{"2":{"4":{".":{"5":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":2.449489742783178}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":3.4641016151377544},"143":{"tf":2.6457513110645907},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"2":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.0}}}},"df":1,"docs":{"189":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}},"s":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"103":{"tf":1.7320508075688772},"106":{"tf":2.0},"145":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":20,"docs":{"106":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"2":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"145":{"tf":1.0},"32":{"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":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":12,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"175":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"87":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0}}}},"y":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":2,"docs":{"164":{"tf":1.0},"173":{"tf":1.0}},"e":{"b":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"167":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"103":{"tf":2.0},"104":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":3.1622776601683795},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":30,"docs":{"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":2.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"10":{"tf":1.0},"23":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"a":{"d":{"df":44,"docs":{"100":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"164":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":1,"docs":{"164":{"tf":1.0}},"e":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"0":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"164":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}},"1":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"2":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"2":{"0":{".":{"1":{"0":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"4":{".":{"3":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"74":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"2":{"9":{"df":7,"docs":{"109":{"tf":1.0},"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":2,"docs":{"115":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":6,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{".":{"0":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":3,"docs":{"163":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"2":{"5":{"0":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}},"m":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"2":{".":{"1":{"6":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"139":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"/":{"2":{"8":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"74":{"tf":1.0}}},"df":11,"docs":{"145":{"tf":1.0},"154":{"tf":1.4142135623730951},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":2.6457513110645907},"93":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"3":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":2.0}}},"3":{"7":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"104":{"tf":1.0},"155":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"64":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"3":{".":{"2":{"1":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"0":{"0":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"7":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"4":{"3":{"df":2,"docs":{"118":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"5":{"0":{"0":{"0":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"6":{"0":{"8":{"1":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"3":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":2.449489742783178}}},"df":4,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}},"8":{"0":{"df":3,"docs":{"118":{"tf":1.0},"131":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":2.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"65":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"94":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"184":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"d":{"d":{":":{"df":0,"docs":{},"v":{"0":{".":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"148":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":2.449489742783178},"44":{"tf":2.449489742783178},"54":{"tf":2.0},"64":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"36":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":2.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"55":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"71":{"tf":2.8284271247461903}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}},"k":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":22,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"159":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"100":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":50,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"10":{"tf":2.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"137":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":33,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0}}},"df":20,"docs":{"103":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"184":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"104":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"36":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"70":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"186":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":21,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"137":{"tf":3.0},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":2.0},"50":{"tf":2.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":3,"docs":{"164":{"tf":2.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.7320508075688772}},"e":{"_":{"1":{"_":{"1":{"df":1,"docs":{"93":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":1,"docs":{"164":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":1,"docs":{"148":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"w":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"143":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}},"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":27,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"164":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.449489742783178},"80":{"tf":2.0}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"2":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"2":{"8":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"3":{"6":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"5":{"2":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":4,"docs":{"162":{"tf":2.23606797749979},"163":{"tf":2.0},"164":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"32":{"tf":1.0},"75":{"tf":1.0},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"80":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"a":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"38":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":4.0}}}},"df":0,"docs":{}},"l":{"df":4,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"p":{"a":{"c":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"6":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"i":{"'":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":2,"docs":{"164":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"39":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.449489742783178},"77":{"tf":1.0}}}},"df":3,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"179":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"83":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"36":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":23,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.8284271247461903},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772}}}},"df":5,"docs":{"14":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"d":{"df":44,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":2.0},"103":{"tf":1.0},"106":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"168":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.7320508075688772},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"64":{"tf":2.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"72":{"tf":2.8284271247461903},"73":{"tf":2.449489742783178},"74":{"tf":3.4641016151377544},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":2.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":9,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.0},"70":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"103":{"tf":2.6457513110645907},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":2.449489742783178},"161":{"tf":2.449489742783178},"32":{"tf":1.0},"55":{"tf":4.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":19,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":116,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.0},"10":{"tf":3.1622776601683795},"100":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"105":{"tf":1.0},"106":{"tf":2.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":3.605551275463989},"140":{"tf":2.0},"141":{"tf":2.23606797749979},"142":{"tf":3.7416573867739413},"143":{"tf":2.8284271247461903},"144":{"tf":2.23606797749979},"145":{"tf":3.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":2.6457513110645907},"150":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.6457513110645907},"153":{"tf":1.7320508075688772},"154":{"tf":2.6457513110645907},"155":{"tf":2.23606797749979},"156":{"tf":3.0},"157":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":3.1622776601683795},"19":{"tf":2.6457513110645907},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":3.1622776601683795},"22":{"tf":2.449489742783178},"23":{"tf":3.7416573867739413},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"32":{"tf":3.3166247903554},"33":{"tf":2.8284271247461903},"34":{"tf":2.449489742783178},"35":{"tf":2.449489742783178},"36":{"tf":4.0},"37":{"tf":2.8284271247461903},"38":{"tf":2.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":2.6457513110645907},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":3.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":3.0},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":2.8284271247461903},"63":{"tf":3.0},"64":{"tf":3.0},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":3.3166247903554},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":3.0},"99":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}}}}}},"m":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"103":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"38":{"tf":3.0},"41":{"tf":1.0},"52":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"t":{"df":12,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":2.6457513110645907},"19":{"tf":3.0},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"47":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"73":{"tf":2.6457513110645907},"76":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.7320508075688772},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.0},"20":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"73":{"tf":2.0},"76":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"149":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}},"t":{"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"144":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"173":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":44,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":3.1622776601683795},"115":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":3.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"69":{"tf":3.4641016151377544},"70":{"tf":2.8284271247461903},"72":{"tf":2.23606797749979},"73":{"tf":1.7320508075688772},"74":{"tf":3.3166247903554},"76":{"tf":1.0},"77":{"tf":3.4641016151377544},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"24":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"r":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":83,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":2.449489742783178},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":3.3166247903554},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":3.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":13,"docs":{"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":4.69041575982343},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"u":{"d":{"a":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"164":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":39,"docs":{"132":{"tf":2.449489742783178},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.8284271247461903},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"b":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"df":3,"docs":{"173":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"36":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":2.0},"83":{"tf":1.4142135623730951}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"10":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}}},"df":19,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":2.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":2.449489742783178}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"143":{"tf":1.0},"19":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":3,"docs":{"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"c":{"df":9,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0}},"s":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"135":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"175":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"71":{"tf":2.449489742783178}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":6,"docs":{"48":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":2.0},"143":{"tf":3.0}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":4,"docs":{"48":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.8284271247461903},"84":{"tf":1.4142135623730951}}}}}}},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"179":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907},"80":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"142":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":2.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":1.4142135623730951},"57":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"164":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}}},"d":{"df":1,"docs":{"137":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"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":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"125":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"144":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"156":{"tf":2.23606797749979},"157":{"tf":2.0},"158":{"tf":1.0}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"100":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"160":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":2.0},"76":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.7320508075688772},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.7320508075688772},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"147":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.7320508075688772},"36":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"s":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"140":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":2.449489742783178},"71":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"164":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"145":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"s":{"df":6,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772}}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}},"d":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":22,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"70":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"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":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":23,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"c":{"df":0,"docs":{},"i":{"d":{">":{":":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{">":{":":{"<":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{">":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":61,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":2.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"188":{"tf":2.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":97,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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.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.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"h":{"c":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"38":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"141":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":18,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"38":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"48":{"tf":2.449489742783178},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.8284271247461903},"54":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.6457513110645907},"184":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907}}}},"w":{"df":0,"docs":{},"f":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"71":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":2.0}}}},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"172":{"tf":1.0},"26":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"6":{"9":{".":{"2":{"5":{"4":{".":{"1":{"6":{"9":{".":{"2":{"5":{"4":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"/":{"df":0,"docs":{},"v":{"2":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"80":{"tf":1.0}},"s":{":":{"/":{"/":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"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":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"v":{"1":{".":{"7":{".":{"1":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"4":{".":{"5":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{".":{"df":1,"docs":{"23":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}}}},"d":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":4.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":2.0},"69":{"tf":2.6457513110645907},"70":{"tf":2.23606797749979},"87":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.0},"100":{"tf":2.8284271247461903},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"94":{"tf":1.7320508075688772},"97":{"tf":2.6457513110645907},"98":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"(":{"df":2,"docs":{"15":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"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":7,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"106":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":6,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":59,"docs":{"0":{"tf":2.0},"10":{"tf":2.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":2.449489742783178},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":3.3166247903554},"135":{"tf":2.0}}}}}}}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.0}},"i":{"df":6,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"69":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":46,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.8284271247461903},"57":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"n":{"c":{"df":35,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":2.0},"163":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"76":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"93":{"tf":2.0},"99":{"tf":2.0}},"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":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":2,"docs":{"161":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"135":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":12,"docs":{"177":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"181":{"tf":2.23606797749979},"183":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"112":{"tf":2.8284271247461903},"115":{"tf":2.8284271247461903},"132":{"tf":1.0},"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"2":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"q":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.0},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"4":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":6,"docs":{"103":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.23606797749979}}},"2":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":24,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"y":{"df":18,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":45,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"24":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":1,"docs":{"87":{"tf":1.0}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"37":{"tf":2.0},"51":{"tf":2.0},"63":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":32,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"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},"43":{"tf":2.0},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.449489742783178},"67":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":6,"docs":{"155":{"tf":1.0},"64":{"tf":2.8284271247461903},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":41,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.4142135623730951},"10":{"tf":2.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":2.23606797749979},"29":{"tf":2.23606797749979},"32":{"tf":2.6457513110645907},"38":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"1":{".":{"2":{"0":{".":{"1":{"0":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}},"4":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}},"l":{"0":{"df":1,"docs":{"164":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"104":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"149":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"36":{"tf":2.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"75":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"b":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":5,"docs":{"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"10":{"tf":1.0},"102":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.449489742783178},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":8,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"145":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.7320508075688772},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":22,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"137":{"tf":3.0},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"186":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"186":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":1.0},"54":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"i":{"c":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"s":{"c":{"2":{"0":{"1":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"32":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":3.0},"70":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"32":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"104":{"tf":1.0},"159":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":68,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":3.0},"160":{"tf":3.0},"161":{"tf":2.449489742783178},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":2.6457513110645907},"68":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"87":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"e":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"$":{"df":0,"docs":{},"{":{"c":{"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"p":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"d":{"df":5,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":24,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":3.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":2.0},"50":{"tf":2.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"df":1,"docs":{"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":2.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"41":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"164":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"186":{"tf":1.4142135623730951},"21":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"41":{"tf":1.0}}}}},"p":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"100":{"tf":1.0},"184":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":1.0},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":2.449489742783178},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":2.23606797749979},"141":{"tf":2.449489742783178},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"166":{"tf":2.6457513110645907},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":3.7416573867739413},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"73":{"tf":2.449489742783178},"76":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"145":{"tf":1.7320508075688772},"154":{"tf":1.0},"161":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":3.1622776601683795},"62":{"tf":1.0},"64":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"183":{"tf":2.0},"188":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":15,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"102":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":61,"docs":{"105":{"tf":2.0},"106":{"tf":2.8284271247461903},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.449489742783178},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.6457513110645907},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"55":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"188":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":15,"docs":{"103":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"80":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"104":{"tf":2.23606797749979},"80":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":52,"docs":{"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.6457513110645907},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.6457513110645907},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":2.8284271247461903},"160":{"tf":2.23606797749979},"161":{"tf":2.0},"162":{"tf":1.0},"169":{"tf":2.6457513110645907},"29":{"tf":1.0},"32":{"tf":2.6457513110645907},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"77":{"tf":3.3166247903554},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"18":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":19,"docs":{"140":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"g":{"df":35,"docs":{"106":{"tf":3.3166247903554},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"177":{"tf":1.0},"32":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"71":{"tf":2.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"72":{"tf":1.0}}},":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"=":{"1":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"b":{"6":{"4":{"=":{"$":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"1":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"s":{"=":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"5":{"2":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"b":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"\"":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"a":{"a":{"a":{"a":{"_":{"_":{"_":{"_":{"_":{"_":{"df":0,"docs":{},"j":{"2":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{":":{"1":{"0":{".":{"0":{".":{"0":{".":{"6":{":":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":2.6457513110645907},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":66,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":2.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":2.6457513110645907},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":2.0},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":2.8284271247461903},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":3.4641016151377544},"8":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"55":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"144":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":9,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"93":{"tf":2.0}}}}},"df":8,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":37,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"144":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"152":{"tf":2.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":3.1622776601683795},"3":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}},"df":9,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"68":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"u":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":38,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.7320508075688772},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":17,"docs":{"142":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.449489742783178},"158":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.449489742783178},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"=":{"'":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.8284271247461903},"143":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"79":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"75":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"106":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":37,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":3.1622776601683795},"115":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":3.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.0},"57":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":3.4641016151377544},"70":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"145":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":2.0}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"65":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":2.0},"159":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":2.6457513110645907},"19":{"tf":2.8284271247461903},"20":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"161":{"tf":2.0},"169":{"tf":2.23606797749979}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"102":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"73":{"tf":2.0},"76":{"tf":2.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":3.1622776601683795},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"152":{"tf":2.0},"183":{"tf":1.0},"188":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"145":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"41":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":1.0},"177":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":42,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.0},"10":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":2.8284271247461903},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":21,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.449489742783178},"21":{"tf":2.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.7320508075688772},"78":{"tf":2.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"y":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"v":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{")":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":9,"docs":{"75":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":4.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.449489742783178}}},"df":5,"docs":{"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"85":{"tf":2.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"159":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"185":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}},"d":{"df":14,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":7,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"142":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"68":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"143":{"tf":1.0},"149":{"tf":1.4142135623730951},"156":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"175":{"tf":1.0},"186":{"tf":2.449489742783178},"190":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"61":{"tf":1.7320508075688772},"71":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"159":{"tf":1.0}}}},"df":1,"docs":{"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":2.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.6457513110645907}}},"v":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"53":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"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":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"10":{"tf":1.0},"106":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":22,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"188":{"tf":1.0},"29":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":2.8284271247461903},"135":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"166":{"tf":2.6457513110645907},"167":{"tf":1.0},"29":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"70":{"tf":2.0}}},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"p":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":27,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"184":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":18,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"80":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":1,"docs":{"36":{"tf":1.0}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":1.0},"66":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"138":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"104":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"164":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"df":14,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"132":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.8284271247461903},"139":{"tf":3.0},"148":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":2.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"f":{"df":9,"docs":{"144":{"tf":1.0},"159":{"tf":2.6457513110645907},"160":{"tf":2.6457513110645907},"161":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"141":{"tf":1.0},"184":{"tf":1.0},"23":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":35,"docs":{"106":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.0},"128":{"tf":2.23606797749979},"129":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"188":{"tf":2.449489742783178},"21":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"0":{".":{"1":{"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"=":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":29,"docs":{"10":{"tf":2.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"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":4,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":3.1622776601683795},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":3.605551275463989},"62":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"33":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"e":{"df":5,"docs":{"132":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"179":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":43,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"138":{"tf":2.0},"139":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":3.3166247903554},"69":{"tf":2.23606797749979},"70":{"tf":2.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"177":{"tf":1.0},"188":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":14,"docs":{"139":{"tf":1.0},"145":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"145":{"tf":1.0},"32":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":97,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.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.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0}}},"u":{"df":6,"docs":{"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"71":{"tf":2.449489742783178},"80":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"14":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":2.23606797749979},"82":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"70":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":2.0},"81":{"tf":2.23606797749979},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"69":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":17,"docs":{"106":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"166":{"tf":2.23606797749979},"175":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"159":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":26,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"104":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"15":{"tf":1.0},"64":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"164":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"142":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"p":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.0},"115":{"tf":2.449489742783178},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":3.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"131":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"103":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":2.8284271247461903},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":2.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"65":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}}}}},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"145":{"tf":1.0},"32":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":32,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"141":{"tf":2.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"143":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}}}},"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"190":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":112,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"145":{"tf":2.449489742783178},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"=":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":2.23606797749979},"26":{"tf":2.0},"27":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"1":{"2":{".":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"54":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"3":{".":{"2":{"4":{".":{"5":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":2.449489742783178}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":3.605551275463989},"143":{"tf":2.8284271247461903},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.23606797749979},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"2":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":1,"docs":{"189":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}},"s":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"103":{"tf":1.7320508075688772},"106":{"tf":2.0},"145":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"106":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.8284271247461903},"157":{"tf":1.0},"158":{"tf":2.0},"18":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"2":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"145":{"tf":1.0},"32":{"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":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":12,"docs":{"162":{"tf":2.23606797749979},"163":{"tf":2.0},"164":{"tf":2.0},"175":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":3.0},"87":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0}}}},"y":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":2,"docs":{"164":{"tf":1.0},"173":{"tf":1.0}},"e":{"b":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"167":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"103":{"tf":2.0},"104":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"63":{"tf":1.0},"64":{"tf":3.3166247903554},"65":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":37,"docs":{"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":2.449489742783178},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":2.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"10":{"tf":1.0},"23":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"a":{"d":{"df":54,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"145":{"tf":2.449489742783178},"149":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"32":{"tf":3.0},"33":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":3.1622776601683795},"37":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.23606797749979},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.449489742783178},"64":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"164":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"55":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":1,"docs":{"164":{"tf":1.0}},"e":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}},"title":{"root":{"1":{"df":2,"docs":{"154":{"tf":1.0},"96":{"tf":1.0}}},"2":{"df":2,"docs":{"155":{"tf":1.0},"97":{"tf":1.0}}},"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":1,"docs":{"175":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"137":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"16":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"107":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":1,"docs":{"176":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":52,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"167":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":22,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":4,"docs":{"39":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":11,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"86":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"134":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"136":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"f":{"d":{"df":1,"docs":{"179":{"tf":1.0}}},"df":1,"docs":{"178":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"168":{"tf":1.0},"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":5,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"135":{"tf":1.0},"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"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":10,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"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":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"n":{"c":{"df":14,"docs":{"161":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"u":{"b":{"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":5,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"160":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"c":{"df":5,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":1,"docs":{"182":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"165":{"tf":1.0}}}}}}},"w":{"df":9,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":9,"docs":{"104":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"54":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"g":{"df":25,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"184":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"97":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"154":{"tf":1.0},"20":{"tf":1.0}}},"df":9,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":5,"docs":{"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"c":{"df":6,"docs":{"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}},"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":1,"docs":{"185":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"36":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"187":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"i":{"c":{"df":10,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"188":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":13,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":21,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"n":{"df":7,"docs":{"136":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}},"df":1,"docs":{"189":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"a":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"156":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"54":{"tf":1.0},"86":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":21,"docs":{"100":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/searchindex.json b/searchindex.json new file mode 100644 index 00000000..f3f499e1 --- /dev/null +++ b/searchindex.json @@ -0,0 +1 @@ +{"doc_urls":["introduction.html#kubernetes-cluster-api-provider-for-oracle-cloud-infrastructure","introduction.html#what-is-the-cluster-api-provider-for-oci","introduction.html#features","introduction.html#getting-started","introduction.html#support-policy","introduction.html#cluster-api-versions","introduction.html#kubernetes-versions","prerequisites.html#prerequisites","prerequisites.html#requirements","gs/gs.html#getting-started","gs/overview.html#getting-started-with-kubernetes-cluster-api-provider-for-oracle-cloud-infrastructure","gs/overview.html#setting-up-a-non-production-management-cluster","gs/overview.html#setting-up-a-management-cluster-using-an-initial-bootstrap-cluster","gs/overview.html#setting-up-a-management-cluster-using-oke","gs/overview.html#setting-up-a-management-cluster-using-a-3rd-party-kubernetes-cluster","gs/custom-machine-images.html#configure-custom-machine-images","gs/custom-machine-images.html#building-a-custom-image","gs/iam.html#configure-user-and-policies","gs/iam/iam-oke.html#configure-oci-policies-for-an-oracle-container-engine-for-kubernetes-cluster","gs/iam/iam-self-provisioned.html#configure-policies-for-a-self-provisioned-cluster","gs/iam/iam-ocid.html#user-configuration-and-ocids","gs/provision-mgmt-cluster.html#provision-a-management-cluster","gs/mgmt/mgmt-kind.html#provision-a-management-cluster-using--kind","gs/mgmt/mgmt-oke.html#provision-a-management-cluster-with-oracle-container-engine-for-kubernetes","gs/install-cluster-api.html#install-cluster-api-provider-for-oracle-cloud-infrastructure","gs/install-cluster-api.html#configure-authentication","gs/install-cluster-api.html#user-principal","gs/install-cluster-api.html#instance-principal","gs/install-cluster-api.html#initialize-management-cluster","gs/install-cluster-api.html#capoci-components","gs/create-workload-cluster.html#create-a-workload-cluster","gs/create-workload-cluster.html#workload-cluster-templates","gs/create-workload-cluster.html#workload-cluster-parameters","gs/create-workload-cluster.html#create-a-new-workload-cluster-on-virtual-instances-using-an-ubuntu-custom-image","gs/create-workload-cluster.html#create-a-new-workload-cluster-on-bare-metal-instances-using-an-ubuntu-custom-image","gs/create-workload-cluster.html#create-a-new-workload-cluster-on-virtual-instances-using-an-oracle-linux-custom-image","gs/create-workload-cluster.html#create-a-workload-cluster-in-an-alternative-region","gs/create-workload-cluster.html#access-workload-cluster-kubeconfig","gs/create-workload-cluster.html#install-a-cni-provider","gs/create-workload-cluster.html#install-oci-cloud-controller-manager-and-csi-in-a-self-provisioned-cluster","gs/create-mhc-workload-cluster.html#create-a-workload-cluster-with-machinehealthchecks-mhc","gs/create-mhc-workload-cluster.html#create-a-new-workload-cluster-with-mhc","gs/create-mhc-workload-cluster.html#add-mhc-to-existing-workload-cluster","gs/create-mhc-workload-cluster.html#add-control-plane-mhc","gs/create-mhc-workload-cluster.html#add-machine-mhc","gs/create-gpu-workload-cluster.html#create-a-gpu-workload-cluster","gs/create-gpu-workload-cluster.html#accessing-gpu-shapes","gs/create-gpu-workload-cluster.html#check-shape-availability","gs/create-gpu-workload-cluster.html#create-a-new-gpu-workload-cluster-an-ubuntu-custom-image","gs/create-gpu-workload-cluster.html#virtual-instances","gs/create-gpu-workload-cluster.html#bare-metal-instances","gs/create-gpu-workload-cluster.html#access-workload-cluster-kubeconfig","gs/create-gpu-workload-cluster.html#install-a-cni-provider-oci-cloud-controller-manager-and-csi-in-a-self-provisioned-cluster","gs/create-gpu-workload-cluster.html#install-nvidia-gpu-operator","gs/create-gpu-workload-cluster.html#test-gpu-on-worker-node","gs/create-gpu-workload-cluster.html#example-yaml-file","gs/create-windows-workload-cluster.html#create-a-windows-workload-cluster","gs/create-windows-workload-cluster.html#overview","gs/create-windows-workload-cluster.html#known-limitations","gs/create-windows-workload-cluster.html#licensing","gs/create-windows-workload-cluster.html#build-windows-image","gs/create-windows-workload-cluster.html#check-shape-availability","gs/create-windows-workload-cluster.html#create-a-new-windows-workload-cluster","gs/create-windows-workload-cluster.html#access-workload-cluster-kubeconfig","gs/create-windows-workload-cluster.html#install-calico-cni-provider-and-oci-cloud-controller-manager","gs/create-windows-workload-cluster.html#scheduling-windows-containers","gs/create-workload-templates.html#create-workload-templates-for-oracle-cloud-infrastructure","gs/create-workload-templates.html#creating-cluster-templates-configmaps","gs/externally-managed-cluster-infrastructure.html#externally-managed-cluster-infrastructure","gs/externally-managed-cluster-infrastructure.html#example-spec-for-externally-managed-vcn-infrastructure","gs/externally-managed-cluster-infrastructure.html#example-ocicluster-spec-with-external-infrastructure","gs/externally-managed-cluster-infrastructure.html#status","gs/install-oci-ccm.html#install-oracle-cloud-infrastructure-cloud-controller-manager","gs/install-oci-ccm.html#configure-authentication-via-instance-principal-recommended","gs/install-oci-ccm.html#install-ccm","gs/install-csi.html#install-csi","gs/install-csi.html#configure-authentication-via-instance-principal","gs/install-csi.html#install-csi-drivers","gs/install-csi.html#provision-pvcs","gs/pvc-bv.html#provision-a-pvc-on-the-block-volume-service","gs/pvc-bv.html#create-a-block-volume-dynamically-using-a-new-pvc","gs/pvc-fss.html#provision-a-pvc-on-the-file-storage-service","gs/pvc-fss.html#provision-pvcs-on-the-file-storage-service-fss","gs/pvc-fss.html#configure-the-vcn-and-create-an-fss","gs/pvc-fss.html#define-and-create-a-pv-backed-by-fss","gs/pvc-fss.html#define-and-create-a-pvc-provisioned-by-the-pv","gs/customize-worker-node.html#customizing-worker-nodes","gs/customize-worker-node.html#configure-user-managed-boot-volume-encryption","gs/customize-worker-node.html#configure-shielded-instances","gs/customize-worker-node.html#configure-confidential-instances","gs/customize-worker-node.html#configure-preemptible-instances","gs/customize-worker-node.html#configure-capacity-reservation","gs/customize-worker-node.html#configure-oracle-cloud-agent-plugins","gs/customize-worker-node.html#configure-burstable-instances","gs/multi-tenancy.html#multi-tenancy","gs/multi-tenancy.html#steps","gs/multi-tenancy.html#step-1---create-a-secret-with-user-principal-in-the-management-cluster","gs/multi-tenancy.html#step-2---edit-the-cluster-template-to-add-a-cluster-identity-section-and-point-the-ocicluster-to-the-cluster-identity","gs/multi-tenancy.html#allowednamespaces","gs/multi-tenancy.html#cluster-identity-using-instance-principals","gs/multi-tenancy.html#cluster-identity-using-workload-identity","gs/advanced.html#advanced-options","gs/advanced.html#disable-oci-client-initialization-on-startup","gs/advanced.html#setup-heterogeneous-cluster","gs/advanced.html#node-constraints","networking/networking.html#networking-guide","networking/infrastructure.html#default-network-infrastructure","networking/calico.html#using-calico","networking/calico.html#control-plane-endpoint-nsg","networking/calico.html#control-plane-endpoint-nsg-egress-rules","networking/calico.html#control-plane-endpoint-nsg-ingress-rules","networking/calico.html#control-plane-nsg","networking/calico.html#control-plane-nsg-egress-rules","networking/calico.html#worker-nsg","networking/calico.html#worker-nsg-egress-rules","networking/calico.html#worker-nsg-ingress-rules","networking/calico.html#service-load-balancers-nsg","networking/calico.html#service-load-balancers-nsg-egress-rules","networking/calico.html#service-load-balancers-nsg-ingress-rules","networking/antrea.html#using-antrea","networking/antrea.html#control-plane-endpoint-nsg","networking/antrea.html#control-plane-endpoint-nsg-egress-rules","networking/antrea.html#control-plane-endpoint-nsg-ingress-rules","networking/antrea.html#control-plane-nsg","networking/antrea.html#control-plane-nsg-egress-rules","networking/antrea.html#control-plane-nsg-ingress-rules","networking/antrea.html#worker-nsg","networking/antrea.html#worker-nsg-egress-rules","networking/antrea.html#worker-nsg-ingress-rules","networking/antrea.html#service-load-balancers-nsg","networking/antrea.html#service-load-balancers-nsg-egress-rules","networking/antrea.html#service-load-balancers-nsg-ingress-rules","networking/custom-networking.html#custom-networking","networking/custom-networking.html#example-spec-for-custom-cidr-range","networking/custom-networking.html#example-spec-to-modify-default-nsg-security-rules","networking/custom-networking.html#example-spec-to-use-security-lists-instead-of-network-security-groups","networking/custom-networking.html#example-spec-for-externally-managed-vcn-infrastructure","networking/custom-networking.html#example-spec-to-use-oci-load-balancer-as-api-server-load-balancer","networking/custom-networking.html#example-spec-to-use-custom-role","networking/custom-networking.html#example-spec-to-use-network-security-group-as-destination-in-security-rule","networking/private-cluster.html#using-private-clusters","networking/private-cluster.html#example-spec-for-private-cluster","networking/private-cluster.html#example-spec-for-vcn-peering-using-dynamic-routing-gateway-local","networking/private-cluster.html#example-spec-for-vcn-peering-using-dynamic-routing-gateway-remote","managed/managedcluster.html#managed-clusters-oke","managed/managedcluster.html#workload-cluster-parameters","managed/managedcluster.html#pre-requisites","managed/managedcluster.html#environment-variables","managed/managedcluster.html#oci-security-policies","managed/managedcluster.html#workload-cluster-templates","managed/managedcluster.html#supported-kubernetes-versions","managed/managedcluster.html#create-a-new-oke-cluster","managed/managedcluster.html#create-a-new-private-oke-cluster","managed/managedcluster.html#access-kubeconfig-of-an-oke-cluster","managed/managedcluster.html#step-1---identify-cluster-ocid","managed/managedcluster.html#step-2---access-kubeconfig","managed/virtual-nodes-and-enhanced-clusters.html#oke-enhanced-clusters-and-virtual-nodes","managed/virtual-nodes-and-enhanced-clusters.html#create-enhanced-cluster","managed/virtual-nodes-and-enhanced-clusters.html#create-virtual-node-pool","managed/self-managed-nodes.html#self-managed-nodes","managed/self-managed-nodes.html#self-managed-nodes-backed-by-capi-machine-deployment","managed/self-managed-nodes.html#self-managed-nodes-backed-by-oci-instance-pool","managed/boot-volume-expansion.html#increase-boot-volume","managed/boot-volume-expansion.html#increase-the-boot-volume-size-in-spec","managed/boot-volume-expansion.html#extend-the-root-partition","managed/networking.html#networking-customizations","managed/networking.html#use-a-pre-existing-vcn","managed/networking.html#use-flannel-as-cni","managed/features.html#features","managed/features.html#node-pool-cycling","managed/features.html#addons","reference/reference.html#reference","reference/api-reference.html#api-reference","reference/glossary.html#table-of-contents","reference/glossary.html#a","reference/glossary.html#ad","reference/glossary.html#c","reference/glossary.html#cni","reference/glossary.html#f","reference/glossary.html#fd","reference/glossary.html#i","reference/glossary.html#internet-gateway","reference/glossary.html#n","reference/glossary.html#nat-gateway","reference/glossary.html#nsg","reference/glossary.html#r","reference/glossary.html#region","reference/glossary.html#s","reference/glossary.html#service-gateway","reference/glossary.html#v","reference/glossary.html#vcn"],"index":{"documentStore":{"docInfo":{"0":{"body":11,"breadcrumbs":8,"title":7},"1":{"body":25,"breadcrumbs":5,"title":4},"10":{"body":74,"breadcrumbs":12,"title":9},"100":{"body":30,"breadcrumbs":9,"title":5},"101":{"body":0,"breadcrumbs":6,"title":2},"102":{"body":64,"breadcrumbs":9,"title":5},"103":{"body":173,"breadcrumbs":7,"title":3},"104":{"body":87,"breadcrumbs":6,"title":2},"105":{"body":9,"breadcrumbs":4,"title":2},"106":{"body":216,"breadcrumbs":8,"title":3},"107":{"body":14,"breadcrumbs":9,"title":2},"108":{"body":13,"breadcrumbs":11,"title":4},"109":{"body":21,"breadcrumbs":13,"title":6},"11":{"body":3,"breadcrumbs":9,"title":6},"110":{"body":19,"breadcrumbs":13,"title":6},"111":{"body":10,"breadcrumbs":10,"title":3},"112":{"body":148,"breadcrumbs":12,"title":5},"113":{"body":9,"breadcrumbs":9,"title":2},"114":{"body":16,"breadcrumbs":11,"title":4},"115":{"body":100,"breadcrumbs":11,"title":4},"116":{"body":11,"breadcrumbs":11,"title":4},"117":{"body":20,"breadcrumbs":13,"title":6},"118":{"body":17,"breadcrumbs":13,"title":6},"119":{"body":14,"breadcrumbs":9,"title":2},"12":{"body":3,"breadcrumbs":11,"title":8},"120":{"body":13,"breadcrumbs":11,"title":4},"121":{"body":21,"breadcrumbs":13,"title":6},"122":{"body":19,"breadcrumbs":13,"title":6},"123":{"body":10,"breadcrumbs":10,"title":3},"124":{"body":16,"breadcrumbs":12,"title":5},"125":{"body":121,"breadcrumbs":12,"title":5},"126":{"body":9,"breadcrumbs":9,"title":2},"127":{"body":16,"breadcrumbs":11,"title":4},"128":{"body":91,"breadcrumbs":11,"title":4},"129":{"body":11,"breadcrumbs":11,"title":4},"13":{"body":3,"breadcrumbs":9,"title":6},"130":{"body":20,"breadcrumbs":13,"title":6},"131":{"body":17,"breadcrumbs":13,"title":6},"132":{"body":65,"breadcrumbs":6,"title":2},"133":{"body":70,"breadcrumbs":9,"title":5},"134":{"body":264,"breadcrumbs":11,"title":7},"135":{"body":226,"breadcrumbs":13,"title":9},"136":{"body":11,"breadcrumbs":10,"title":6},"137":{"body":59,"breadcrumbs":14,"title":10},"138":{"body":78,"breadcrumbs":9,"title":5},"139":{"body":103,"breadcrumbs":13,"title":9},"14":{"body":62,"breadcrumbs":12,"title":9},"140":{"body":14,"breadcrumbs":7,"title":3},"141":{"body":89,"breadcrumbs":8,"title":4},"142":{"body":111,"breadcrumbs":13,"title":9},"143":{"body":100,"breadcrumbs":13,"title":9},"144":{"body":49,"breadcrumbs":6,"title":3},"145":{"body":137,"breadcrumbs":6,"title":3},"146":{"body":0,"breadcrumbs":5,"title":2},"147":{"body":18,"breadcrumbs":5,"title":2},"148":{"body":27,"breadcrumbs":6,"title":3},"149":{"body":35,"breadcrumbs":6,"title":3},"15":{"body":30,"breadcrumbs":10,"title":4},"150":{"body":7,"breadcrumbs":6,"title":3},"151":{"body":37,"breadcrumbs":7,"title":4},"152":{"body":47,"breadcrumbs":8,"title":5},"153":{"body":0,"breadcrumbs":7,"title":4},"154":{"body":20,"breadcrumbs":8,"title":5},"155":{"body":29,"breadcrumbs":7,"title":4},"156":{"body":46,"breadcrumbs":12,"title":5},"157":{"body":16,"breadcrumbs":10,"title":3},"158":{"body":24,"breadcrumbs":11,"title":4},"159":{"body":52,"breadcrumbs":9,"title":3},"16":{"body":15,"breadcrumbs":9,"title":3},"160":{"body":98,"breadcrumbs":13,"title":7},"161":{"body":83,"breadcrumbs":13,"title":7},"162":{"body":16,"breadcrumbs":9,"title":3},"163":{"body":14,"breadcrumbs":11,"title":5},"164":{"body":81,"breadcrumbs":9,"title":3},"165":{"body":0,"breadcrumbs":7,"title":2},"166":{"body":98,"breadcrumbs":9,"title":4},"167":{"body":24,"breadcrumbs":8,"title":3},"168":{"body":13,"breadcrumbs":5,"title":1},"169":{"body":37,"breadcrumbs":7,"title":3},"17":{"body":12,"breadcrumbs":8,"title":3},"170":{"body":30,"breadcrumbs":5,"title":1},"171":{"body":9,"breadcrumbs":2,"title":1},"172":{"body":9,"breadcrumbs":5,"title":2},"173":{"body":13,"breadcrumbs":4,"title":2},"174":{"body":0,"breadcrumbs":2,"title":0},"175":{"body":23,"breadcrumbs":3,"title":1},"176":{"body":0,"breadcrumbs":3,"title":1},"177":{"body":22,"breadcrumbs":3,"title":1},"178":{"body":0,"breadcrumbs":3,"title":1},"179":{"body":19,"breadcrumbs":3,"title":1},"18":{"body":106,"breadcrumbs":17,"title":8},"180":{"body":0,"breadcrumbs":2,"title":0},"181":{"body":21,"breadcrumbs":4,"title":2},"182":{"body":0,"breadcrumbs":3,"title":1},"183":{"body":28,"breadcrumbs":4,"title":2},"184":{"body":39,"breadcrumbs":3,"title":1},"185":{"body":0,"breadcrumbs":3,"title":1},"186":{"body":26,"breadcrumbs":3,"title":1},"187":{"body":0,"breadcrumbs":3,"title":1},"188":{"body":42,"breadcrumbs":4,"title":2},"189":{"body":0,"breadcrumbs":3,"title":1},"19":{"body":100,"breadcrumbs":15,"title":5},"190":{"body":16,"breadcrumbs":3,"title":1},"2":{"body":20,"breadcrumbs":2,"title":1},"20":{"body":42,"breadcrumbs":11,"title":3},"21":{"body":50,"breadcrumbs":8,"title":3},"22":{"body":13,"breadcrumbs":14,"title":5},"23":{"body":100,"breadcrumbs":16,"title":7},"24":{"body":14,"breadcrumbs":15,"title":7},"25":{"body":17,"breadcrumbs":10,"title":2},"26":{"body":99,"breadcrumbs":10,"title":2},"27":{"body":84,"breadcrumbs":10,"title":2},"28":{"body":24,"breadcrumbs":11,"title":3},"29":{"body":71,"breadcrumbs":10,"title":2},"3":{"body":27,"breadcrumbs":3,"title":2},"30":{"body":0,"breadcrumbs":8,"title":3},"31":{"body":30,"breadcrumbs":8,"title":3},"32":{"body":214,"breadcrumbs":8,"title":3},"33":{"body":44,"breadcrumbs":15,"title":10},"34":{"body":59,"breadcrumbs":16,"title":11},"35":{"body":24,"breadcrumbs":16,"title":11},"36":{"body":144,"breadcrumbs":10,"title":5},"37":{"body":24,"breadcrumbs":9,"title":4},"38":{"body":70,"breadcrumbs":8,"title":3},"39":{"body":14,"breadcrumbs":14,"title":9},"4":{"body":18,"breadcrumbs":3,"title":2},"40":{"body":14,"breadcrumbs":11,"title":5},"41":{"body":67,"breadcrumbs":11,"title":5},"42":{"body":49,"breadcrumbs":11,"title":5},"43":{"body":129,"breadcrumbs":10,"title":4},"44":{"body":125,"breadcrumbs":9,"title":3},"45":{"body":0,"breadcrumbs":13,"title":4},"46":{"body":20,"breadcrumbs":12,"title":3},"47":{"body":87,"breadcrumbs":12,"title":3},"48":{"body":85,"breadcrumbs":17,"title":8},"49":{"body":68,"breadcrumbs":11,"title":2},"5":{"body":12,"breadcrumbs":4,"title":3},"50":{"body":75,"breadcrumbs":12,"title":3},"51":{"body":24,"breadcrumbs":13,"title":4},"52":{"body":15,"breadcrumbs":20,"title":11},"53":{"body":56,"breadcrumbs":13,"title":4},"54":{"body":92,"breadcrumbs":13,"title":4},"55":{"body":282,"breadcrumbs":12,"title":3},"56":{"body":0,"breadcrumbs":13,"title":4},"57":{"body":42,"breadcrumbs":10,"title":1},"58":{"body":52,"breadcrumbs":11,"title":2},"59":{"body":13,"breadcrumbs":10,"title":1},"6":{"body":10,"breadcrumbs":3,"title":2},"60":{"body":35,"breadcrumbs":12,"title":3},"61":{"body":95,"breadcrumbs":12,"title":3},"62":{"body":101,"breadcrumbs":14,"title":5},"63":{"body":24,"breadcrumbs":13,"title":4},"64":{"body":227,"breadcrumbs":17,"title":8},"65":{"body":20,"breadcrumbs":12,"title":3},"66":{"body":10,"breadcrumbs":11,"title":6},"67":{"body":88,"breadcrumbs":9,"title":4},"68":{"body":39,"breadcrumbs":10,"title":4},"69":{"body":131,"breadcrumbs":12,"title":6},"7":{"body":0,"breadcrumbs":2,"title":1},"70":{"body":132,"breadcrumbs":11,"title":5},"71":{"body":147,"breadcrumbs":7,"title":1},"72":{"body":17,"breadcrumbs":16,"title":7},"73":{"body":123,"breadcrumbs":15,"title":6},"74":{"body":105,"breadcrumbs":11,"title":2},"75":{"body":48,"breadcrumbs":9,"title":2},"76":{"body":94,"breadcrumbs":12,"title":5},"77":{"body":173,"breadcrumbs":10,"title":3},"78":{"body":18,"breadcrumbs":9,"title":2},"79":{"body":17,"breadcrumbs":17,"title":5},"8":{"body":20,"breadcrumbs":2,"title":1},"80":{"body":187,"breadcrumbs":19,"title":7},"81":{"body":15,"breadcrumbs":17,"title":5},"82":{"body":21,"breadcrumbs":18,"title":6},"83":{"body":30,"breadcrumbs":16,"title":4},"84":{"body":74,"breadcrumbs":17,"title":5},"85":{"body":44,"breadcrumbs":17,"title":5},"86":{"body":0,"breadcrumbs":8,"title":3},"87":{"body":24,"breadcrumbs":11,"title":6},"88":{"body":40,"breadcrumbs":8,"title":3},"89":{"body":36,"breadcrumbs":8,"title":3},"9":{"body":17,"breadcrumbs":4,"title":2},"90":{"body":19,"breadcrumbs":8,"title":3},"91":{"body":19,"breadcrumbs":8,"title":3},"92":{"body":28,"breadcrumbs":10,"title":5},"93":{"body":43,"breadcrumbs":8,"title":3},"94":{"body":30,"breadcrumbs":6,"title":2},"95":{"body":0,"breadcrumbs":5,"title":1},"96":{"body":61,"breadcrumbs":12,"title":8},"97":{"body":51,"breadcrumbs":17,"title":13},"98":{"body":39,"breadcrumbs":5,"title":1},"99":{"body":25,"breadcrumbs":9,"title":5}},"docs":{"0":{"body":"Go Report Card Kubernetes-native declarative infrastructure for Oracle Cloud Infrastructure (OCI).","breadcrumbs":"Introduction » Kubernetes Cluster API Provider for Oracle Cloud Infrastructure","id":"0","title":"Kubernetes Cluster API Provider for Oracle Cloud Infrastructure"},"1":{"body":"The Cluster API Provider for OCI (CAPOCI) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. The API itself is shared across multiple cloud providers allowing for true hybrid deployments of Kubernetes.","breadcrumbs":"Introduction » What is the Cluster API Provider for OCI","id":"1","title":"What is the Cluster API Provider for OCI"},"10":{"body":"Before deploying the Cluster API Provider for Oracle Cloud Infrastructure (CAPOCI), you must first configure the required Identity and Access Management (IAM) policies: CAPOCI Installation Process The following deployment options are available: Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure Setting up a non-production management cluster Setting up a management cluster using an initial bootstrap cluster Setting up a management cluster using OKE Setting up a management cluster using a 3rd party Kubernetes cluster The following workflow diagrams provide a high-level overview of each deployment method described above:","breadcrumbs":"Getting Started » Overview » Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure","id":"10","title":"Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure"},"100":{"body":"Cluster Identity supports Workload access to OCI resources also knows as Workload Identity. The example OCIClusterIdentity spec shown below uses Workload Identity. ---\nkind: OCIClusterIdentity\nmetadata: name: cluster-identity namespace: default\nspec: type: Workload allowedNamespaces: {}","breadcrumbs":"Getting Started » Multi Tenancy » Cluster Identity using Workload Identity","id":"100","title":"Cluster Identity using Workload Identity"},"101":{"body":"","breadcrumbs":"Getting Started » Advanced Options » Advanced Options","id":"101","title":"Advanced Options"},"102":{"body":"CAPOCI supports setting OCI principals at cluster level , hence CAPOCI can be installed without providing OCI user credentials. The following environment variable need to be exported to install CAPOCI without providing any OCI credentials. export INIT_OCI_CLIENTS_ON_STARTUP=false If the above setting is used, and Cluster Identity is not used, the OCICluster will go into error state, and the following error will show up in the CAPOCI pod logs. OCI authentication credentials could not be retrieved from pod or cluster level,please install Cluster API Provider for OCI with OCI authentication credentials or set Cluster Identity in the OCICluster","breadcrumbs":"Getting Started » Advanced Options » Disable OCI Client initialization on startup","id":"102","title":"Disable OCI Client initialization on startup"},"103":{"body":"This section assumes you have setup a Windows workload cluster . To add Linux nodes to the existing Windows workload cluster use the following YAML as a guide to provision just the new Linux machines. Create a file and call it cluster-template-windows-calico-heterogeneous.yaml. Then add the following: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1\nkind: OCIMachineTemplate\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: template: spec: imageId: \"${OCI_IMAGE_ID}\" compartmentId: \"${OCI_COMPARTMENT_ID}\" shape: \"${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"${OCI_NODE_MACHINE_TYPE_OCPUS=1}\" metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}\n---\napiVersion: bootstrap.cluster.x-k8s.io/v1alpha4\nkind: KubeadmConfigTemplate\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: template: spec: joinConfiguration: nodeRegistration: kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }}\n---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineDeployment\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: ${NODE_MACHINE_COUNT} selector: matchLabels: template: spec: clusterName: \"${CLUSTER_NAME}\" version: \"${KUBERNETES_VERSION}\" bootstrap: configRef: name: \"${CLUSTER_NAME}-md-0\" apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate infrastructureRef: name: \"${CLUSTER_NAME}-md-0\" apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: OCIMachineTemplate Then apply the template OCI_IMAGE_ID= \\\nOCI_NODE_IMAGE_ID= \\\nOCI_COMPARTMENT_ID= \\\nNODE_MACHINE_COUNT=2 \\\nOCI_NODE_MACHINE_TYPE= \\\nOCI_NODE_MACHINE_TYPE_OCPUS=4 \\\nOCI_SSH_KEY=\"\" \\\nclusterctl generate cluster --kubernetes-version \\\n--target-namespace default \\\n--from cluster-template-windows-calico-heterogeneous.yaml | kubectl apply -f - After a few minutes the instances will come up and the CNI will be installed.","breadcrumbs":"Getting Started » Advanced Options » Setup heterogeneous cluster","id":"103","title":"Setup heterogeneous cluster"},"104":{"body":"All future deployments make sure to setup node constraints using something like nodeselctor . Example: Windows Linux nodeSelector: kubernetes.io/os: windows nodeSelector:kubernetes.io/os: linux nodeSelector examples - click to expand Linux nginx deployment example: apiVersion: apps/v1\nkind: Deployment\nmetadata: name: my-nginx-linux\nspec: selector: matchLabels: run: my-nginx-linux replicas: 2 template: metadata: labels: run: my-nginx-linux spec: nodeSelector: kubernetes.io/os: linux containers: - args: - /bin/sh - -c - sleep 3600 name: nginx image: nginx:latest For a Windows deployment example see the Kubernetes Getting Started: Deploying a Windows workload documentation Without doing this it is possible that the Kubernetes scheduler will try to deploy your Windows pods onto a Linux worker, or vice versa.","breadcrumbs":"Getting Started » Advanced Options » Node constraints","id":"104","title":"Node constraints"},"105":{"body":"This section contains information about the networking aspects of Cluster API Provider OCI.","breadcrumbs":"Networking Guide » Networking Guide","id":"105","title":"Networking Guide"},"106":{"body":"The diagram below depicts the networking architecture for a public workload cluster created in a region such as US West (Phoenix) . Networking Architecture - Workload Cluster Each workload cluster requires an OCI Virtual Cloud Network (VCN) which houses all the resources created for the workload cluster. The default VCN has the following resources: Gateways: An Internet Gateway A NAT Gateway A Service Gateway Route Tables: A route table for public subnets which will route stateful traffic to and from the Internet Gateway A route table for private subnets which will route stateful traffic to and from the NAT and Service Gateways Subnets: A public Control plane endpoint subnet which houses an OCI Load Balancer. The load balancer acts as a reverse proxy for the Kubernetes API Server. A private Control plane subnet which houses the Control plane nodes. The Control plane nodes run the Kubernetes Control plane components such as the API Server and the Control plane pods. A public subnet which houses the service load balancers. A private subnet which houses the worker nodes. Network Security Groups (NSG): An NSG for the Control plane endpoint (Control plane Endpoint NSG) An NSG for the Kubernetes Control plane nodes (Control plane NSG) An NSG for the service load balancers (Worker NSG) An NSG for the Kubernetes worker nodes (Service Load Balancers NSG) The sections below list the security rules required for the NSGs in each of the following CNI providers: Using Calico Using Antrea Currently, the following providers have been tested and verified to work: CNI CNI Version Kubernetes Version CAPOCI Version Calico 3.21 1.20.10 0.1 Antrea 1.20.10 0.1 If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list. Your PR for your tested CNI provider should include the following: CNI provider version tested Documentation of NSG rules required A YAML template for your tested provider. See the Antrea template as an example.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Default Network Infrastructure","id":"106","title":"Default Network Infrastructure"},"107":{"body":"This section lists the security rules that must be implemented in the network security groups (NSGs) in order to use Calico as a CNI provider.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Using Calico","id":"107","title":"Using Calico"},"108":{"body":"The control plane endpoint NSG will be attached to the OCI load balancer. The egress and ingress rules are listed below.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane endpoint NSG","id":"108","title":"Control plane endpoint NSG"},"109":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 10.0.0.0/29 6443 TCP Allow HTTPS traffic to Control plane for Kubernetes API server access","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane endpoint NSG egress rules","id":"109","title":"Control plane endpoint NSG egress rules"},"11":{"body":"CAPOCI Installation Process","breadcrumbs":"Getting Started » Overview » Setting up a non-production management cluster","id":"11","title":"Setting up a non-production management cluster"},"110":{"body":"Source Type Source Destination Port Protocol Description CIDR block 0.0.0.0/0 6443 TCP Allow public access to endpoint OCI load balancer","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane endpoint NSG ingress rules","id":"110","title":"Control plane endpoint NSG ingress rules"},"111":{"body":"The OCI compute instances running the Kubernetes control plane components will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane NSG","id":"111","title":"Control plane NSG"},"112":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 0.0.0.0/0 All ALL Control plane access to Internet to pull images Ingress Rules Source Type Source Destination Port Protocol Description CIDR block 10.0.0.8/29 6443 TCP Kubernetes API endpoint to Kubernetes control plane communication CIDR block 10.0.0.0/29 6443 TCP Control plane to control plane (API server port) communication CIDR block 10.0.64.0/20 6443 TCP Worker Node to Kubernetes control plane (API Server) communication CIDR block 10.0.0.0/29 10250 TCP Control Plane to Control Plane Kubelet Communication CIDR block 10.0.0.0/29 2379 TCP etcd client communication CIDR block 10.0.0.0/29 2380 TCP etcd peer communication CIDR block 10.0.0.0/29 179 TCP Calico networking (BGP) CIDR block 10.0.64.0/20 179 TCP Calico networking (BGP) CIDR block 10.0.0.0/29 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.64.0/20 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.0.0/16 ICMP Type 3, Code 4 MTU Path discovery CIDR block 0.0.0.0/0 22 TCP Inbound SSH traffic to control plane nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Control plane NSG egress rules","id":"112","title":"Control plane NSG egress rules"},"113":{"body":"The OCI compute instances which running as Kubernetes worker nodes will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Worker NSG","id":"113","title":"Worker NSG"},"114":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 0.0.0.0/0 All All Worker node access to Internet to pull images","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Worker NSG egress rules","id":"114","title":"Worker NSG egress rules"},"115":{"body":"Source Type Source Destination Port Protocol Description CIDR block 10.0.0.32/27 32000-32767 TCP Allow incoming traffic from service load balancers (NodePort Communication) CIDR block 10.0.0.0/29 10250 TCP Control plane to worker node (Kubelet Communication) CIDR block 10.0.64.0/20 10250 TCP Worker nodes to worker node (Kubelet Communication) CIDR block 10.0.0.0/29 179 TCP Calico networking (BGP) CIDR block 10.0.64.0/20 179 TCP Calico networking (BGP) CIDR block 10.0.0.0/29 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.64.0/20 IP-in-IP Calico networking with IP-in-IP enabled CIDR block 10.0.0.0/16 ICMP Type 3, Code 4 MTU Path discovery CIDR block 0.0.0.0/0 22 TCP Inbound SSH traffic to worker nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Worker NSG ingress rules","id":"115","title":"Worker NSG ingress rules"},"116":{"body":"OCI load balancers created as part of Kubernetes services of type LoadBalancer will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Service Load Balancers NSG","id":"116","title":"Service Load Balancers NSG"},"117":{"body":"Destination Type Destination Destination Port Protocol Description CIDR block 10.0.64.0/20 32000-32767 TCP Allow access to NodePort services from Service Load balancers","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Service Load Balancers NSG egress rules","id":"117","title":"Service Load Balancers NSG egress rules"},"118":{"body":"Source Type Source Destination Port Protocol Description CIDR block 0.0.0.0/0 80, 443 TCP Allow incoming traffic to services","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Calico » Service Load Balancers NSG ingress rules","id":"118","title":"Service Load Balancers NSG ingress rules"},"119":{"body":"This section lists the security rules that must be implemented in the Network Security Groups (NSGs) in order to use Antrea as a CNI provider.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Using Antrea","id":"119","title":"Using Antrea"},"12":{"body":"CAPOCI Installation Process","breadcrumbs":"Getting Started » Overview » Setting up a management cluster using an initial bootstrap cluster","id":"12","title":"Setting up a management cluster using an initial bootstrap cluster"},"120":{"body":"The Control plane Endpoint NSG will be attached to the OCI Load Balancer. The egress and ingress rules are listed below.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane endpoint NSG","id":"120","title":"Control plane endpoint NSG"},"121":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 10.0.0.0/29 6443 TCP Allow HTTPS Traffic to Control plane for Kubernetes API Server access","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane endpoint NSG egress rules","id":"121","title":"Control plane endpoint NSG egress rules"},"122":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 0.0.0.0/0 6443 TCP Allow public access to endpoint OCI Load Balancer","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane endpoint NSG ingress rules","id":"122","title":"Control plane endpoint NSG ingress rules"},"123":{"body":"The OCI Compute instances running the Kubernetes Control plane components will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane NSG","id":"123","title":"Control plane NSG"},"124":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 0.0.0.0/0 All ALL Control plane access to Internet to pull images","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane NSG egress rules","id":"124","title":"Control plane NSG egress rules"},"125":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 10.0.0.8/29 6443 TCP Kubernetes API endpoint to Kubernetes Control plane communication CIDR Block 10.0.0.0/29 6443 TCP Control plane to Control plane (API Server port) communication CIDR Block 10.0.64.0/20 6443 TCP Worker Node to Kubernetes Control plane (API Server port)communication CIDR block 10.0.0.0/29 10250 TCP Control Plane to Control Plane Kubelet Communication CIDR Block 10.0.0.0/29 2379 TCP etcd client communication CIDR Block 10.0.0.0/29 2380 TCP etcd peer communication CIDR Block 10.0.0.0/29 10349 TCP Antrea Service CIDR Block 10.0.64.0/20 10349 TCP Antrea Service CIDR Block 10.0.0.0/29 6081 UDP Geneve Service CIDR Block 10.0.64.0/20 6081 UDP Geneve Service CIDR Block 10.0.0.0/16 ICMP Type 3, Code 4 Path discovery CIDR Block 0.0.0.0/0 22 TCP Inbound SSH traffic to Control plane nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Control plane NSG ingress rules","id":"125","title":"Control plane NSG ingress rules"},"126":{"body":"The OCI Compute instances which running as Kubernetes worker nodes will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Worker NSG","id":"126","title":"Worker NSG"},"127":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 0.0.0.0/0 All All Worker Nodes access to Internet to pull images","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Worker NSG egress rules","id":"127","title":"Worker NSG egress rules"},"128":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 10.0.0.32/27 32000-32767 TCP Allow incoming traffic from service load balancers (NodePort Communication) CIDR Block 10.0.0.0/29 10250 TCP Control plane to worker node (Kubelet Communication) CIDR Block 10.0.64.0/20 10250 TCP Worker nodes to worker node (Kubelet Communication) CIDR Block 10.0.0.0/29 10349 TCP Antrea Service CIDR Block 10.0.64.0/20 10349 TCP Antrea Service CIDR Block 10.0.0.0/29 6081 UDP Geneve Service CIDR Block 10.0.64.0/20 6081 UDP Geneve Service CIDR Block 10.0.0.0/16 ICMP Type 3, Code 4 Path discovery CIDR Block 0.0.0.0/0 22 TCP Inbound SSH traffic to worker nodes","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Worker NSG ingress rules","id":"128","title":"Worker NSG ingress rules"},"129":{"body":"OCI load balancers created as part of Kubernetes Services of type LoadBalancer will be attached to this NSG.","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Service load balancers NSG","id":"129","title":"Service load balancers NSG"},"13":{"body":"CAPOCI Installation Process","breadcrumbs":"Getting Started » Overview » Setting up a management cluster using OKE","id":"13","title":"Setting up a management cluster using OKE"},"130":{"body":"Destination Type Destination Destination Port Protocol Description CIDR Block 10.0.64.0/20 32000-32767 TCP Allow access to NodePort services from Service Load balancers","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Service load balancers NSG egress rules","id":"130","title":"Service load balancers NSG egress rules"},"131":{"body":"Source Type Source Destination Port Protocol Description CIDR Block 0.0.0.0/0 80, 443 TCP Allow incoming traffic to services","breadcrumbs":"Networking Guide » Default Network Infrastructure » Using Antrea » Service load balancers NSG ingress rules","id":"131","title":"Service load balancers NSG ingress rules"},"132":{"body":"The default networking can be modified to achieve the following: your own CIDR range for VCN. This is useful if you want to perform peering with another VCN or another cloud provider and you need to avoid IP Overlapping your own custom security rules using NSGs . This is useful if you want to use your own CNI provider and it has a different security posture than the default your own custom security rules using network security lists change the masks and name of your different subnets. This is useful to either expand or constrain the size of your subnets as well as to use your own preferred naming convention The OCICluster spec in the cluster templates can be modified to customize the network spec.","breadcrumbs":"Networking Guide » Custom Networking » Custom networking","id":"132","title":"Custom networking"},"133":{"body":"The spec below shows how to change the CIDR range of the VCN from the default 10.0.0.0/16 to 172.16.0.0/16. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} cidr: \"172.16.0.0/16\" subnets: - name: ep-subnet role: control-plane-endpoint type: public cidr: \"172.16.0.0/28\" - name: cp-mc-subnet role: control-plane type: private cidr: \"172.16.5.0/28\" - name: worker-subnet role: worker type: private cidr: \"172.16.10.0/24\" - name: svc-lb-subnet role: service-lb type: public cidr: \"172.16.20.0/24\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec for custom CIDR range","id":"133","title":"Example spec for custom CIDR range"},"134":{"body":"The spec below shows how to change the default NSG rules. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} cidr: \"172.16.0.0/16\" networkSecurityGroup: list: - name: ep-nsg role: control-plane-endpoint egressRules: - egressRule: isStateless: false destination: \"172.16.5.0/28\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443 ingressRules: - ingressRule: isStateless: false source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"External access to Kubernetes API endpoint\" tcpOptions: destinationPortRange: max: 6443 min: 6443 - ingressRule: isStateless: false source: \"172.16.5.0/28\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"Control plane worker nodes to API Server endpoint\" - ingressRule: isStateless: false source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: cp-mc-nsg role: control-plane egressRules: - egressRule: isStateless: false destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"control plane machine access to internet\" ingressRules: - ingressRule: isStateless: false source: \"172.16.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - ingressRule: isStateless: false source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: worker-nsg role: worker egressRules: - egressRule: isStateless: false destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"Worker Nodes access to Internet\" ingressRules: - ingressRule: isStateless: false source: \"172.16.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - name: service-lb-nsg role: service-lb ingressRules: - ingressRule: isStateless: false source: \"172.16.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow ingress from vcn subnets\" subnets: - name: ep-subnet role: control-plane-endpoint type: public cidr: \"172.16.0.0/28\" - name: cp-mc-subnet role: control-plane type: private cidr: \"172.16.5.0/28\" - name: worker-subnet role: worker type: private cidr: \"172.16.10.0/24\" - name: svc-lb-subnet role: service-lb type: public cidr: \"172.16.20.0/24\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec to modify default NSG security rules","id":"134","title":"Example spec to modify default NSG security rules"},"135":{"body":"The spec below shows how to implement the security posture using security lists instead of NSGs. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} subnets: - name: ep-subnet role: control-plane-endpoint type: public securityList: name: ep-seclist egressRules: - destination: \"10.0.0.0/29\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443 ingressRules: - source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"External access to Kubernetes API endpoint\" tcpOptions: destinationPortRange: max: 6443 min: 6443 - source: \"10.0.0.0/29\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"Control plane worker nodes to API Server endpoint\" - source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: cp-mc-subnet role: control-plane type: private securityList: name: cp-mc-seclist egressRules: - destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"control plane machine access to internet\" ingressRules: - source: \"10.0.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - source: \"0.0.0.0/0\" protocol: \"6\" sourceType: \"CIDR_BLOCK\" description: \"SSH access\" tcpOptions: destinationPortRange: max: 22 min: 22 - name: worker-subnet role: worker type: private securityList: name: node-seclist egressRules: - destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"Worker Nodes access to Internet\" ingressRules: - source: \"10.0.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow inter vcn communication\" - name: svc-lb-subnet role: service-lb type: public securityList: name: service-lb-seclist ingressRules: - source: \"10.0.0.0/16\" protocol: \"all\" sourceType: \"CIDR_BLOCK\" description: \"Allow ingress from vcn subnets\" Related documentation: comparison of Security Lists and Network Security Groups","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use Security Lists instead of Network Security Groups","id":"135","title":"Example spec to use Security Lists instead of Network Security Groups"},"136":{"body":"Info See externally managed infrastructure for how to create a cluster using existing VCN infrastructure.","breadcrumbs":"Networking Guide » Custom Networking » Example spec for externally managed VCN infrastructure","id":"136","title":"Example spec for externally managed VCN infrastructure"},"137":{"body":"By default, CAPOCI uses OCI Network Load Balancer as API Server load balancer. The load balancer front-ends control plane hosts to provide high availability access to Kubernetes API. The following spec can be used to use OCI Load Balancer as the API Server load balancer. The change from the default spec is to set loadBalancerType field to \"lb\" in the OCICluster resource. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: apiServerLoadBalancer: loadBalancerType: \"lb\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use OCI Load Balancer as API Server load balancer","id":"137","title":"Example spec to use OCI Load Balancer as API Server load balancer"},"138":{"body":"CAPOCI can be used to create Subnet/NSG in the VCN for custom workloads such as private load balancers, dedicated subnet for DB connection etc. The roles for such custom subnest must be defined as custom. The following spec shows an example for this scenario. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} subnets: - name: db role: custom type: public cidr: \"172.16.5.0/28\" networkSecurityGroup: list: - name: db role: custom egressRules: - egressRule: isStateless: false destination: \"172.16.5.0/28\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use custom role","id":"138","title":"Example spec to use custom role"},"139":{"body":"The spec below shows how to specify a Network Security Group as a destination in security rule. The Network Security Group name is mentioned in the destination field in the below example. All the required Network Security Groups must be defined in the template, CAPOCI will not lookup Network Security Group from the VCN. ---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: name: ${CLUSTER_NAME} cidr: \"172.16.0.0/16\" networkSecurityGroup: list: - name: ep-nsg role: control-plane-endpoint egressRules: - egressRule: isStateless: false destination: \"cp-mc-nsg\" protocol: \"6\" destinationType: \"NETWORK_SECURITY_GROUP\" description: \"All traffic to control plane nodes\" tcpOptions: destinationPortRange: max: 6443 min: 6443 - name: cp-mc-nsg role: control-plane egressRules: - egressRule: isStateless: false destination: \"0.0.0.0/0\" protocol: \"6\" destinationType: \"CIDR_BLOCK\" description: \"control plane machine access to internet\"","breadcrumbs":"Networking Guide » Custom Networking » Example spec to use Network Security Group as destination in security rule","id":"139","title":"Example spec to use Network Security Group as destination in security rule"},"14":{"body":"CAPOCI Installation Process Complete the following steps in order to install and use CAPOCI: Choose your management cluster. You can use kind , OKE or any other compliant Kubernetes clusters. Prepare custom machine images Configure users and policies for the management cluster if required Provision a management cluster . You can use kind , OKE or any other compliant Kubernetes clusters. Install the necessary tools: OCI CLI clusterctl kubectl Configure IAM for the workload cluster . Install Kubernetes Cluster API for Oracle Cloud Infrastructure (CAPOCI) in the management cluster . Create a workload cluster .","breadcrumbs":"Getting Started » Overview » Setting up a management cluster using a 3rd party Kubernetes cluster","id":"14","title":"Setting up a management cluster using a 3rd party Kubernetes cluster"},"140":{"body":"Note: This section has to be used only if the CAPOCI manages the workload cluster VCN. If externally managed VCN is used, this section is not applicable.","breadcrumbs":"Networking Guide » Private Cluster » Using private clusters","id":"140","title":"Using private clusters"},"141":{"body":"CAPOCI supports private clusters where the Kubernetes API Server Endpoint is a private IP Address and is accessible only within the VCN or peered VCNs. In order to use private clusters, the control plane endpoint subnet has to be marked as private. An example spec is given below. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: vcn: subnets: - cidr: 10.1.0.8/29 name: control-plane-endpoint role: control-plane-endpoint type: private - cidr: 10.1.0.0/29 name: control-plane role: control-plane type: private - cidr: 10.1.0.32/27 name: service-lb role: service-lb type: public - cidr: 10.1.64.0/20 name: worker role: worker type: private","breadcrumbs":"Networking Guide » Private Cluster » Example Spec for private cluster","id":"141","title":"Example Spec for private cluster"},"142":{"body":"While using private clusters, the management cluster needs to talk to the workload cluster. If the management cluster and workload cluster are in separate VCN, the VCN peering can be used to connect the management and workload cluster VCNS. CAPOCI supports peering of the workload cluster VCN with another VCN in the same region using Dynamic Routing Gateway . In case of local VCN peering, a DRG OCID has to be provided and CAPOCI will attach the workload cluster VCN to the provided DRG. The recommendation is to attach the management cluster VCN also to the same DRG so that the VCNs are peered to each other. For more details see Local VCN Peering using Local Peering Gateways . An example template for this cluster-template-local-vcn-peering.yaml can be found in the Assets section under the CAPOCI release page . In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters explained in the Workload Cluster Parameters table . Parameter Default Value Description DRG_ID OCID of the DRG to which the worklaod cluster will be attached.","breadcrumbs":"Networking Guide » Private Cluster » Example spec for VCN Peering using Dynamic Routing Gateway (Local)","id":"142","title":"Example spec for VCN Peering using Dynamic Routing Gateway (Local)"},"143":{"body":"If the management cluster and workload cluster are in different OCI regions, then DRG can still be used. In this case, in addition to VCN attachment, Remote Peering Connection (RPC) has to be used. In case of remote VCN peering, a DRG will be created by CAPOCI, and the workload cluster VCN will be attached to the DRG. In addition, a remote DRG has to be provided. CAPOCI will create RPC in the local and remote VCN and connection will be established between the RPCs. An example template for this cluster-template-remote-vcn-peering.yaml can be found in the Assets section under the CAPOCI release page . In order to use the template, the following Cluster API parameters have to be set in addition to the common parameters explained in the Workload Cluster Parameters table . Typically, the peer DRG refers to the DRG to which the management cluster VCN is attached. Parameter Default Value Description PEER_DRG_ID OCID of the peer DRG to which the local DRG will be peered. PEER_REGION_NAME The region to which the peer DRG belongs.","breadcrumbs":"Networking Guide » Private Cluster » Example spec for VCN Peering using Dynamic Routing Gateway (Remote)","id":"143","title":"Example spec for VCN Peering using Dynamic Routing Gateway (Remote)"},"144":{"body":"Feature status: As of CAPOCI v0.12.0, OKE has been moved out of experimental mode with self managed nodes. Virtual Node Pool and Mnagaed Node Pool are still experimental due to underlying CAPI dependencies. Feature gate: MachinePool=true Cluster API Provider for OCI (CAPOCI) experimentally supports managing OCI Container Engine for Kubernetes (OKE) clusters. CAPOCI implements this with three custom resources: OCIManagedControlPlane OCIManagedCluster OCIManagedMachinePool","breadcrumbs":"Managed Clusters (OKE) » Managed Clusters (OKE)","id":"144","title":"Managed Clusters (OKE)"},"145":{"body":"The following Oracle Cloud Infrastructure (OCI) configuration parameters are available when creating a managed workload cluster on OCI using one of our predefined templates: Parameter Mandatory Default Value Description OCI_COMPARTMENT_ID Yes The OCID of the compartment in which to create the required compute, storage and network resources. OCI_MANAGED_NODE_IMAGE_ID No \"\" The OCID of the image for the Kubernetes worker nodes. Please read the doc for more details. If no value is specified, a default Oracle Linux OKE platform image is looked up and used OCI_MANAGED_NODE_SHAPE No VM.Standard.E4.Flex The shape of the Kubernetes worker nodes. OCI_MANAGED_NODE_MACHINE_TYPE_OCPUS No 1 The number of OCPUs allocated to the worker node instance. OCI_SSH_KEY Yes The public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures. Note: In production use-case, the node pool image id must be provided explicitly and the default lookup mechanism must not be used. The following Cluster API parameters are also available: Parameter Default Value Description CLUSTER_NAME The name of the workload cluster to create. KUBERNETES_VERSION The Kubernetes version installed on the workload cluster nodes. If this environement variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file NAMESPACE The namespace for the workload cluster. If not specified, the current namespace is used. NODE_MACHINE_COUNT The number of machines in the OKE nodepool.","breadcrumbs":"Managed Clusters (OKE) » Workload Cluster Parameters","id":"145","title":"Workload Cluster Parameters"},"146":{"body":"","breadcrumbs":"Managed Clusters (OKE) » Pre-Requisites","id":"146","title":"Pre-Requisites"},"147":{"body":"Managed clusters also require the following feature flags set as environment variables before installing CAPI and CAPOCI components using clusterctl . export EXP_MACHINE_POOL=true","breadcrumbs":"Managed Clusters (OKE) » Environment Variables","id":"147","title":"Environment Variables"},"148":{"body":"Please read the doc and add the necessary policies required for the user group. Please add the policies for dynamic groups if instance principal is being used as authentication mechanism. Please read the doc to know more about authentication mechanisms.","breadcrumbs":"Managed Clusters (OKE) » OCI Security Policies","id":"148","title":"OCI Security Policies"},"149":{"body":"Choose one of the available templates to create your workload clusters from the latest released artifacts . The managed cluster templates is of the form cluster-template-managed-.yaml . The default managed template is cluster-template-managed.yaml. Please note that the templates provided are to be considered as references and can be customized further as the CAPOCI API Reference .","breadcrumbs":"Managed Clusters (OKE) » Workload Cluster Templates","id":"149","title":"Workload Cluster Templates"},"15":{"body":"An image is a template of a virtual hard drive. It determines the operating system and other software for a compute instance. In order to use CAPOCI, you must prepare one or more custom images which have all the necessary Kubernetes components pre-installed. The custom image(s) will then be used to instantiate the Kubernetes nodes.","breadcrumbs":"Getting Started » Prepare custom OCI images » Configure Custom Machine Images","id":"15","title":"Configure Custom Machine Images"},"150":{"body":"The doc lists the Kubernetes versions currently supported by OKE.","breadcrumbs":"Managed Clusters (OKE) » Supported Kubernetes versions","id":"150","title":"Supported Kubernetes versions"},"151":{"body":"The following command will create an OKE cluster using the default template. The created node pool uses VCN native pod networking . OCI_COMPARTMENT_ID= \\\nOCI_MANAGED_NODE_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nKUBERNETES_VERSION=v1.24.1 \\\nNAMESPACE=default \\\nclusterctl generate cluster \\\n--from cluster-template-managed.yaml | kubectl apply -f -","breadcrumbs":"Managed Clusters (OKE) » Create a new OKE cluster.","id":"151","title":"Create a new OKE cluster."},"152":{"body":"The following command will create an OKE private cluster. In this template, the control plane endpoint subnet is a private subnet and the API endpoint is accessible only within the subnet. The created node pool uses VCN native pod networking . OCI_COMPARTMENT_ID= \\\nOCI_MANAGED_NODE_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nKUBERNETES_VERSION=v1.24.1 \\\nNAMESPACE=default \\\nclusterctl generate cluster \\\n--from cluster-template-managedprivate.yaml | kubectl apply -f -","breadcrumbs":"Managed Clusters (OKE) » Create a new private OKE cluster.","id":"152","title":"Create a new private OKE cluster."},"153":{"body":"","breadcrumbs":"Managed Clusters (OKE) » Access kubeconfig of an OKE cluster","id":"153","title":"Access kubeconfig of an OKE cluster"},"154":{"body":"Access the management cluster using kubectl and identify the OKE cluster OCID kubectl get ocimanagedcontrolplane -n -o jsonpath='{.spec.id}'","breadcrumbs":"Managed Clusters (OKE) » Step 1 - Identify Cluster OCID","id":"154","title":"Step 1 - Identify Cluster OCID"},"155":{"body":"Access kubeconfig oci ce cluster create-kubeconfig --cluster-id --file --region --kube-endpoint PUBLIC_ENDPOINT Please read the doc for more details on how to access kubeconfig file of OKE clusters.","breadcrumbs":"Managed Clusters (OKE) » Step 2 - Access kubeconfig","id":"155","title":"Step 2 - Access kubeconfig"},"156":{"body":"CAPOCI supports OKE Enhanced Clusters and Virtual Nodes . A cluster-template cluster-template-managed-virtual-node.yaml with Enhanced Cluster and Virtual Node Pool has been released in CAPOCI release artifacts which can be referred using the flavor managed-virtual-node in clusterctl generate command. NOTE: Virtual Node Pool require Cluster API release 1.4.3 or later and CAPOCI release 0.10.0 or later.","breadcrumbs":"Managed Clusters (OKE) » Virtual Nodes and Enhanced Clusters » OKE Enhanced Clusters and Virtual Nodes","id":"156","title":"OKE Enhanced Clusters and Virtual Nodes"},"157":{"body":"The following OCIManagedControlPlane snippet can be used to create an enhanced OKE cluster. kind: OCIManagedControlPlane\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: clusterType: \"ENHANCED_CLUSTER\"","breadcrumbs":"Managed Clusters (OKE) » Virtual Nodes and Enhanced Clusters » Create Enhanced Cluster","id":"157","title":"Create Enhanced Cluster"},"158":{"body":"The following OCIVirtualMachinePool snippet can be used to create a Virtual Node Pool. Please read through CAPOCI API Docs to see all the supported parameters of OCIVirtualMachinePool. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIVirtualMachinePool\nspec:","breadcrumbs":"Managed Clusters (OKE) » Virtual Nodes and Enhanced Clusters » Create Virtual Node Pool","id":"158","title":"Create Virtual Node Pool"},"159":{"body":"CAPOCI supports OKE self managed nodes . With this feature, CAPI features such as rolling update , health checks can be used to make management of self managed nodes easier. CAPOCI supports two flavours fo self managed nodes. It also allows full range of OCI Compute API to be used while creating worker nodes. Please read the prerequisites related to Dynamic Group and policy before creating self managed OKE nodes.","breadcrumbs":"Managed Clusters (OKE) » Self managed nodes » Self managed nodes","id":"159","title":"Self managed nodes"},"16":{"body":"To create your own custom image in your Oracle Cloud Infrastructure (OCI) tenancy, navigate to The Image Builder Book and follow the instructions for OCI.","breadcrumbs":"Getting Started » Prepare custom OCI images » Building a custom image","id":"16","title":"Building a custom image"},"160":{"body":"Use the template cluster-template-managed-self-managed-nodes.yaml as an example for creating and OKE cluster with a self managed CAPI machine deployment. Self managed nodes are only supported if flannel is used as CNI provider. The following snippet shows the relevant part of the template. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIMachineTemplate\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: template: spec: imageId: \"${OCI_MANAGED_NODE_IMAGE_ID}\"\n---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineDeployment\nmetadata: name: \"${CLUSTER_NAME}-md-0\"\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: ${WORKER_MACHINE_COUNT} selector: matchLabels: template: spec: clusterName: \"${CLUSTER_NAME}\" version: \"${KUBERNETES_VERSION}\" bootstrap: dataSecretName: \"${CLUSTER_NAME}-self-managed\" infrastructureRef: name: \"${CLUSTER_NAME}-md-0\" apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIMachineTemplate Note that CAPOCI will populate a bootstrap secret with the relevant cloud-init script required for the node to join the OKE cluster","breadcrumbs":"Managed Clusters (OKE) » Self managed nodes » Self managed nodes backed by CAPI Machine Deployment","id":"160","title":"Self managed nodes backed by CAPI Machine Deployment"},"161":{"body":"Note: MachinePool is still an experimental feature in CAPI The following snippet can be used to create self managed OKE nodes backed by OCI Instance Pool instance-pool . ---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachinePool\nmetadata: name: \"${CLUSTER_NAME}-mp-0\" namespace: default\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: \"${WORKER_MACHINE_COUNT}\" template: spec: bootstrap: dataSecretName: \"${CLUSTER_NAME}-self-managed\" clusterName: \"${CLUSTER_NAME}\" infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIMachinePool name: \"${CLUSTER_NAME}-mp-0\" version: \"${KUBERNETES_VERSION}\"\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIMachinePool\nmetadata: name: \"${CLUSTER_NAME}-mp-0\" namespace: default\nspec: instanceConfiguration: metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" instanceSourceViaImageConfig: imageId: \"${OCI_MANAGED_NODE_IMAGE_ID}\" shape: \"${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"1\"","breadcrumbs":"Managed Clusters (OKE) » Self managed nodes » Self managed nodes backed by OCI Instance Pool","id":"161","title":"Self managed nodes backed by OCI Instance Pool"},"162":{"body":"The default boot volume size of worker nodes is 50 GB. The following steps needs to be followed to increase the boot volume size.","breadcrumbs":"Managed Clusters (OKE) » Boot volume expansion » Increase boot volume","id":"162","title":"Increase boot volume"},"163":{"body":"The following snippet shows how to increase the boot volume size of the instances. kind: OCIManagedMachinePool\nspec: nodeSourceViaImage: bootVolumeSizeInGBs: 100","breadcrumbs":"Managed Clusters (OKE) » Boot volume expansion » Increase the boot volume size in spec","id":"163","title":"Increase the boot volume size in spec"},"164":{"body":"In order to take advantage of the larger size, you need to extend the partition for the boot volume . Custom cloud init scripts can be used for the same. The following cloud init script extends the root volume. #!/bin/bash # DO NOT MODIFY\ncurl --fail -H \"Authorization: Bearer Oracle\" -L0 http://169.254.169.254/opc/v2/instance/metadata/oke_init_script | base64 --decode >/var/run/oke-init.sh ## run oke provisioning script\nbash -x /var/run/oke-init.sh ### adjust block volume size\n/usr/libexec/oci-growfs -y touch /var/log/oke.done Encode the file contents into a base64 encoded value as follows. cat cloud-init.sh | base64 -w 0 Add the value in the following OCIManagedMachinePool spec. kind: OCIManagedMachinePool\nspec: nodeMetadata: user_data: \"\"","breadcrumbs":"Managed Clusters (OKE) » Boot volume expansion » Extend the root partition","id":"164","title":"Extend the root partition"},"165":{"body":"","breadcrumbs":"Managed Clusters (OKE) » Networking customizations » Networking customizations","id":"165","title":"Networking customizations"},"166":{"body":"The following OCIManagedCluster snippet can be used to to use a pre-existing VCN. kind: OCIManagedCluster\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: skipNetworkManagement: true vcn: id: \"\" networkSecurityGroup: list: - id: \"\" role: control-plane-endpoint name: control-plane-endpoint - id: \"\" role: worker name: worker - id: \"\" role: pod name: pod subnets: - id: \"\" role: control-plane-endpoint name: control-plane-endpoint type: public - id: \"\" role: worker name: worker - id: \"\" role: pod name: pod - id: \"\" role: service-lb name: service-lb type: public","breadcrumbs":"Managed Clusters (OKE) » Networking customizations » Use a pre-existing VCN","id":"166","title":"Use a pre-existing VCN"},"167":{"body":"Use the template cluster-template-managed-flannel.yaml as an example for using flannel as the CNI. The template sets the correct parameters in the spec as well as create the proper security roles in the Network Security Group (NSG).","breadcrumbs":"Managed Clusters (OKE) » Networking customizations » Use flannel as CNI","id":"167","title":"Use flannel as CNI"},"168":{"body":"This page will cover configuration of various Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) features in CAPOCI.","breadcrumbs":"Managed Clusters (OKE) » Features » Features","id":"168","title":"Features"},"169":{"body":"OKE Node Pool Cycling can be used during Kubernetes version upgrades to cycle the nodes such that all the nodes of a Node Pool is running on the newer Kubernetes version. The following OCIManagedMachinePool spec can be used to specify Node Pool cycling option. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIManagedMachinePool\nspec: nodePoolCyclingDetails: isNodeCyclingEnabled: true","breadcrumbs":"Managed Clusters (OKE) » Features » Node Pool Cycling","id":"169","title":"Node Pool Cycling"},"17":{"body":"Configure policies for an OKE cluster Configure policies for a self-provisioned cluster User configuration and OCIDs","breadcrumbs":"Getting Started » Configure users and policies » Configure user and policies","id":"17","title":"Configure user and policies"},"170":{"body":"The following OCIManagedControlPlane spec should be used to specify Addons which has to be installed in the OKE cluster. kind: OCIManagedControlPlane\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: clusterType: \"ENHANCED_CLUSTER\" addons: - name: CertManager More details about the configuration parameters are available in [CAPOCI API Reference docs][api-reference].","breadcrumbs":"Managed Clusters (OKE) » Features » Addons","id":"170","title":"Addons"},"171":{"body":"This section contains various resources that define the Cluster API for OCI project.","breadcrumbs":"Reference » Reference","id":"171","title":"Reference"},"172":{"body":"Versioned Cluster API Provider for OCI API references is published here .","breadcrumbs":"Reference » API Reference » API Reference","id":"172","title":"API Reference"},"173":{"body":"A | B | C | D | H | I | K | M | N | O | P | R | S | T | W","breadcrumbs":"Reference » Glossary » Table of Contents","id":"173","title":"Table of Contents"},"174":{"body":"","breadcrumbs":"Reference » Glossary » A","id":"174","title":"A"},"175":{"body":"Or Availability Domain One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains one or more availability domains.","breadcrumbs":"Reference » Glossary » AD","id":"175","title":"AD"},"176":{"body":"","breadcrumbs":"Reference » Glossary » C","id":"176","title":"C"},"177":{"body":"Or Container Network Interface A Cloud Native Computing Foundation project that consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.","breadcrumbs":"Reference » Glossary » CNI","id":"177","title":"CNI"},"178":{"body":"","breadcrumbs":"Reference » Glossary » F","id":"178","title":"F"},"179":{"body":"Or Fault Domain A logical grouping of hardware and infrastructure within an availability domain . Fault domains isolate resources during hardware failure or unexpected software changes.","breadcrumbs":"Reference » Glossary » FD","id":"179","title":"FD"},"18":{"body":"These steps are applicable if you intend to run your management cluster using Oracle Container Engine for Kubernetes (OKE). They need to be created by a user with admin privileges and are required so you can provision your OKE cluster successfully. If you plan to run your management cluster in kind or a non-OKE cluster, you can skip this step. Create a user in OCI e.g. iaas_oke_usr Create a group in OCI e.g. iaas_oke_grp and add the user iaas_oke_usr to this group Create a policy in OCI and add the following policies(Please read OKE Policy Configuration Doc for more fine grained policies): Allow group iaas_oke_grp to manage dynamic groups Allow group iaas_oke_grp to manage virtual-network-family in Allow group iaas_oke_grp to manage cluster-family in Allow group iaas_oke_grp to manage instance-family in where is the name of the OCI compartment of the management cluster. Refer to the OCI documentation if you have not created a compartment yet. Warning You should not create your management cluster in the root compartment.","breadcrumbs":"Getting Started » Configure users and policies » Configure policies for an OKE cluster » Configure OCI policies for an Oracle Container Engine for Kubernetes cluster","id":"18","title":"Configure OCI policies for an Oracle Container Engine for Kubernetes cluster"},"180":{"body":"","breadcrumbs":"Reference » Glossary » I","id":"180","title":"I"},"181":{"body":"An Internet Gateway is an optional virtual router you can add to your VCN to enable direct connectivity to the Internet. It supports connections initiated from within the VCN (egress) and connections initiated from the Internet (ingress).","breadcrumbs":"Reference » Glossary » Internet Gateway","id":"181","title":"Internet Gateway"},"182":{"body":"","breadcrumbs":"Reference » Glossary » N","id":"182","title":"N"},"183":{"body":"A NAT Gateway gives cloud resources without public IP addresses access to the Internet without exposing those resources to incoming internet connections. A NAT Gateway can be added to a VCN to give instances in a private subnet access to the Internet.","breadcrumbs":"Reference » Glossary » NAT Gateway","id":"183","title":"NAT Gateway"},"184":{"body":"Or Network Security Group A Network security group (NSG) acts as a virtual firewall for your compute instances and other kinds of resources. An NSG consists of a set of ingress and egress security rules that apply only to a set of VNICs of your choice in a single VCN (for example: all compute instances that act as web servers in the web tier of a multi-tier application in your VCN).","breadcrumbs":"Reference » Glossary » NSG","id":"184","title":"NSG"},"185":{"body":"","breadcrumbs":"Reference » Glossary » R","id":"185","title":"R"},"186":{"body":"Oracle Cloud Infrastructure is hosted in regions and availability domains. A region is a localized geographic area, and an availability domain is one or more data centers located within a region. A region is composed of one or more availability domains.","breadcrumbs":"Reference » Glossary » Region","id":"186","title":"Region"},"187":{"body":"","breadcrumbs":"Reference » Glossary » S","id":"187","title":"S"},"188":{"body":"A service gateway lets your VCN privately access specific Oracle services without exposing the data to the public Internet. No Internet Gateway or NAT is required to reach those specific services. The resources in the VCN can be in a private subnet and use only private IP addresses. The traffic from the VCN to the Oracle service travels over the Oracle network fabric and never traverses the Internet.","breadcrumbs":"Reference » Glossary » Service Gateway","id":"188","title":"Service Gateway"},"189":{"body":"","breadcrumbs":"Reference » Glossary » V","id":"189","title":"V"},"19":{"body":"Although some policies required for Oracle Container Engine for Kubernetes (OKE) and self-provisioned clusters may overlap, we recommend you create another user and group for the principal that will be provisioning the self-provisioned clusters. Create a user in OCI e.g. cluster_api_usr Create a group in OCI e.g. cluster_api_grp and add the user cluster_api_usr to this group Create a policy in OCI and add the following policies: Allow group cluster_api_grp to manage virtual-network-family in Allow group cluster_api_grp to manage load-balancers in Allow group cluster_api_grp to manage instance-family in where is the name of the OCI compartment of the workload cluster. Your workload compartment may be different from the management compartment. Refer to the OCI documentation if you have not created a compartment yet. Info If you are an administrator and you are experimenting with CAPOCI, you can skip creating the policies. Repeat the procedure as for the iaas_oke_usr above to obtain the IAM details. Warning You should not create your workload cluster in the root compartment.","breadcrumbs":"Getting Started » Configure users and policies » Configure policies for a self-provisioned cluster » Configure policies for a self-provisioned cluster","id":"19","title":"Configure policies for a self-provisioned cluster"},"190":{"body":"Or Virtual Cloud Network A VCN is a software-defined network that you set up in the Oracle Cloud Infrastructure data centers in a particular region .","breadcrumbs":"Reference » Glossary » VCN","id":"190","title":"VCN"},"2":{"body":"Self-managed and OCI Container Engine for Kubernetes(OKE) cluster support Manages the bootstrapping of VCNs, gateways, subnets, network security groups Provides secure and sensible defaults","breadcrumbs":"Introduction » Features","id":"2","title":"Features"},"20":{"body":"Login as the iaas_oke_usr in the OCI Console to configure your OCI key. You can either use the OCI console or openssl to generate an API key . Obtain the following details which you will need in order to create your management cluster with OKE: OCID Navigate to Identity > Compartments Click on your compartment Locate OCID on the page and click on Copy Tenancy OCID User OCID API key fingerprint","breadcrumbs":"Getting Started » Configure users and policies » User configuration and OCIDs » User configuration and OCIDs","id":"20","title":"User configuration and OCIDs"},"21":{"body":"Cluster API Provider for Oracle Cloud Infrastructure is installed into an existing Kubernetes cluster, called the management cluster . You may use kind for experimental purposes or for creating a local bootstrap cluster which you will then use to provision a target management cluster. Create a local management or bootstrap cluster with kind For a more durable environment, we recommend using a managed Kubernetes service such as Oracle Container Engine for Kubernetes (OKE). Create a management cluster with OKE","breadcrumbs":"Getting Started » Provision a management cluster » Provision a management cluster","id":"21","title":"Provision a management cluster"},"22":{"body":"Create the cluster kind create cluster Configure access kubectl config set-context kind-kind","breadcrumbs":"Getting Started » Provision a management cluster » Provision a management cluster with kind » Provision a management cluster using kind","id":"22","title":"Provision a management cluster using kind"},"23":{"body":"For this release, if you use Oracle Container Engine for Kubernetes (OKE) for your management cluster, you will be provisioning a public Kubernetes cluster i.e. its API server must be accessible to kubectl. You can use either use the OCI console to do the provisioning or the terraform-oci-oke project. Login to the OCI Console as the iaas_oke_usr Search for OKE and select it: OKE Select the right compartment where you will be creating the OKE Cluster: OKE Click Create Cluster , select Quick Create and click Launch Workflow : OKE Name your cluster and ensure you select Public Endpoint and choose Private Workers : OKE Click Next and Create Cluster . When the cluster is ready, set up access to the OKE cluster. You can either use OCI Cloud Shell or your local terminal . Warning If you are working with an existing Kubernetes cluster and have an existing kubeconfig in your $HOME/.kube/config directory, running the command to set up local access will add a new cluster context to your existing kubeconfig.","breadcrumbs":"Getting Started » Provision a management cluster » Provision a management cluster with OKE » Provision a management cluster with Oracle Container Engine for Kubernetes","id":"23","title":"Provision a management cluster with Oracle Container Engine for Kubernetes"},"24":{"body":"If you are not using kind for your management cluster, export the KUBECONFIG environment variable to point to the correct Kubeconfig file. export KUBECONFIG=/path/to/kubeconfig","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Install Cluster API Provider for Oracle Cloud Infrastructure","id":"24","title":"Install Cluster API Provider for Oracle Cloud Infrastructure"},"25":{"body":"Before installing Cluster API Provider for OCI (CAPOCI), you must first set up your preferred authentication mechanism using specific environment variables.","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Configure authentication","id":"25","title":"Configure authentication"},"26":{"body":"If the management cluster is hosted outside OCI, for example a Kind cluster, please configure user principal using the following parameters. Please refer to the doc to generate the required credentials. export OCI_TENANCY_ID= export OCI_USER_ID= export OCI_CREDENTIALS_FINGERPRINT= export OCI_REGION= # if Passphrase is present export OCI_TENANCY_ID_B64=\"$(echo -n \"$OCI_TENANCY_ID\" | base64 | tr -d '\\n')\" export OCI_CREDENTIALS_FINGERPRINT_B64=\"$(echo -n \"$OCI_CREDENTIALS_FINGERPRINT\" | base64 | tr -d '\\n')\" export OCI_USER_ID_B64=\"$(echo -n \"$OCI_USER_ID\" | base64 | tr -d '\\n')\" export OCI_REGION_B64=\"$(echo -n \"$OCI_REGION\" | base64 | tr -d '\\n')\" export OCI_CREDENTIALS_KEY_B64=$(base64 < | tr -d '\\n') # if Passphrase is present export OCI_CREDENTIALS_PASSPHRASE= export OCI_CREDENTIALS_PASSPHRASE_B64=\"$(echo -n \"$OCI_CREDENTIALS_PASSPHRASE\" | base64 | tr -d '\\n')\"","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » User Principal","id":"26","title":"User Principal"},"27":{"body":"If the management cluster is hosted in Oracle Cloud Infrastructure, Instance principals authentication is recommended. Export the following parameters to use Instance Principals. If Instance Principals are used, the user principal parameters explained in above section will not be used. export USE_INSTANCE_PRINCIPAL=\"true\" export USE_INSTANCE_PRINCIPAL_B64=\"$(echo -n \"$USE_INSTANCE_PRINCIPAL\" | base64 | tr -d '\\n')\" Please ensure the following policies in the dynamic group for CAPOCI to be able to talk to various OCI Services. allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Instance Principal","id":"27","title":"Instance Principal"},"28":{"body":"Initialize management cluster and install CAPOCI. The following command will use the latest version : clusterctl init --infrastructure oci In production, it is recommended to set a specific released version. clusterctl init --infrastructure oci:vX.X.X","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » Initialize management cluster","id":"28","title":"Initialize management cluster"},"29":{"body":"When installing CAPOCI, the following components will be installed in the management cluster: A custom resource definition (CRD) for OCICluster, which is a Kubernetes custom resource that represents a workload cluster created in OCI by CAPOCI. A custom resource definition (CRD) for OCIMachine, which is a Kubernetes custom resource that represents one node in the workload cluster created in OCI by CAPOCI. Role-based access control resources for a Kubernetes Deployment, ServiceAccount, Role, ClusterRole and ClusterRoleBinding A Kubernetes Secret which will hold OCI credentials A Kubernetes Deployment with the CAPOCI image - ghcr.io/oracle/cluster-api-oci-controller: Please inspect the infrastructure-components.yaml present in the release artifacts to know more.","breadcrumbs":"Getting Started » Install Cluster API for Oracle Cloud Infrastructure » CAPOCI Components","id":"29","title":"CAPOCI Components"},"3":{"body":"Prerequisites : Set up your OCI tenancy before using CAPOCI. Deployment process : Choosing your deployment path Networking : Networking guide Installation: Install Cluster API for OCI Create Workload Cluster Create OKE Cluster","breadcrumbs":"Introduction » Getting Started","id":"3","title":"Getting Started"},"30":{"body":"","breadcrumbs":"Getting Started » Create Workload Cluster » Create a workload cluster","id":"30","title":"Create a workload cluster"},"31":{"body":"Choose one of the available templates for to create your workload clusters from the latest released artifacts . Please note that the templates provided are to be considered as references and can be customized further as the [CAPOCI API Reference][api-reference]. Each workload cluster template can be further configured with the parameters below.","breadcrumbs":"Getting Started » Create Workload Cluster » Workload Cluster Templates","id":"31","title":"Workload Cluster Templates"},"32":{"body":"The following Oracle Cloud Infrastructure (OCI) configuration parameters are available when creating a workload cluster on OCI using one of our predefined templates: Parameter Default Value Description OCI_COMPARTMENT_ID The OCID of the compartment in which to create the required compute, storage and network resources. OCI_IMAGE_ID The OCID of the image for the kubernetes nodes. This same image is used for both the control plane and the worker nodes. OCI_CONTROL_PLANE_MACHINE_TYPE VM.Standard.E4.Flex The shape of the Kubernetes control plane machine. OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS 1 The number of OCPUs allocated to the control plane instance. OCI_NODE_MACHINE_TYPE VM.Standard.E4.Flex The shape of the Kubernetes worker machine. OCI_NODE_MACHINE_TYPE_OCPUS 1 The number of OCPUs allocated to the worker instance. OCI_SSH_KEY The public SSH key to be added to the Kubernetes nodes. It can be used to login to the node and troubleshoot failures. OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION true Enables in-flight Transport Layer Security (TLS) 1.2 encryption of data between control plane nodes and their associated block storage devices. OCI_NODE_PV_TRANSIT_ENCRYPTION true Enables in-flight Transport Layer Security (TLS) 1.2 encryption of data between worker nodes and their associated block storage devices. Note: Only specific bare metal shapes support in-transit encryption. If an unsupported shape is specified, the deployment will fail completely. Note: Using the predefined templates the machine's memory size is automatically allocated based on the chosen shape and OCPU count. The following Cluster API parameters are also available: Parameter Default Value Description CLUSTER_NAME The name of the workload cluster to create. CONTROL_PLANE_MACHINE_COUNT 1 The number of control plane machines for the workload cluster. KUBERNETES_VERSION The Kubernetes version installed on the workload cluster nodes. If this environment variable is not configured, the version must be specified in the .cluster-api/clusterctl.yaml file NAMESPACE The namespace for the workload cluster. If not specified, the current namespace is used. POD_CIDR 192.168.0.0/16 CIDR range of the Kubernetes pod-to-pod network. SERVICE_CIDR 10.128.0.0/12 CIDR range of the Kubernetes pod-to-services network. NODE_MACHINE_COUNT The number of worker machines for the workload cluster.","breadcrumbs":"Getting Started » Create Workload Cluster » Workload Cluster Parameters","id":"32","title":"Workload Cluster Parameters"},"33":{"body":"The following command will create a workload cluster comprising a single control plane node and single worker node using the default values as specified in the preceding Workload Cluster Parameters table: OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nNODE_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a new workload cluster on virtual instances using an Ubuntu custom image","id":"33","title":"Create a new workload cluster on virtual instances using an Ubuntu custom image"},"34":{"body":"The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE parameters to specify bare metal shapes instead of using CAPOCI's default virtual instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION parameters disable encryption of data in flight between the bare metal instance and the block storage resources. OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=BM.Standard2.52 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=52 \\\nOCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=false \\\nOCI_NODE_MACHINE_TYPE=BM.Standard2.52 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=52 \\\nOCI_NODE_PV_TRANSIT_ENCRYPTION=false \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template.yaml| kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a new workload cluster on bare metal instances using an Ubuntu custom image","id":"34","title":"Create a new workload cluster on bare metal instances using an Ubuntu custom image"},"35":{"body":"OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template-oraclelinux.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a new workload cluster on virtual instances using an Oracle Linux custom image","id":"35","title":"Create a new workload cluster on virtual instances using an Oracle Linux custom image"},"36":{"body":"CAPOCI provides a way to launch and manage your workload cluster in multiple regions. Choose the cluster-template-alternative-region.yaml template when creating your workload clusters from the latest released artifacts . Currently, the other templates do not support the ability to change the workload cluster region. Each cluster can be further configured with the parameters defined in Workload Cluster Parameters and additionally with the parameter below. Parameter Default Value Description OCI_WORKLOAD_REGION Configured as OCI_REGION The OCI region in which to launch the workload cluster. The following example configures the CAPOCI provider to authenticate in us-phoenix-1 and launch a workload cluster in us-sanjose-1. Note: Ensure the specified image is available in your chosen region or the launch will fail. To configure authentication for management cluster, follow the steps in Configure authentication . Extend the preceding configuration with the following additional configuration parameter and initialize the CAPOCI provider. ...\nexport OCI_REGION=us-phoenix-1\n... clusterctl init --infrastructure oci Create a new workload cluster in San Jose (us-sanjose-1) by explicitly setting the OCI_WORKLOAD_REGION environment variable when invoking clusterctl: OCI_WORKLOAD_REGION=us-sanjose-1 \\\nOCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nNODE_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from cluster-template-alternative-region.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create a workload cluster in an alternative region","id":"36","title":"Create a workload cluster in an alternative region"},"37":{"body":"Execute the following command to list all the workload clusters present: kubectl get clusters -A Execute the following command to access the kubeconfig of a workload cluster: clusterctl get kubeconfig -n default > .kubeconfig","breadcrumbs":"Getting Started » Create Workload Cluster » Access workload cluster Kubeconfig","id":"37","title":"Access workload cluster Kubeconfig"},"38":{"body":"After creating a workload cluster, a CNI provider must be installed in the workload cluster. Until you install a a CNI provider, the cluster nodes will not go into the Ready state. For example, you can install Calico as follows: kubectl --kubeconfig=.kubeconfig \\ apply -f https://docs.projectcalico.org/v3.21/manifests/calico.yaml You can use your preferred CNI provider. Currently, the following providers have been tested and verified to work: CNI CNI Version Kubernetes Version CAPOCI Version Calico 3.21 1.20.10 0.1 Antrea 1.20.10 0.1 If you have tested an alternative CNI provider and verified it to work, please send us a PR to add it to the list. If you have an issue with your alternative CNI provider, please raise an issue on GitHub.","breadcrumbs":"Getting Started » Create Workload Cluster » Install a CNI Provider","id":"38","title":"Install a CNI Provider"},"39":{"body":"By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions .","breadcrumbs":"Getting Started » Create Workload Cluster » Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster","id":"39","title":"Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster"},"4":{"body":"Info As the versioning for this project is tied to the versioning of Cluster API, future modifications to this policy may be made to more closely align with other providers in the Cluster API ecosystem.","breadcrumbs":"Introduction » Support Policy","id":"4","title":"Support Policy"},"40":{"body":"To better understand MachineHealthChecks please read over the Cluster-API book and make sure to read the limitations sections.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Create a workload cluster with MachineHealthChecks (MHC)","id":"40","title":"Create a workload cluster with MachineHealthChecks (MHC)"},"41":{"body":"In the project's code repository we provide an example template that sets up two MachineHealthChecks at workload creation time. The example sets up two MHCs to allow differing remediation values: control-plane-unhealthy-5m setups a health check for the control plane machines md-unhealthy-5m sets up a health check for the workload machines NOTE: As a part of the example template the MHCs will start remediating nodes that are not ready after 10 minutes. In order prevent this side effect make sure to install your CNI once the API is available. This will move the machines into a Ready state.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Create a new workload cluster with MHC","id":"41","title":"Create a new workload cluster with MHC"},"42":{"body":"Another approach is to install MHC after the cluster is up and healthy (aka Day-2 Operation). This can prevent machine remediation while setting up the cluster. Adding the MHC to either control-plane or machine is a multistep process. The steps are run on specific clusters (e.g. management cluster, workload cluster): Update the spec for future instances (management cluster) Add label to existing nodes (workload cluster) Add the MHC (management cluster)","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Add MHC to existing workload cluster","id":"42","title":"Add MHC to existing workload cluster"},"43":{"body":"Update control plane spec We need to add the controlplane.remediation label to the KubeadmControlPlane. Create a file named control-plane-patch.yaml that has this content: spec: machineTemplate: metadata: labels: controlplane.remediation: \"\" Then on the management cluster run kubectl patch KubeadmControlPlane -control-plane --patch-file control-plane-patch.yaml --type=merge. Add label to existing nodes Then on the workload cluster add the new label to any existing control-plane node(s) kubectl label node controlplane.remediation=\"\". This will prevent the KubeadmControlPlane provisioning new nodes once the MHC is deployed. Add the MHC Finally, create a file named control-plane-mhc.yaml that has this content: apiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineHealthCheck\nmetadata: name: \"-control-plane-unhealthy-5m\"\nspec: clusterName: \"\" maxUnhealthy: 100% nodeStartupTimeout: 10m selector: matchLabels: controlplane.remediation: \"\" unhealthyConditions: - type: Ready status: Unknown timeout: 300s - type: Ready status: \"False\" timeout: 300s Then on the management cluster run kubectl apply -f control-plane-mhc.yaml. Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Add control-plane MHC","id":"43","title":"Add control-plane MHC"},"44":{"body":"Update machine spec We need to add the machine.remediation label to the MachineDeployment. Create a file named machine-patch.yaml that has this content: spec: template: metadata: labels: machine.remediation: \"\" Then on the management cluster run kubectl patch MachineDeployment oci-cluster-stage-md-0 --patch-file machine-patch.yaml --type=merge. Add label to existing nodes Then on the workload cluster add the new label to any existing control-plane node(s) kubectl label node machine.remediation=\"\". This will prevent the MachineDeployment provisioning new nodes once the MHC is deployed. Add the MHC Finally, create a file named machine-mhc.yaml that has this content: apiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineHealthCheck\nmetadata: name: \"-stage-md-unhealthy-5m\"\nspec: clusterName: \"oci-cluster-stage\" maxUnhealthy: 100% nodeStartupTimeout: 10m selector: matchLabels: machine.remediation: \"\" unhealthyConditions: - type: Ready status: Unknown timeout: 300s - type: Ready status: \"False\" timeout: 300s Then on the management cluster run kubectl apply -f machine-mhc.yaml. Then run kubectl get machinehealthchecks to check your MachineHealthCheck sees the expected machines.","breadcrumbs":"Getting Started » Create Workload Cluster » MachineHealthChecks » Add machine MHC","id":"44","title":"Add machine MHC"},"45":{"body":"","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Create a GPU workload cluster","id":"45","title":"Create a GPU workload cluster"},"46":{"body":"Some shapes are limited to specific regions and specific Availability Domains (AD). In order to make sure the workload cluster comes up check the region and AD for shape availability.","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Accessing GPU Shapes","id":"46","title":"Accessing GPU Shapes"},"47":{"body":"Make sure the OCI CLI is installed. Then set the AD information if using muti-AD regions. NOTE: Use the OCI Regions and Availability Domains page to figure out which regions have multiple ADs. oci iam availability-domain list --compartment-id= --region= Using the AD name from the output start searching for GPU shape availability. oci compute shape list --compartment-id= --profile=DEFAULT --region=us-ashburn-1 --availability-domain= | grep GPU \"shape-name\": \"BM.GPU3.8\"\n\"shape-name\": \"BM.GPU4.8\"\n\"shape-name\": \"VM.GPU3.1\"\n\"shape\": \"VM.GPU2.1\" NOTE: If the output is empty then the compartment for that region/AD doesn't have GPU shapes. If you are unable to locate any shapes you may need to submit a service limit increase request","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Check shape availability","id":"47","title":"Check shape availability"},"48":{"body":"NOTE: Nvidia GPU drivers aren't supported for Oracle Linux at this time. Ubuntu is currently the only supported OS. When launching a multi-AD region shapes are likely be limited to a specific AD (example: US-ASHBURN-AD-2). To make sure the cluster comes up without issue specifically target just that AD for the GPU worker nodes. To do that modify the released version of the cluster-template-failure-domain-spread.yaml template. Download the latest cluster-template-failure-domain-spread.yaml file and save it as cluster-template-gpu.yaml. Make sure the modified template has only the MachineDeployment section(s) where there is GPU availability and remove all the others. See the full example file that targets only AD 2 (OCI calls them Availability Domains while Cluster-API calls them Failure Domains).","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Create a new GPU workload cluster an Ubuntu custom image","id":"48","title":"Create a new GPU workload cluster an Ubuntu custom image"},"49":{"body":"The following command will create a workload cluster comprising a single control plane node and single GPU worker node using the default values as specified in the preceding Workload Cluster Parameters table: NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. See the Compute Shapes page to get the OCPU count for the specific shape. OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nNODE_MACHINE_COUNT=1 \\\nOCI_NODE_MACHINE_TYPE=VM.GPU3.1 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=6 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nOCI_SHAPE_MEMORY_IN_GBS= \\\nKUBERNETES_VERSION=v1.24.4 \\\nclusterctl generate cluster \\\n--target-namespace default \\\n--from cluster-template-gpu.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Virtual instances","id":"49","title":"Virtual instances"},"5":{"body":"CAPOCI supports the following Cluster API versions. v1beta1 (v1.0) OCI Provider v1beta1 (v0.1) ✓","breadcrumbs":"Introduction » Cluster API Versions","id":"5","title":"Cluster API Versions"},"50":{"body":"The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE parameters to specify bare metal shapes instead of using CAPOCI's default virtual instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION parameters disable encryption of data in flight between the bare metal instance and the block storage resources. NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the GPU shape. See the Compute Shapes page to get the OCPU count for the specific shape. OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nOCI_NODE_MACHINE_TYPE=BM.GPU3.8 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=52 \\\nOCI_NODE_PV_TRANSIT_ENCRYPTION=false \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nOCI_SHAPE_MEMORY_IN_GBS= \\\nKUBERNETES_VERSION=v1.24.4 \\\nclusterctl generate cluster \\\n--target-namespace default \\\n--from cluster-template-gpu.yaml | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Bare metal instances","id":"50","title":"Bare metal instances"},"51":{"body":"Execute the following command to list all the workload clusters present: kubectl get clusters -A Execute the following command to access the kubeconfig of a workload cluster: clusterctl get kubeconfig -n default > .kubeconfig","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Access workload cluster Kubeconfig","id":"51","title":"Access workload cluster Kubeconfig"},"52":{"body":"To provision the CNI and Cloud Controller Manager follow the Install a CNI Provider and the Install OCI Cloud Controller Manager sections.","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Install a CNI Provider, OCI Cloud Controller Manager and CSI in a self-provisioned cluster","id":"52","title":"Install a CNI Provider, OCI Cloud Controller Manager and CSI in a self-provisioned cluster"},"53":{"body":"Setup the worker instances to use the GPUs install the Nvidia GPU Operator . For the most up-to-date install instructions see the official install instructions . They layout how to install the Helm tool and how to setup the Nvidia helm repo. With Helm setup you can now install the GPU-Operator helm install --wait --generate-name \\ -n gpu-operator --create-namespace \\ nvidia/gpu-operator The pods will take a while to come up but you can check the status: kubectl --.kubeconf get pods -n gpu-operator","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Install Nvidia GPU Operator","id":"53","title":"Install Nvidia GPU Operator"},"54":{"body":"Once all of the GPU-Operator pods are running or completed deploy the test pod: cat <.kubeconf apply -f -\napiVersion: v1\nkind: Pod\nmetadata:\nname: cuda-vector-add\nspec:\nrestartPolicy: OnFailure\ncontainers:\n- name: cuda-vector-add\n# https://github.com/kubernetes/kubernetes/blob/v1.7.11/test/images/nvidia-cuda/Dockerfile\nimage: \"registry.k8s.io/cuda-vector-add:v0.1\"\nresources:\nlimits:\nnvidia.com/gpu: 1 # requesting 1 GPU\nEOF Then check the output logs of the cuda-vector-add test pod: kubectl --kubeconfig=.kubeconf logs cuda-vector-add -n default [Vector addition of 50000 elements]\nCopy input data from the host memory to the CUDA device\nCUDA kernel launch with 196 blocks of 256 threads\nCopy output data from the CUDA device to the host memory\nTest PASSED\nDone","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Test GPU on worker node","id":"54","title":"Test GPU on worker node"},"55":{"body":"This is an example file using a modified version of cluster-template-failure-domain-spread.yaml to target AD 2 (example: US-ASHBURN-AD-2). apiVersion: cluster.x-k8s.io/v1beta1\nkind: Cluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\" namespace: \"${NAMESPACE}\"\nspec: clusterNetwork: pods: cidrBlocks: - ${POD_CIDR:=\"192.168.0.0/16\"} serviceDomain: ${SERVICE_DOMAIN:=\"cluster.local\"} services: cidrBlocks: - ${SERVICE_CIDR:=\"10.128.0.0/12\"} infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCICluster name: \"${CLUSTER_NAME}\" namespace: \"${NAMESPACE}\" controlPlaneRef: apiVersion: controlplane.cluster.x-k8s.io/v1beta1 kind: KubeadmControlPlane name: \"${CLUSTER_NAME}-control-plane\" namespace: \"${NAMESPACE}\"\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\"\n---\nkind: KubeadmControlPlane\napiVersion: controlplane.cluster.x-k8s.io/v1beta1\nmetadata: name: \"${CLUSTER_NAME}-control-plane\" namespace: \"${NAMESPACE}\"\nspec: version: \"${KUBERNETES_VERSION}\" replicas: ${CONTROL_PLANE_MACHINE_COUNT} machineTemplate: infrastructureRef: kind: OCIMachineTemplate apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 name: \"${CLUSTER_NAME}-control-plane\" namespace: \"${NAMESPACE}\" kubeadmConfigSpec: clusterConfiguration: kubernetesVersion: ${KUBERNETES_VERSION} apiServer: certSANs: [localhost, 127.0.0.1] dns: {} etcd: {} networking: {} scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }} joinConfiguration: discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }}\n---\nkind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nmetadata: name: \"${CLUSTER_NAME}-control-plane\"\nspec: template: spec: imageId: \"${OCI_IMAGE_ID}\" compartmentId: \"${OCI_COMPARTMENT_ID}\" shape: \"${OCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"${OCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=1}\" metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" isPvEncryptionInTransitEnabled: ${OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION=true}\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCIMachineTemplate\nmetadata: name: \"${CLUSTER_NAME}-md\"\nspec: template: spec: imageId: \"${OCI_IMAGE_ID}\" compartmentId: \"${OCI_COMPARTMENT_ID}\" shape: \"${OCI_NODE_MACHINE_TYPE=VM.Standard.E4.Flex}\" shapeConfig: ocpus: \"${OCI_NODE_MACHINE_TYPE_OCPUS=1}\" metadata: ssh_authorized_keys: \"${OCI_SSH_KEY}\" isPvEncryptionInTransitEnabled: ${OCI_NODE_PV_TRANSIT_ENCRYPTION=true}\n---\napiVersion: bootstrap.cluster.x-k8s.io/v1alpha4\nkind: KubeadmConfigTemplate\nmetadata: name: \"${CLUSTER_NAME}-md\"\nspec: template: spec: joinConfiguration: nodeRegistration: kubeletExtraArgs: cloud-provider: external provider-id: oci://{{ ds[\"id\"] }}\n---\napiVersion: cluster.x-k8s.io/v1beta1\nkind: MachineDeployment\nmetadata: name: \"${CLUSTER_NAME}-fd-2-md-0\"\nspec: clusterName: \"${CLUSTER_NAME}\" replicas: ${NODE_MACHINE_COUNT} selector: matchLabels: template: spec: clusterName: \"${CLUSTER_NAME}\" version: \"${KUBERNETES_VERSION}\" bootstrap: configRef: name: \"${CLUSTER_NAME}-md\" apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 kind: KubeadmConfigTemplate infrastructureRef: name: \"${CLUSTER_NAME}-md\" apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIMachineTemplate # Cluster-API calls them Failure Domains while OCI calls them Availability Domains # In the example this would be targeting US-ASHBURN-AD-2 failureDomain: \"2\"","breadcrumbs":"Getting Started » Create Workload Cluster » Create GPU Workload Cluster » Example yaml file","id":"55","title":"Example yaml file"},"56":{"body":"","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Create a Windows workload cluster","id":"56","title":"Create a Windows workload cluster"},"57":{"body":"CAPOCI enables users to create and manage Windows workload clusters in Oracle Cloud Infrastructure (OCI). This means that the Kubernetes Control Plane will be Linux and the nodes will be Windows. First, users build the Windows image using image-builder , then use the Windows flavor template from the latest release . Finally, install the Calico CNI Provider and OCI Cloud Controller Manager .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Overview","id":"57","title":"Overview"},"58":{"body":"The Windows workload cluster has known limitations: Limited to Standard Bare Metal (BM) shapes Limited to OCI provided platform images. See image-build documentation for more details Custom image MUST be built using the same shape of Bare Metal the worker nodes will run CNI provider support is Calico in VXLAN mode Block volumes are not currently supported Bring Your Own License (BYOL) is not supported See Calico windows docs for their limitations","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Known Limitations","id":"58","title":"Known Limitations"},"59":{"body":"BYOL is currently not supported using CAPOCI. For more info on Windows Licensing see the Compute FAQ documentation .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Licensing","id":"59","title":"Licensing"},"6":{"body":"CAPOCI provider is able to install and manage the versions of Kubernetes supported by Cluster API (CAPI) .","breadcrumbs":"Introduction » Kubernetes versions","id":"6","title":"Kubernetes versions"},"60":{"body":"NOTE: It is recommended to check shape availability before building image(s) In order to launch Windows instances for the cluster a Windows image, using image-builder , will need to be built. It is important to make sure the same shape is used to build and launch the instance. Example: If a BM.Standard2.52 is used to build then the OCI_NODE_MACHINE_TYPE MUST be BM.Standard2.52","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Build Windows image","id":"60","title":"Build Windows image"},"61":{"body":"Make sure the OCI CLI is installed. Then set the AD information if using muti-AD regions. NOTE: Use the OCI Regions and Availability Domains page to figure out which regions have multiple ADs. oci iam availability-domain list --compartment-id= --region= Using the AD name from the output above start searching for BM shape availability. oci compute shape list --compartment-id= --profile=DEFAULT --region=us-ashburn-1 --availability-domain= | grep BM \"shape\": \"BM.Standard.E3.128\"\n\"shape-name\": \"BM.Standard2.52\"\n\"shape-name\": \"BM.Standard.E3.128\"\n\"shape\": \"BM.Standard.E2.64\"\n\"shape-name\": \"BM.Standard2.52\"\n\"shape-name\": \"BM.Standard3.64\"\n\"shape\": \"BM.Standard1.36\" NOTE: If the output is empty then the compartment for that region/AD doesn't have BM shapes. If you are unable to locate any shapes you may need to submit a service limit increase request","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Check shape availability","id":"61","title":"Check shape availability"},"62":{"body":"It is recommended to have the following guides handy: Windows Cluster Debugging Windows Container Debugging When using clusterctl to generate the cluster use the windows-calico example flavor. The following command uses the OCI_CONTROL_PLANE_MACHINE_TYPE and OCI_NODE_MACHINE_TYPE parameters to specify bare metal shapes instead of using CAPOCI's default virtual instance shape. The OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION and OCI_NODE_PV_TRANSIT_ENCRYPTION parameters disable encryption of data in flight between the bare metal instance and the block storage resources. NOTE: The OCI_NODE_MACHINE_TYPE_OCPUS must match the OPCU count of the BM shape. See the Compute Shapes page to get the OCPU count for the specific shape. OCI_COMPARTMENT_ID= \\\nOCI_CONTROL_PLANE_IMAGE_ID= \\\nOCI_NODE_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nNODE_MACHINE_COUNT=1 \\\nOCI_NODE_MACHINE_TYPE=BM.Standard.E4.128 \\\nOCI_NODE_MACHINE_TYPE_OCPUS=128 \\\nOCI_NODE_PV_TRANSIT_ENCRYPTION=false \\\nOCI_CONTROL_PLANE_MACHINE_TYPE_OCPUS=3 \\\nOCI_CONTROL_PLANE_MACHINE_TYPE=VM.Standard3.Flex \\\nCONTROL_PLANE_MACHINE_COUNT=3 \\\nOCI_SHAPE_MEMORY_IN_GBS= \\\nKUBERNETES_VERSION= \\\nclusterctl generate cluster \\\n--target-namespace default \\\n--flavor windows-calico | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Create a new Windows workload cluster","id":"62","title":"Create a new Windows workload cluster"},"63":{"body":"Execute the following command to list all the workload clusters present: kubectl get clusters -A Execute the following command to access the kubeconfig of a workload cluster: clusterctl get kubeconfig -n default > .kubeconfig","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Access workload cluster Kubeconfig","id":"63","title":"Access workload cluster Kubeconfig"},"64":{"body":"Install Calico The Calico for Windows getting started guide should be read for better understand of the CNI on Windows. It is recommended to have the following guides handy: Windows Calico Troubleshooting The steps to follow: On the management cluster Run kubectl get OCICluster -o jsonpath='{.spec.controlPlaneEndpoint.host}' to get the KUBERNETES_SERVICE_HOST info that will be used in later steps On the workload cluster Download the v3.24.5 calico release curl -L https://github.com/projectcalico/calico/releases/download/v3.24.5/release-v3.24.5.tgz -o calico-v3.24.5.tgz Uncompress the downloaded file and locate the calico-vxlan.yaml, calico-windows-vxlan.yaml and windows-kube-proxy.yaml files in the manifests dir Edit the calico-vxlan.yaml and modify the follow variables to allow Calico running on the nodes use VXLAN CALICO_IPV4POOL_IPIP - set to \"Never\" CALICO_IPV4POOL_VXLAN - set to \"Always\" kubectl apply -f calico-vxlan.yaml Wait for the IPAMConfig to be loaded kubectl patch IPAMConfig default --type merge --patch='{\"spec\": {\"strictAffinity\": true}}' Edit the calico-windows-vxlan.yaml and modify the follow variables to allow Calico running on the nodes to talk to the Kubernetes control plane KUBERNETES_SERVICE_HOST - the IP address from the management cluster step KUBERNETES_SERVICE_PORT- the port from step the management cluster step K8S_SERVICE_CIDR - The service CIDR set in the cluster template DNS_NAME_SERVERS - the IP address from dns service kubectl get svc kube-dns -n kube-system -o jsonpath='{.spec.clusterIP}' Change the namespace from calico-system to kube-system add the following env to the container named node - name: VXLAN_ADAPTER value: \"Ethernet 2\" kubectl apply -f calico-windows-vxlan.yaml (it takes a bit for this to pass livenessprobe) Edit the windows-kube-proxy.yaml update the kube-proxy container environment variable K8S_VERSION to the version of kubernetes you are deploying update the image version for the container named kube-proxy and make sure to set the correct windows nanoserver version example: ltsc2019 kubectl apply -f windows-kube-proxy.yaml Install OCI Cloud Controller Manager By default, the OCI Cloud Controller Manager (CCM) is not installed into a workload cluster. To install the OCI CCM, follow these instructions .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Install Calico CNI Provider and OCI Cloud Controller Manager","id":"64","title":"Install Calico CNI Provider and OCI Cloud Controller Manager"},"65":{"body":"With the cluster in a ready state and CCM installed, an example deployment can be used to test that pods are scheduled. Accessing the deployed pods and using nslookup you can test that the cluster DNS is working .","breadcrumbs":"Getting Started » Create Workload Cluster » Create Windows Workload Cluster » Scheduling Windows containers","id":"65","title":"Scheduling Windows containers"},"66":{"body":"You can create workload clusters based on template files or you can also save the templates in ConfigMaps that you can then reuse.","breadcrumbs":"Getting Started » Create Workload Templates » Create Workload Templates for Oracle Cloud Infrastructure","id":"66","title":"Create Workload Templates for Oracle Cloud Infrastructure"},"67":{"body":"Create a cluster template for Oracle Linux: kubectl create cm oracletemplate --from-file=template=templates/cluster-template-oraclelinux.yaml Create a cluster template for Ubuntu: kubectl create cm ubuntutemplate --from-file=template=templates/cluster-template.yaml You can then reuse the ConfigMap to create your clusters. For example, to create a workload cluster using Oracle Linux, you can create it as follows: OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from-config-map oracletemplate | kubectl apply -f - Likewise, to create a workload cluster using Ubuntu: OCI_COMPARTMENT_ID= \\\nOCI_IMAGE_ID= \\\nOCI_SSH_KEY= \\\nCONTROL_PLANE_MACHINE_COUNT=1 \\\nKUBERNETES_VERSION=v1.20.10 \\\nNAMESPACE=default \\\nWORKER_MACHINE_COUNT=1 \\\nclusterctl generate cluster \\\n--from-config-map ubuntutemplate | kubectl apply -f -","breadcrumbs":"Getting Started » Create Workload Templates » Creating cluster templates ConfigMaps","id":"67","title":"Creating cluster templates ConfigMaps"},"68":{"body":"By default, Cluster API will create resources on Oracle Cloud Infrastructure (OCI) when instantiating a new workload cluster. However, it is possible to have Cluster API re-use an existing OCI infrastructure instead of creating a new one. The existing infrastructure could include: Virtual cloud networks (VCNs) Network load balancers used as Kubernetes API Endpoint","breadcrumbs":"Getting Started » Using externally managed infrastructure » Externally managed Cluster infrastructure","id":"68","title":"Externally managed Cluster infrastructure"},"69":{"body":"CAPOCI can be used to create a cluster using existing VCN infrastructure. In this case, only the API Server Load Balancer will be managed by CAPOCI. Example spec is given below apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" networkSpec: skipNetworkManagement: true vcn: id: networkSecurityGroup: list: - id: role: control-plane-endpoint name: control-plane-endpoint - id: role: worker name: worker - id: role: control-plane name: control-plane subnets: - id: role: control-plane-endpoint name: control-plane-endpoint - id: role: worker name: worker - id: role: control-plane name: control-plane In the above spec, note that name has to be mentioned for Subnet/NSG. This is so that Kubernetes can merge the list properly when there is an update.","breadcrumbs":"Getting Started » Using externally managed infrastructure » Example spec for externally managed VCN infrastructure","id":"69","title":"Example spec for externally managed VCN infrastructure"},"7":{"body":"","breadcrumbs":"Prerequisites » Prerequisites","id":"7","title":"Prerequisites"},"70":{"body":"CAPOCI supports externally managed cluster infrastructure . If the OCICluster resource includes a cluster.x-k8s.io/managed-by annotation, then the controller will skip any reconciliation . This is useful for scenarios where a different persona is managing the cluster infrastructure out-of-band while still wanting to use CAPOCI for automated machine management. The following OCICluster Spec includes the mandatory fields to be specified for externally managed infrastructure to work properly. In this example neither the VCN nor the network load balancer will be managed by CAPOCI. apiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" annotations: cluster.x-k8s.io/managed-by: \"external\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" controlPlaneEndpoint: host: port: 6443 networkSpec: apiServerLoadBalancer: loadBalancerId: vcn: id: networkSecurityGroup: list: - id: name: role: control-plane - id: name: role: worker subnets: - id: role: control-plane - id: role: worker","breadcrumbs":"Getting Started » Using externally managed infrastructure » Example OCICluster Spec with external infrastructure","id":"70","title":"Example OCICluster Spec with external infrastructure"},"71":{"body":"As per the Cluster API Provider specification, the OCICluster Status Object has to be updated with ready status as well as the failure domain mapping. This has to be done after the OCICluster object has been created in the management cluster. The following cURL request illustrates this: Get a list of Availability Domains of the region: oci iam availability-domain list Info Review the OCI CLI documentation for more information regarding this tool. For 1-AD regions, use the following cURL command to update the status object: curl -o -s -X PATCH -H \"Accept: application/json, */*\" \\\n-H \"Content-Type: application/merge-patch+json\" \\\n--cacert ca.crt \\\n--cert client.crt \\\n--key client.key \\\nhttps:///apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces//ociclusters//status \\\n--data '{\"status\":{\"ready\":true,\"failureDomains\":{\"1\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:AP-HYDERABAD-1-AD-1\",\"FaultDomain\":\"FAULT-DOMAIN-1\"},\"controlPlane\":true},\"2\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:AP-HYDERABAD-1-AD-1\",\"FaultDomain\":\"FAULT-DOMAIN-2\"},\"controlPlane\":true},\"3\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:AP-HYDERABAD-1-AD-1\",\"FaultDomain\":\"FAULT-DOMAIN-3\"}}}}}' For 3-AD regions, use the following cURL command to update the status object: curl -o -s -X PATCH -H \"Accept: application/json, */*\" \\\n-H \"Content-Type: application/merge-patch+json\" \\\n--cacert ca.crt \\\n--cert client.crt \\\n--key client.key \\\nhttps:///apis/infrastructure.cluster.x-k8s.io/v1beta2/namespaces//ociclusters//status \\\n--data '{\"status\":{\"ready\":true,\"failureDomains\":{\"1\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:US-ASHBURN-1-AD-1\"},\"controlPlane\":true},\"2\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:US-ASHBURN-1-AD-2\"},\"controlPlane\":true},\"3\":{\"attributes\":{\"AvailabilityDomain\":\"zkJl:US-ASHBURN-1-AD-3\"}}}}}'","breadcrumbs":"Getting Started » Using externally managed infrastructure » Status","id":"71","title":"Status"},"72":{"body":"Oracle Cloud Infrastructure (OCI) Cloud Controller Manager is OCI's implementation of the Kubernetes control plane component that links your Kubernetes cluster to OCI.","breadcrumbs":"Getting Started » Install Oracle Cloud Infrastructure Cloud Controller Manager » Install Oracle Cloud Infrastructure Cloud Controller Manager","id":"72","title":"Install Oracle Cloud Infrastructure Cloud Controller Manager"},"73":{"body":"Oracle recommends using Instance principals to be used by CCM for authentication. Please ensure the following policies in the dynamic group for CCM to be able to talk to various OCI Services. allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name] Download the example configuration file: curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml Update values in the configuration file as necessary. As an example using the provided cluster-template.yaml you would modify the cloud-provider-example.yaml and make sure to set compartment and vcn with the correct OCIDs. Then set subnet1 to the OCID of your service-lb subnet and remove subnet2. You would then set securityListManagementMode to \"None\". Create a secret: kubectl create secret generic oci-cloud-controller-manager \\ -n kube-system \\ --from-file=cloud-provider.yaml=cloud-provider-example.yaml","breadcrumbs":"Getting Started » Install Oracle Cloud Infrastructure Cloud Controller Manager » Configure authentication via Instance Principal (Recommended)","id":"73","title":"Configure authentication via Instance Principal (Recommended)"},"74":{"body":"Navigate to the release page of CCM and export the version that you want to install. Typically, the latest version can be installed. export CCM_RELEASE_VERSION= Download the deployment manifests: curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager.yaml\" -o oci-cloud-controller-manager.yaml curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-cloud-controller-manager-rbac.yaml\" -o oci-cloud-controller-manager-rbac.yaml Deploy the CCM: kubectl apply -f oci-cloud-controller-manager.yaml Deploy the RBAC rules: kubectl apply -f oci-cloud-controller-manager-rbac.yaml Check the CCM logs to verify OCI CCM is running correctly: kubectl -n kube-system get po | grep oci\noci-cloud-controller-manager-ds-k2txq 1/1 Running 0 19s kubectl -n kube-system logs oci-cloud-controller-manager-ds-k2txq","breadcrumbs":"Getting Started » Install Oracle Cloud Infrastructure Cloud Controller Manager » Install CCM","id":"74","title":"Install CCM"},"75":{"body":"On Oracle Cloud Infrastructure (OCI), there are two types of storage services available to store persistent data: OCI Block Volume Service OCI File Storage Service A persistent volume claim (PVC) is a request for storage, which is met by binding the PVC to a persistent volume (PV). A PVC provides an abstraction layer to the underlying storage. CSI drivers for both the Block Volume Service and File Storage Service have been implemented.","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Install CSI","id":"75","title":"Install CSI"},"76":{"body":"Oracle recommends using Instance principals to be used by CSI for authentication. Please ensure the following policies in the dynamic group for CSI to be able to talk to various OCI Services. allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]\nallow dynamic-group [your dynamic group name] to manage volume-family in compartment [your compartment name] Download the example configuration file: curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/provider-config-instance-principals-example.yaml -o cloud-provider-example.yaml Update values in the configuration file as necessary. Create a secret: kubectl create secret generic oci-volume-provisioner \\ -n kube-system \\ --from-file=config.yaml=cloud-provider-example.yaml","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Configure authentication via Instance Principal","id":"76","title":"Configure authentication via Instance Principal"},"77":{"body":"Navigate to the release page of CCM and export the version that you want to install. Typically, the latest version can be installed. export CCM_RELEASE_VERSION= Download the deployment manifests: curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-rbac.yaml\" -o oci-csi-node-rbac.yaml curl -L \"https://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-controller-driver.yaml\" -o oci-csi-controller-driver.yaml curl -L h\"ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-driver.yaml\" -o\noci-csi-node-driver.yaml curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml Create the RBAC rules: kubectl apply -f oci-csi-node-rbac.yaml Deploy the csi-controller-driver. It is provided as a deployment and it has three containers: csi-provisioner external-provisioner csi-attacher external-attacher oci-csi-controller-driver kubectl apply -f oci-csi-controller-driver.yaml Deploy the node-driver. It is provided as a daemon set and it has two containers: node-driver-registrar oci-csi-node-driver kubectl apply -f oci-csi-node-driver.yaml Create the CSI storage class for the Block Volume Service: kubectl apply -f storage-class.yaml Verify the oci-csi-controller-driver and oci-csi-node-controller are running in your cluster: kubectl -n kube-system get po | grep csi-oci-controller\nkubectl -n kube-system get po | grep csi-oci-node","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Install CSI Drivers","id":"77","title":"Install CSI Drivers"},"78":{"body":"Follow the guides below to create PVCs based on the service you require: Provision a PVC on the Block Volume Service Provision a PVC on the File Storage Service","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision PVCs","id":"78","title":"Provision PVCs"},"79":{"body":"The Oracle Cloud Infrastructure Block Volume service (the Block Volume service) provides persistent, durable, and high-performance block storage for your data.","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the Block Volume Service » Provision a PVC on the Block Volume Service","id":"79","title":"Provision a PVC on the Block Volume Service"},"8":{"body":"An active Oracle Cloud Infrastructure (OCI) tenancy An active user account in the tenancy A supported version of oci-cli A supported version of kubectl A supported version of clusterctl","breadcrumbs":"Prerequisites » Requirements","id":"8","title":"Requirements"},"80":{"body":"If the cluster administrator has not created any suitable PVs that match the PVC request, you can dynamically provision a block volume using the CSI plugin specified by the oci-bv storage class's definition (provisioner: blockvolume.csi.oraclecloud.com). Define a PVC in a yaml file (csi-bvs-pvc.yaml)as below: apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\nname: mynginxclaim\nspec: storageClassName: \"oci-bv\" accessModes: - ReadWriteOnce resources: requests: storage: 50Gi Apply the manifest to create the PVC kubectl create -f csi-bvs-pvc.yaml Verify that the PVC has been created: kubectl get pvc The output from the above command shows the current status of the PVC: NAME STATUS VOLUME CAPACITY ACCESSMODES STORAGECLASS AGE\nmynginxclaim Pending oci-bv 4m The PVC has a status of Pending because the oci-bv storage class's definition includes volumeBindingMode: WaitForFirstConsumer. You can use this PVC when creating other objects, such as pods. For example, you could create a new pod from the following pod definition, which instructs the system to use the mynginxclaim PVC as the NGINX volume, which is mounted by the pod at /data. apiVersion: v1\nkind: Pod\nmetadata: name: nginx\nspec: containers: - name: nginx image: nginx:latest ports: - name: http containerPort: 80 volumeMounts: - name: data mountPath: /usr/share/nginx/html volumes: - name: data persistentVolumeClaim: claimName: mynginxclaim After creating the new pod, verify that the PVC has been bound to a new persistent volume (PV): kubectl get pvc The output from the above command confirms that the PVC has been bound: NAME STATUS VOLUME CAPACITY ACCESSMODES STORAGECLASS AGE\nmynginxclaim Bound ocid1.volume.oc1.iad. 50Gi RWO oci-bv 4m Verify that the pod is using the new PVC: kubectl describe pod nginx","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the Block Volume Service » Create a block volume dynamically using a new PVC","id":"80","title":"Create a block volume dynamically using a new PVC"},"81":{"body":"The Oracle Cloud Infrastructure File Storage service provides a durable, scalable, distributed, enterprise-grade network file system.","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Provision a PVC on the File Storage Service","id":"81","title":"Provision a PVC on the File Storage Service"},"82":{"body":"Provisioning PVCs on FSS consists of 3 steps: Create an FSS instance and a mount target Define and create a PV backed by FSS Define and create a PVC provisioned by the PV","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Provision PVCs on the File Storage Service (FSS)","id":"82","title":"Provision PVCs on the File Storage Service (FSS)"},"83":{"body":"Choose your deployment scenario : Mount target and worker nodes in the same subnet Mount target and worker nodes in different subnets Mount target and instance use in-transit encryption Implement security rules based on your deployment scenario Create a FSS instance","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Configure the VCN and create an FSS","id":"83","title":"Configure the VCN and create an FSS"},"84":{"body":"Create a yaml file (fss-pv.yaml) to define the PV: apiVersion: v1\nkind: PersistentVolume\nmetadata: name: fss-pv\nspec: capacity: storage: 50Gi volumeMode: Filesystem accessModes: - ReadWriteMany persistentVolumeReclaimPolicy: Retain csi: driver: fss.csi.oraclecloud.com volumeHandle: ocid1.filesystem.oc1.iad.aaaa______j2xw:10.0.0.6:/FileSystem1 In the yaml file, set: driver value to: fss.csi.oraclecloud.com volumeHandle value to: :: The is the OCID of the file system defined in the File Storage service, the is the IP address assigned to the mount target and the is the mount path to the file system relative to the mount target IP address, starting with a slash. Create the PV from the manifest file: kubectl create -f fss-pv.yaml","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Define and create a PV backed by FSS","id":"84","title":"Define and create a PV backed by FSS"},"85":{"body":"Create a manifest file (fss-pvc.yaml) to define the PVC: apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata: name: fss-pvc\nspec: accessModes: - ReadWriteMany storageClassName: \"\" resources: requests: storage: 50Gi volumeName: fss-pv In the YAML file, set: storageClassName to \"\" volumeName to the name of the PV created earlier Create the PVC from the manifest file: kubectl create -f fss-pvc.yaml","breadcrumbs":"Getting Started » Install Container Storage Interface (CSI) » Provision a PVC on the File Storage Service » Define and create a PVC provisioned by the PV","id":"85","title":"Define and create a PVC provisioned by the PV"},"86":{"body":"","breadcrumbs":"Getting Started » Customize worker nodes » Customizing worker nodes","id":"86","title":"Customizing worker nodes"},"87":{"body":"Use the following configuration in OCIMachineTemplate to use a customer managed boot volume encryption key . kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: instanceSourceViaImageConfig: kmsKeyId: ","breadcrumbs":"Getting Started » Customize worker nodes » Configure user managed boot volume encryption","id":"87","title":"Configure user managed boot volume encryption"},"88":{"body":"Use the following configuration in OCIMachineTemplate to create shielded instances . Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct for an enumeration of all the possible configurations. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: platformConfig: platformConfigType: \"AMD_VM\" amdVmPlatformConfig: isSecureBootEnabled: true isTrustedPlatformModuleEnabled: true isMeasuredBootEnabled: true","breadcrumbs":"Getting Started » Customize worker nodes » Configure shielded instances","id":"88","title":"Configure shielded instances"},"89":{"body":"Use the following configuration in OCIMachineTemplate to create confidential instances . Below example is for an AMD based VM. Please read the CAPOCI github page PlatformConfig struct for an enumeration of all the possible configurations. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: platformConfig: platformConfigType: \"AMD_VM\" amdVmPlatformConfig: isMemoryEncryptionEnabled: true","breadcrumbs":"Getting Started » Customize worker nodes » Configure confidential instances","id":"89","title":"Configure confidential instances"},"9":{"body":"This section contains information about enabling and configuring various Oracle Cloud Infrastructure (OCI) resources using the Kubernetes Cluster API Provider for OCI.","breadcrumbs":"Getting Started » Getting started","id":"9","title":"Getting started"},"90":{"body":"Use the following configuration in OCIMachineTemplate to create preemtible instances . kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: preemptibleInstanceConfig: terminatePreemptionAction: preserveBootVolume: false","breadcrumbs":"Getting Started » Customize worker nodes » Configure preemptible instances","id":"90","title":"Configure preemptible instances"},"91":{"body":"Use the following configuration in OCIMachineTemplate to use capacity reservations . kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: capacityReservationId: ","breadcrumbs":"Getting Started » Customize worker nodes » Configure capacity reservation","id":"91","title":"Configure capacity reservation"},"92":{"body":"Use the following configuration in OCIMachineTemplate to configure Oracle Cloud Agent plugins . The example below enables Bastion plugin. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: agentConfig: pluginsConfigs: - name: \"Bastion\" desiredState: \"ENABLED\"","breadcrumbs":"Getting Started » Customize worker nodes » Configure Oracle Cloud Agent plugins","id":"92","title":"Configure Oracle Cloud Agent plugins"},"93":{"body":"Use the following configuration in OCIMachineTemplate to configure Burstable Instance . The following values are supported for baselineOcpuUtilization. BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. kind: OCIMachineTemplate\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nspec: template: spec: shapeConfig: baselineOcpuUtilization: \"BASELINE_1_8\" ocpus: \"1\"","breadcrumbs":"Getting Started » Customize worker nodes » Configure Burstable Instances","id":"93","title":"Configure Burstable Instances"},"94":{"body":"CAPOCI supports multi-tenancy wherein different OCI user principals can be used to reconcile different OCI clusters. This is achieved by associating a cluster with a Cluster Identity and associating the identity with a user principal. Currently only OCI user principal is supported for Cluster Identity.","breadcrumbs":"Getting Started » Multi Tenancy » Multi-tenancy","id":"94","title":"Multi-tenancy"},"95":{"body":"","breadcrumbs":"Getting Started » Multi Tenancy » Steps","id":"95","title":"Steps"},"96":{"body":"Please read the doc to know more about the parameters below. apiVersion: v1\nkind: Secret\nmetadata: name: user-credentials namespace: default\ntype: Opaque\ndata: tenancy: user: key: fingerprint: passphrase: region: ","breadcrumbs":"Getting Started » Multi Tenancy » Step 1 - Create a secret with user principal in the management cluster","id":"96","title":"Step 1 - Create a secret with user principal in the management cluster"},"97":{"body":"The Cluster Identity should have a reference to the secret created above. ---\nkind: OCIClusterIdentity\nmetadata: name: cluster-identity namespace: default\nspec: type: UserPrincipal principalSecret: name: user-credentials namespace: default allowedNamespaces: {}\n---\napiVersion: infrastructure.cluster.x-k8s.io/v1beta2\nkind: OCICluster\nmetadata: labels: cluster.x-k8s.io/cluster-name: \"${CLUSTER_NAME}\" name: \"${CLUSTER_NAME}\"\nspec: compartmentId: \"${OCI_COMPARTMENT_ID}\" identityRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: OCIClusterIdentity name: cluster-identity namespace: default","breadcrumbs":"Getting Started » Multi Tenancy » Step 2 - Edit the cluster template to add a Cluster Identity section and point the OCICluster to the Cluster Identity","id":"97","title":"Step 2 - Edit the cluster template to add a Cluster Identity section and point the OCICluster to the Cluster Identity"},"98":{"body":"allowedNamespaces can be used to control which namespaces the OCIClusters are allowed to use the identity from. Namespaces can be selected either using an array of namespaces or with label selector. An empty allowedNamespaces object indicates that OCIClusters can use this identity from any namespace. If this object is nil, no namespaces will be allowed, which is the default behavior of the field if not specified. Note: NamespaceList will take precedence over Selector if both are set.","breadcrumbs":"Getting Started » Multi Tenancy » allowedNamespaces","id":"98","title":"allowedNamespaces"},"99":{"body":"Cluster Identity also supports Instance Principals . The example OCIClusterIdentity spec shown below uses Instance Principals. ---\nkind: OCIClusterIdentity\nmetadata: name: cluster-identity namespace: default\nspec: type: InstancePrincipal allowedNamespaces: {}","breadcrumbs":"Getting Started » Multi Tenancy » Cluster Identity using Instance Principals","id":"99","title":"Cluster Identity using Instance Principals"}},"length":191,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"0":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"164":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}},"1":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"2":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"2":{"0":{".":{"1":{"0":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"4":{".":{"3":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"74":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"2":{"9":{"df":7,"docs":{"109":{"tf":1.0},"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":2,"docs":{"115":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":6,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{".":{"0":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":3,"docs":{"163":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"2":{"5":{"0":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}},"m":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"2":{".":{"1":{"6":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"139":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"/":{"2":{"8":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"74":{"tf":1.0}}},"df":11,"docs":{"145":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":2.6457513110645907},"93":{"tf":1.0},"96":{"tf":1.0}}},"2":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"3":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":2.0}}},"3":{"7":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"104":{"tf":1.0},"155":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"64":{"tf":1.0},"97":{"tf":1.0}}},"3":{".":{"2":{"1":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"0":{"0":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"7":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"4":{"3":{"df":2,"docs":{"118":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"5":{"0":{"0":{"0":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"6":{"0":{"8":{"1":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"3":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":2.449489742783178}}},"df":4,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}},"8":{"0":{"df":3,"docs":{"118":{"tf":1.0},"131":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"94":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"184":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"d":{"d":{":":{"df":0,"docs":{},"v":{"0":{".":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"148":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"54":{"tf":2.0},"64":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"36":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"145":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"55":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"71":{"tf":2.8284271247461903}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}},"k":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":22,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"159":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"100":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":5,"docs":{"106":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":2.0},"10":{"tf":1.7320508075688772},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"137":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":33,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0}}},"df":20,"docs":{"103":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"184":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"104":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"70":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"186":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":21,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":3,"docs":{"164":{"tf":2.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.7320508075688772}},"e":{"_":{"1":{"_":{"1":{"df":1,"docs":{"93":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":1,"docs":{"164":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":1,"docs":{"148":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"w":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"143":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}},"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":27,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"164":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"2":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"2":{"8":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"3":{"6":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"5":{"2":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"87":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"32":{"tf":1.0},"75":{"tf":1.0},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"80":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"a":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":2.0},"38":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":3.872983346207417}}}},"df":0,"docs":{}},"l":{"df":4,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"p":{"a":{"c":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"6":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"i":{"'":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":2,"docs":{"164":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"39":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"df":3,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0}},"e":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"179":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"83":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"36":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":23,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772}}}},"df":5,"docs":{"14":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"d":{"df":40,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"103":{"tf":1.0},"106":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"168":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"64":{"tf":1.7320508075688772},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":2.0},"74":{"tf":3.1622776601683795},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":2.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":9,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.0},"70":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"103":{"tf":2.6457513110645907},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":2.449489742783178},"161":{"tf":2.449489742783178},"32":{"tf":1.0},"55":{"tf":4.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":19,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":99,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"10":{"tf":3.0},"100":{"tf":1.7320508075688772},"102":{"tf":2.23606797749979},"103":{"tf":2.6457513110645907},"105":{"tf":1.0},"106":{"tf":2.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":3.3166247903554},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":3.605551275463989},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"145":{"tf":2.6457513110645907},"147":{"tf":1.0},"149":{"tf":2.23606797749979},"151":{"tf":2.23606797749979},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":2.23606797749979},"155":{"tf":2.0},"156":{"tf":2.449489742783178},"157":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":2.8284271247461903},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":2.8284271247461903},"22":{"tf":1.7320508075688772},"23":{"tf":3.3166247903554},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":3.0},"33":{"tf":2.449489742783178},"34":{"tf":2.0},"35":{"tf":2.0},"36":{"tf":3.7416573867739413},"37":{"tf":2.449489742783178},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"44":{"tf":2.449489742783178},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":2.449489742783178},"49":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":2.449489742783178},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":2.23606797749979},"63":{"tf":2.449489742783178},"64":{"tf":2.6457513110645907},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":3.1622776601683795},"68":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":2.449489742783178},"99":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}}}}}},"m":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"103":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.4142135623730951},"177":{"tf":1.0},"38":{"tf":2.8284271247461903},"41":{"tf":1.0},"52":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"t":{"df":12,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":2.6457513110645907},"19":{"tf":3.0},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"47":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"73":{"tf":2.6457513110645907},"76":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.4142135623730951},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"15":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"149":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}},"t":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"144":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":44,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":3.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":2.8284271247461903},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.1622776601683795},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"64":{"tf":2.0},"69":{"tf":3.4641016151377544},"70":{"tf":2.8284271247461903},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":3.1622776601683795},"76":{"tf":1.0},"77":{"tf":3.4641016151377544},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"24":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"r":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":66,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":2.449489742783178},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":3.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.8284271247461903},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.23606797749979},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":7,"docs":{"39":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":4.47213595499958},"80":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"u":{"d":{"a":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"164":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":26,"docs":{"132":{"tf":2.0},"133":{"tf":1.0},"138":{"tf":2.449489742783178},"14":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":2.0}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"b":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"df":3,"docs":{"173":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":33,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"36":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":2.0},"83":{"tf":1.4142135623730951}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"10":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}}},"df":19,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":2.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":2.23606797749979}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"143":{"tf":1.0},"19":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":3,"docs":{"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"c":{"df":9,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0}},"s":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"135":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"175":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"71":{"tf":2.449489742783178}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":6,"docs":{"48":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":2.0},"143":{"tf":3.0}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":4,"docs":{"48":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.6457513110645907},"84":{"tf":1.4142135623730951}}}}}}},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"179":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"142":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":2.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":1.4142135623730951},"57":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"164":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}}},"d":{"df":1,"docs":{"137":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"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":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"144":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"100":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":2.0},"76":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.7320508075688772},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"147":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.7320508075688772},"36":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"s":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.7320508075688772},"36":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.0},"77":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"164":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"145":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"s":{"df":6,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772}}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}},"d":{"df":2,"docs":{"179":{"tf":1.0},"55":{"tf":1.0}}},"df":22,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"168":{"tf":1.4142135623730951},"2":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"70":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"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":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":22,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":2.449489742783178},"85":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"c":{"df":0,"docs":{},"i":{"d":{">":{":":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{">":{":":{"<":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{">":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":61,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":2.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":2.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":5,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"3":{"tf":1.0},"64":{"tf":1.0},"9":{"tf":1.0}}}},"h":{"c":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"38":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"141":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"38":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.7320508075688772}}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.6457513110645907},"184":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907}}}},"w":{"df":0,"docs":{},"f":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"71":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":2.0}}}},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"172":{"tf":1.0},"26":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"6":{"9":{".":{"2":{"5":{"4":{".":{"1":{"6":{"9":{".":{"2":{"5":{"4":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"/":{"df":0,"docs":{},"v":{"2":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"80":{"tf":1.0}},"s":{":":{"/":{"/":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"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":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"v":{"1":{".":{"7":{".":{"1":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"4":{".":{"5":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{".":{"df":1,"docs":{"23":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}}}},"d":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":4.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":2.0},"69":{"tf":2.6457513110645907},"70":{"tf":2.23606797749979},"87":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"94":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"(":{"df":2,"docs":{"15":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"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":7,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"106":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":6,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"136":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":3.3166247903554},"135":{"tf":2.0}}}}}}}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.0}},"i":{"df":6,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.0},"181":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"69":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":34,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":2.6457513110645907},"57":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"n":{"c":{"df":35,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"73":{"tf":2.0},"76":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"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":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":2,"docs":{"161":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"135":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"181":{"tf":2.0},"183":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"112":{"tf":2.8284271247461903},"115":{"tf":2.8284271247461903},"132":{"tf":1.0},"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"2":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"q":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.0},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"4":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":6,"docs":{"103":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.23606797749979}}},"2":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":24,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"y":{"df":18,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":45,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.0},"24":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":1,"docs":{"87":{"tf":1.0}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"153":{"tf":1.0},"155":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"l":{"df":32,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"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},"43":{"tf":2.0},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.449489742783178},"67":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":6,"docs":{"155":{"tf":1.0},"64":{"tf":2.8284271247461903},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":41,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":2.0},"29":{"tf":2.23606797749979},"32":{"tf":2.6457513110645907},"38":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"1":{".":{"2":{"0":{".":{"1":{"0":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}},"4":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}},"l":{"0":{"df":1,"docs":{"164":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"104":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"149":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"36":{"tf":2.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"75":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"b":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":5,"docs":{"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"10":{"tf":1.0},"102":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":8,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"145":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":22,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":1.4142135623730951},"186":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"186":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":1.0},"54":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"i":{"c":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"s":{"c":{"2":{"0":{"1":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"32":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.8284271247461903},"70":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"32":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"104":{"tf":1.0},"159":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":51,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"159":{"tf":2.449489742783178},"160":{"tf":2.449489742783178},"161":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.449489742783178},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":2.449489742783178},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"76":{"tf":1.0},"87":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"$":{"df":0,"docs":{},"{":{"c":{"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"p":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"d":{"df":5,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":24,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":3.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"df":1,"docs":{"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"41":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"164":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"186":{"tf":1.4142135623730951},"21":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"41":{"tf":1.0}}}}},"p":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"184":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":1.0},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":2.449489742783178},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":2.23606797749979},"141":{"tf":2.449489742783178},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"166":{"tf":2.6457513110645907},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":3.7416573867739413},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"73":{"tf":2.449489742783178},"76":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"145":{"tf":1.7320508075688772},"154":{"tf":1.0},"161":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":3.1622776601683795},"62":{"tf":1.0},"64":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"188":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":15,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.0},"26":{"tf":3.3166247903554},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"102":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":31,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"107":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":2.0},"119":{"tf":1.0},"132":{"tf":2.0},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"55":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"188":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":15,"docs":{"103":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"104":{"tf":2.23606797749979},"80":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":44,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.6457513110645907},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":2.449489742783178},"29":{"tf":1.0},"32":{"tf":2.6457513110645907},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"77":{"tf":3.3166247903554},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"18":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":19,"docs":{"140":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"g":{"df":35,"docs":{"106":{"tf":3.3166247903554},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":2.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"177":{"tf":1.0},"32":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"71":{"tf":2.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"72":{"tf":1.0}}},":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"=":{"1":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"b":{"6":{"4":{"=":{"$":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"1":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"s":{"=":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"5":{"2":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"b":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"\"":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"a":{"a":{"a":{"a":{"_":{"_":{"_":{"_":{"_":{"_":{"df":0,"docs":{},"j":{"2":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{":":{"1":{"0":{".":{"0":{".":{"0":{".":{"6":{":":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":2.23606797749979},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":65,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"102":{"tf":2.6457513110645907},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.7320508075688772},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":2.449489742783178},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":2.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":2.8284271247461903},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":3.4641016151377544},"8":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"55":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"144":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":9,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"93":{"tf":2.0}}}}},"df":8,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":27,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":3.0},"3":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}},"df":9,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"68":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"u":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.449489742783178},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":33,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"10":{"tf":1.0},"57":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":17,"docs":{"142":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.23606797749979},"158":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.0}},"t":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"=":{"'":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"79":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"75":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"106":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":37,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":3.0},"115":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":2.8284271247461903},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.1622776601683795},"44":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.0},"57":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":3.4641016151377544},"70":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"145":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":1.7320508075688772}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"65":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"97":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":11,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.7320508075688772},"159":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":2.0},"19":{"tf":2.23606797749979},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"169":{"tf":2.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"166":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"102":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"106":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.0},"152":{"tf":1.7320508075688772},"183":{"tf":1.0},"188":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"41":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":1.0},"177":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"10":{"tf":2.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":2.6457513110645907},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":19,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"y":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"v":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{")":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":7,"docs":{"75":{"tf":1.7320508075688772},"78":{"tf":2.0},"79":{"tf":1.0},"80":{"tf":3.7416573867739413},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":2.0}}},"df":5,"docs":{"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"159":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"185":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}},"d":{"df":14,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":7,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"142":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"68":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"149":{"tf":1.4142135623730951},"156":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"175":{"tf":1.0},"186":{"tf":2.23606797749979},"190":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":2.449489742783178},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"61":{"tf":1.7320508075688772},"71":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"159":{"tf":1.0}}}},"df":1,"docs":{"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":2.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.449489742783178}}},"v":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"53":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"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":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"10":{"tf":1.0},"106":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":22,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"188":{"tf":1.0},"29":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":2.8284271247461903},"135":{"tf":2.0},"138":{"tf":2.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"166":{"tf":2.6457513110645907},"167":{"tf":1.0},"29":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"70":{"tf":2.0}}},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":2.23606797749979},"142":{"tf":1.4142135623730951},"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"p":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":27,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"184":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":18,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"80":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":1,"docs":{"36":{"tf":1.0}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":1.0},"66":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"138":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"104":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"164":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"187":{"tf":1.0},"71":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"df":14,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"132":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":2.449489742783178},"139":{"tf":2.6457513110645907},"148":{"tf":1.0},"167":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":2.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"f":{"df":9,"docs":{"144":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.23606797749979},"161":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.7320508075688772},"141":{"tf":1.0},"184":{"tf":1.0},"23":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":32,"docs":{"106":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"125":{"tf":2.0},"128":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"188":{"tf":2.23606797749979},"21":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"0":{".":{"1":{"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"=":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":29,"docs":{"10":{"tf":2.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"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":4,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"47":{"tf":3.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":3.4641016151377544},"62":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"33":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"e":{"df":5,"docs":{"132":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"179":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":43,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":3.3166247903554},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"177":{"tf":1.0},"188":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":14,"docs":{"139":{"tf":1.0},"145":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"145":{"tf":1.0},"32":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"10":{"tf":1.4142135623730951},"104":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0}}},"u":{"df":6,"docs":{"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"71":{"tf":2.23606797749979},"80":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"14":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":2.23606797749979},"82":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"70":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":2.23606797749979},"77":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"69":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":17,"docs":{"106":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"166":{"tf":2.23606797749979},"175":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"159":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":26,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"104":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"15":{"tf":1.0},"64":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"164":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"142":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"p":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.0},"115":{"tf":2.449489742783178},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":3.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"131":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"103":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":2.6457513110645907},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"31":{"tf":2.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":2.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"54":{"tf":2.0},"65":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}}}}},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"145":{"tf":1.0},"32":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":32,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"141":{"tf":2.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"143":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}}}},"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"190":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":89,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":2.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":2.0},"145":{"tf":2.449489742783178},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"73":{"tf":2.0},"76":{"tf":1.7320508075688772},"80":{"tf":2.23606797749979},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"=":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979},"97":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"1":{"2":{".":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"54":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"3":{".":{"2":{"4":{".":{"5":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":2.449489742783178}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":3.4641016151377544},"143":{"tf":2.6457513110645907},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"2":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.0}}}},"df":1,"docs":{"189":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}},"s":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"103":{"tf":1.7320508075688772},"106":{"tf":2.0},"145":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":20,"docs":{"106":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"2":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"145":{"tf":1.0},"32":{"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":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":12,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"175":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":2.6457513110645907},"87":{"tf":1.4142135623730951}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0}}}},"y":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":2,"docs":{"164":{"tf":1.0},"173":{"tf":1.0}},"e":{"b":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"167":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"103":{"tf":2.0},"104":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"64":{"tf":3.1622776601683795},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":30,"docs":{"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":2.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"10":{"tf":1.0},"23":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"a":{"d":{"df":44,"docs":{"100":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"164":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"55":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":1,"docs":{"164":{"tf":1.0}},"e":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"0":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"164":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0}}},"1":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"2":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},".":{"2":{"0":{".":{"1":{"0":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"4":{".":{"3":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":1,"docs":{"74":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"2":{"9":{"df":7,"docs":{"109":{"tf":1.0},"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":2,"docs":{"115":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":6,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"117":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{".":{"0":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"/":{"2":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"2":{"9":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"4":{".":{"0":{"/":{"2":{"0":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":3,"docs":{"163":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"2":{"5":{"0":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"4":{"9":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}},"m":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"2":{"7":{".":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"2":{".":{"1":{"6":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"139":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{".":{"0":{"/":{"2":{"4":{"df":2,"docs":{"133":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"/":{"2":{"8":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":1,"docs":{"74":{"tf":1.0}}},"df":11,"docs":{"145":{"tf":1.0},"154":{"tf":1.4142135623730951},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"47":{"tf":1.0},"54":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":2.6457513110645907},"93":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"}":{",":{"\"":{"3":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":2.0}}},"3":{"7":{"9":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"104":{"tf":1.0},"155":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"64":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"3":{".":{"2":{"1":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{"0":{"0":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"6":{"7":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"71":{"tf":1.7320508075688772},"82":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"4":{"3":{"df":2,"docs":{"118":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"5":{"0":{"0":{"0":{"0":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}}},"6":{"0":{"8":{"1":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"4":{"3":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"96":{"tf":2.449489742783178}}},"df":4,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}},"8":{"0":{"df":3,"docs":{"118":{"tf":1.0},"131":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"164":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":2.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"65":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"80":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"132":{"tf":1.0},"94":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"184":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"d":{"d":{":":{"df":0,"docs":{},"v":{"0":{".":{"1":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"148":{"tf":1.4142135623730951},"164":{"tf":1.0},"18":{"tf":1.4142135623730951},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":2.449489742783178},"44":{"tf":2.449489742783178},"54":{"tf":2.0},"64":{"tf":1.0},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"36":{"tf":1.0},"54":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":2.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":11,"docs":{"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"55":{"tf":1.7320508075688772},"61":{"tf":2.23606797749979},"71":{"tf":2.8284271247461903}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"80":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":1,"docs":{"92":{"tf":1.7320508075688772}}}}}},"k":{"a":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{},"w":{"df":22,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"159":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"41":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"100":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"177":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"36":{"tf":2.0},"38":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}},"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"19":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":50,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"10":{"tf":2.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"55":{"tf":1.0},"6":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"9":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"137":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":33,"docs":{"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"140":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0}}},"df":20,"docs":{"103":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"184":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"104":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"71":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.0},"36":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"70":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"186":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":21,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"137":{"tf":3.0},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":2.0},"50":{"tf":2.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":3,"docs":{"164":{"tf":2.0},"26":{"tf":2.23606797749979},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.7320508075688772}},"e":{"_":{"1":{"_":{"1":{"df":1,"docs":{"93":{"tf":1.0}}},"2":{"df":1,"docs":{"93":{"tf":1.0}}},"8":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":1,"docs":{"164":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":1,"docs":{"148":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"25":{"tf":1.0},"3":{"tf":1.0},"60":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"w":{"df":19,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"143":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}},"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":27,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"164":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.449489742783178},"80":{"tf":2.0}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"2":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"2":{"8":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"3":{"6":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"5":{"2":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"6":{"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":4,"docs":{"162":{"tf":2.23606797749979},"163":{"tf":2.0},"164":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"32":{"tf":1.0},"75":{"tf":1.0},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"80":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"16":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"80":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"c":{"a":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"38":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"64":{"tf":4.0}}}},"df":0,"docs":{}},"l":{"df":4,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}},"p":{"a":{"c":{"df":3,"docs":{"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"6":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"i":{"'":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":43,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":2.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.449489742783178},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":2,"docs":{"164":{"tf":1.0},"54":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"39":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.449489742783178},"77":{"tf":1.0}}}},"df":3,"docs":{"104":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"179":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"14":{"tf":1.0},"149":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"83":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"36":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":23,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.605551275463989},"114":{"tf":1.0},"115":{"tf":3.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":3.4641016151377544},"127":{"tf":1.0},"128":{"tf":3.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.8284271247461903},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"20":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772}}}},"df":5,"docs":{"14":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"d":{"df":44,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":2.0},"103":{"tf":1.0},"106":{"tf":1.0},"132":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.7320508075688772},"168":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.7320508075688772},"52":{"tf":2.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"64":{"tf":2.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"72":{"tf":2.8284271247461903},"73":{"tf":2.449489742783178},"74":{"tf":3.4641016151377544},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":2.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":9,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.0},"70":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":2.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"103":{"tf":2.6457513110645907},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":2.449489742783178},"161":{"tf":2.449489742783178},"32":{"tf":1.0},"55":{"tf":4.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":19,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"df":116,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.0},"10":{"tf":3.1622776601683795},"100":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"105":{"tf":1.0},"106":{"tf":2.0},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":3.605551275463989},"140":{"tf":2.0},"141":{"tf":2.23606797749979},"142":{"tf":3.7416573867739413},"143":{"tf":2.8284271247461903},"144":{"tf":2.23606797749979},"145":{"tf":3.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":2.6457513110645907},"150":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.6457513110645907},"153":{"tf":1.7320508075688772},"154":{"tf":2.6457513110645907},"155":{"tf":2.23606797749979},"156":{"tf":3.0},"157":{"tf":2.23606797749979},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":3.1622776601683795},"19":{"tf":2.6457513110645907},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":3.1622776601683795},"22":{"tf":2.449489742783178},"23":{"tf":3.7416573867739413},"24":{"tf":2.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":2.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"32":{"tf":3.3166247903554},"33":{"tf":2.8284271247461903},"34":{"tf":2.449489742783178},"35":{"tf":2.449489742783178},"36":{"tf":4.0},"37":{"tf":2.8284271247461903},"38":{"tf":2.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":2.6457513110645907},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":3.0},"49":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":3.0},"52":{"tf":2.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"62":{"tf":2.8284271247461903},"63":{"tf":3.0},"64":{"tf":3.0},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":3.3166247903554},"68":{"tf":2.23606797749979},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":3.0},"99":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}}}}}},"m":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"i":{"df":14,"docs":{"103":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.0},"160":{"tf":1.0},"167":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"38":{"tf":3.0},"41":{"tf":1.0},"52":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"103":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"112":{"tf":2.449489742783178},"115":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"t":{"df":12,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":2.6457513110645907},"19":{"tf":3.0},"20":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"47":{"tf":2.23606797749979},"61":{"tf":2.23606797749979},"73":{"tf":2.6457513110645907},"76":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":13,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.7320508075688772},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.4142135623730951},"32":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"22":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":29,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":2.0},"20":{"tf":2.23606797749979},"22":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":2.6457513110645907},"73":{"tf":2.0},"76":{"tf":2.0},"83":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"89":{"tf":2.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"92":{"tf":2.0},"93":{"tf":2.0}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"149":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"184":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}},"t":{"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"144":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"164":{"tf":1.0},"173":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":44,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":3.1622776601683795},"115":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":3.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"29":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":2.0},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"69":{"tf":3.4641016151377544},"70":{"tf":2.8284271247461903},"72":{"tf":2.23606797749979},"73":{"tf":1.7320508075688772},"74":{"tf":3.3166247903554},"76":{"tf":1.0},"77":{"tf":3.4641016151377544},"98":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"24":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"r":{"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":83,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":2.449489742783178},"19":{"tf":2.6457513110645907},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":3.3166247903554},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":3.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.449489742783178},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"1":{"tf":1.0},"41":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":13,"docs":{"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":4.69041575982343},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"u":{"d":{"a":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"164":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":39,"docs":{"132":{"tf":2.449489742783178},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.8284271247461903},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":2.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":2.0},"31":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"t":{"a":{"df":14,"docs":{"175":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"b":{"df":1,"docs":{"138":{"tf":1.7320508075688772}}},"df":3,"docs":{"173":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"36":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":15,"docs":{"1":{"tf":1.0},"10":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":2.0},"83":{"tf":1.4142135623730951}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"10":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":24,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}}},"df":19,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":2.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":2.449489742783178}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"143":{"tf":1.0},"19":{"tf":1.0},"41":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"df":3,"docs":{"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"c":{"df":9,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"96":{"tf":1.0}},"s":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"135":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":1,"docs":{"104":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"175":{"tf":1.4142135623730951},"179":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"71":{"tf":2.449489742783178}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"54":{"tf":1.0},"71":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":6,"docs":{"48":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":2.0},"143":{"tf":3.0}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":4,"docs":{"48":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":2.8284271247461903},"84":{"tf":1.4142135623730951}}}}}}},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"74":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"169":{"tf":1.0},"179":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907},"80":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"142":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":2.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"98":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"181":{"tf":1.0},"32":{"tf":1.4142135623730951},"57":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"164":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}}}}}},"d":{"df":1,"docs":{"137":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"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":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"125":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":2.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"144":{"tf":1.0},"168":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"156":{"tf":2.23606797749979},"157":{"tf":2.0},"158":{"tf":1.0}},"e":{"d":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"157":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"64":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"p":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":36,"docs":{"100":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"160":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"73":{"tf":2.0},"76":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"136":{"tf":1.0},"166":{"tf":1.7320508075688772},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"p":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.7320508075688772},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"36":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"147":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.7320508075688772},"36":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"s":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":11,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"140":{"tf":1.0},"55":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":2.449489742783178},"71":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"164":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"145":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"s":{"df":6,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772}}}}}},"q":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}},"d":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":22,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":2.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"103":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"70":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"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":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":23,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.7320508075688772},"164":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":2.6457513110645907},"85":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"o":{"c":{"df":0,"docs":{},"i":{"d":{">":{":":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{">":{":":{"<":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"20":{"tf":1.0},"26":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"25":{"tf":1.0},"57":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"156":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{">":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":61,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":2.0},"132":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":2.23606797749979},"85":{"tf":2.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"31":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"144":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"188":{"tf":2.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"103":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.0}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":97,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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.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.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"h":{"c":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"38":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"n":{"df":2,"docs":{"141":{"tf":1.0},"69":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":18,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"38":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"47":{"tf":2.0},"48":{"tf":2.449489742783178},"49":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.8284271247461903},"54":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"47":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"167":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":2.6457513110645907},"184":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"2":{"tf":1.0},"27":{"tf":2.6457513110645907},"73":{"tf":2.6457513110645907},"76":{"tf":2.6457513110645907}}}},"w":{"df":0,"docs":{},"f":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":44,"docs":{"103":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"3":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"71":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":2.0}}}},"n":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"172":{"tf":1.0},"26":{"tf":2.449489742783178},"69":{"tf":2.6457513110645907},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"10":{"tf":1.0},"137":{"tf":1.0},"79":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"175":{"tf":1.0},"186":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"6":{"9":{".":{"2":{"5":{"4":{".":{"1":{"6":{"9":{".":{"2":{"5":{"4":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"c":{"/":{"df":0,"docs":{},"v":{"2":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"109":{"tf":1.0},"121":{"tf":1.0},"80":{"tf":1.0}},"s":{":":{"/":{"/":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"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":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"v":{"1":{".":{"7":{".":{"1":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"v":{"3":{".":{"2":{"4":{".":{"5":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"a":{"d":{"df":1,"docs":{"71":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{".":{"df":1,"docs":{"23":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":4,"docs":{"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":6,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0}}}},"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}}}},"d":{"=":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":22,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"155":{"tf":1.0},"166":{"tf":4.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"67":{"tf":2.0},"69":{"tf":2.6457513110645907},"70":{"tf":2.23606797749979},"87":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"10":{"tf":1.0},"100":{"tf":2.8284271247461903},"102":{"tf":1.4142135623730951},"20":{"tf":1.0},"94":{"tf":1.7320508075688772},"97":{"tf":2.6457513110645907},"98":{"tf":1.4142135623730951},"99":{"tf":2.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"97":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":29,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":2.23606797749979},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":2.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"(":{"df":2,"docs":{"15":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"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":7,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":4,"docs":{"106":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"183":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":6,"docs":{"136":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":59,"docs":{"0":{"tf":2.0},"10":{"tf":2.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.0},"16":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":2.449489742783178},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"108":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":3.3166247903554},"135":{"tf":2.0}}}}}}}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}},"df":4,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.0}},"i":{"df":6,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"26":{"tf":1.0},"69":{"tf":2.6457513110645907}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":46,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"170":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":2.8284271247461903},"57":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"n":{"c":{"df":35,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":2.0},"163":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":2.0},"53":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"76":{"tf":2.23606797749979},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"93":{"tf":2.0},"99":{"tf":2.0}},"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":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"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":2,"docs":{"161":{"tf":1.0},"87":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"135":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"16":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.4142135623730951},"64":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":12,"docs":{"177":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"106":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"181":{"tf":2.23606797749979},"183":{"tf":1.7320508075688772},"188":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"112":{"tf":2.8284271247461903},"115":{"tf":2.8284271247461903},"132":{"tf":1.0},"141":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"64":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"36":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"=":{"'":{"df":0,"docs":{},"{":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"2":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"q":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}}},"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"141":{"tf":1.0},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"4":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":6,"docs":{"103":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":2.23606797749979}}},"2":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":24,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"55":{"tf":2.449489742783178},"69":{"tf":1.0},"70":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"y":{"df":18,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"20":{"tf":1.7320508075688772},"26":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":45,"docs":{"100":{"tf":1.0},"103":{"tf":2.23606797749979},"104":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"141":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"24":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":3.4641016151377544},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":1,"docs":{"87":{"tf":1.0}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"29":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"37":{"tf":2.0},"51":{"tf":2.0},"63":{"tf":2.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":32,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"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},"43":{"tf":2.0},"44":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.449489742783178},"67":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":2.0},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"8":{"tf":1.0},"80":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":6,"docs":{"155":{"tf":1.0},"64":{"tf":2.8284271247461903},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":41,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.4142135623730951},"10":{"tf":2.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":2.23606797749979},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":2.23606797749979},"29":{"tf":2.23606797749979},"32":{"tf":2.6457513110645907},"38":{"tf":1.0},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"k":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"1":{".":{"2":{"0":{".":{"1":{"0":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}},"4":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}},"l":{"0":{"df":1,"docs":{"164":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"104":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"70":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"149":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"23":{"tf":1.0},"36":{"tf":2.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"75":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"b":{"df":7,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"73":{"tf":1.0}}},"df":5,"docs":{"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"188":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"10":{"tf":1.0},"102":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.449489742783178},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":8,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"145":{"tf":1.0},"177":{"tf":1.0},"35":{"tf":1.7320508075688772},"48":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":21,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":22,"docs":{"106":{"tf":2.23606797749979},"108":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"137":{"tf":3.0},"138":{"tf":1.0},"19":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"186":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"186":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":3,"docs":{"102":{"tf":1.0},"54":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"i":{"c":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"s":{"c":{"2":{"0":{"1":{"9":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"103":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"32":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":3.0},"70":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"32":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":5,"docs":{"103":{"tf":1.0},"160":{"tf":1.0},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"40":{"tf":2.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"104":{"tf":1.0},"159":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":68,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":3.0},"160":{"tf":3.0},"161":{"tf":2.449489742783178},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":2.8284271247461903},"22":{"tf":2.0},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":2.0},"57":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":2.6457513110645907},"68":{"tf":1.7320508075688772},"69":{"tf":2.0},"70":{"tf":2.449489742783178},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.7320508075688772},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"87":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}},"e":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"149":{"tf":1.0},"151":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"$":{"df":0,"docs":{},"{":{"c":{"c":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"74":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}},"p":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"141":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951}}},"d":{"df":5,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"69":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"64":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":24,"docs":{"100":{"tf":1.0},"103":{"tf":2.0},"104":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":3.0},"69":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":2.0},"50":{"tf":2.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}},"df":1,"docs":{"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":2.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"41":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"a":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"4":{"tf":1.0}},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"164":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":16,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"186":{"tf":1.4142135623730951},"21":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"41":{"tf":1.0}}}}},"p":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"100":{"tf":1.0},"184":{"tf":1.0},"48":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{">":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":55,"docs":{"100":{"tf":1.0},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":2.449489742783178},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":2.23606797749979},"141":{"tf":2.449489742783178},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"166":{"tf":2.6457513110645907},"170":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":3.7416573867739413},"61":{"tf":2.23606797749979},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.8284271247461903},"70":{"tf":2.449489742783178},"73":{"tf":2.449489742783178},"76":{"tf":2.449489742783178},"80":{"tf":2.8284271247461903},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":16,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"145":{"tf":1.7320508075688772},"154":{"tf":1.0},"161":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":3.1622776601683795},"62":{"tf":1.0},"64":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"e":{"=":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":7,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},">":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"<":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"t":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"183":{"tf":2.0},"188":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"177":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":15,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"182":{"tf":1.4142135623730951},"26":{"tf":3.3166247903554},"27":{"tf":1.4142135623730951},"37":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":12,"docs":{"102":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":61,"docs":{"105":{"tf":2.0},"106":{"tf":2.8284271247461903},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.449489742783178},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.6457513110645907},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":2.23606797749979},"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"55":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"134":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"166":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"188":{"tf":1.0},"64":{"tf":1.0}}}}},"w":{"df":15,"docs":{"103":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"80":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"104":{"tf":2.23606797749979},"80":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}},"2":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":52,"docs":{"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.6457513110645907},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.6457513110645907},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":2.8284271247461903},"160":{"tf":2.23606797749979},"161":{"tf":2.0},"162":{"tf":1.0},"169":{"tf":2.6457513110645907},"29":{"tf":1.0},"32":{"tf":2.6457513110645907},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"77":{"tf":3.3166247903554},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"145":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.7320508075688772}}}}}}}}},"s":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"104":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"18":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":19,"docs":{"140":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"98":{"tf":1.0}}}},"w":{"df":1,"docs":{"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"g":{"df":35,"docs":{"106":{"tf":3.3166247903554},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"65":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"177":{"tf":1.0},"32":{"tf":2.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":2,"docs":{"48":{"tf":1.0},"53":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"71":{"tf":2.0},"80":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"72":{"tf":1.0}}},":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"=":{"1":{"df":2,"docs":{"49":{"tf":1.0},"55":{"tf":1.0}}},"3":{"df":1,"docs":{"62":{"tf":1.0}}},"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"b":{"6":{"4":{"=":{"$":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"26":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":5,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"145":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0}},"e":{"=":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"8":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{".":{"5":{"2":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"3":{".":{"1":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":4,"docs":{"32":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"s":{"=":{"1":{"2":{"8":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}},"4":{"df":1,"docs":{"103":{"tf":1.0}}},"5":{"2":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":3,"docs":{"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"26":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"b":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"=":{"\"":{"<":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"=":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"u":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":17,"docs":{"102":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"29":{"tf":1.0},"55":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"a":{"a":{"a":{"a":{"_":{"_":{"_":{"_":{"_":{"_":{"df":0,"docs":{},"j":{"2":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{":":{"1":{"0":{".":{"0":{".":{"0":{".":{"6":{":":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"c":{"1":{".":{"df":0,"docs":{},"i":{"a":{"d":{".":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"103":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":2.6457513110645907},"26":{"tf":1.0},"32":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":66,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":2.0},"14":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":2.6457513110645907},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"39":{"tf":2.0},"44":{"tf":1.4142135623730951},"47":{"tf":2.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":2.0},"64":{"tf":2.23606797749979},"68":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":2.8284271247461903},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":3.4641016151377544},"8":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"9":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"55":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"144":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"144":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":9,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"93":{"tf":2.0}}}}},"df":8,"docs":{"154":{"tf":1.0},"173":{"tf":1.0},"64":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":37,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"144":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"152":{"tf":2.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":3.1622776601683795},"3":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0}}},"df":9,"docs":{"145":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"68":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"104":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"96":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"u":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"df":4,"docs":{"15":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":2.6457513110645907},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":38,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"16":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.7320508075688772},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"47":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"40":{"tf":1.0},"98":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":13,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"168":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":17,"docs":{"142":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.449489742783178},"158":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":2.449489742783178},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"129":{"tf":1.0},"160":{"tf":1.0},"41":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"10":{"tf":1.0},"14":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"164":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"54":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"26":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"+":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"=":{"'":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.8284271247461903},"143":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"79":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"75":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"84":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"106":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":37,"docs":{"106":{"tf":3.1622776601683795},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":3.1622776601683795},"115":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":3.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.23606797749979},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":2.0},"141":{"tf":2.23606797749979},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":2.0},"57":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":3.4641016151377544},"70":{"tf":2.6457513110645907},"71":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"145":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"106":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.4142135623730951},"80":{"tf":1.0},"92":{"tf":2.0}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"92":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"o":{"d":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"9":{"2":{".":{"1":{"6":{"8":{".":{"0":{".":{"0":{"/":{"1":{"6":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.449489742783178},"32":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"55":{"tf":1.0},"65":{"tf":1.4142135623730951},"80":{"tf":2.8284271247461903}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":12,"docs":{"10":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":2.0},"159":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":2.6457513110645907},"19":{"tf":2.8284271247461903},"20":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":8,"docs":{"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"161":{"tf":2.0},"169":{"tf":2.23606797749979}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"104":{"tf":1.0},"68":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"33":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"146":{"tf":1.4142135623730951},"15":{"tf":1.0},"166":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"132":{"tf":1.0},"25":{"tf":1.0},"38":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"3":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.4142135623730951},"29":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"102":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"73":{"tf":2.0},"76":{"tf":2.0},"94":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951},"99":{"tf":2.0}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":3.1622776601683795},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"152":{"tf":2.0},"183":{"tf":1.0},"188":{"tf":1.7320508075688772},"23":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"145":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"41":{"tf":1.0}}},"df":4,"docs":{"171":{"tf":1.0},"177":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":19,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":3.1622776601683795},"135":{"tf":3.1622776601683795},"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":42,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.0},"10":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":2.449489742783178},"107":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":2.8284271247461903},"4":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.449489742783178},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":21,"docs":{"103":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.449489742783178},"21":{"tf":2.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.7320508075688772},"78":{"tf":2.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"y":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":15,"docs":{"103":{"tf":1.0},"106":{"tf":2.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"166":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"v":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{")":{"a":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":9,"docs":{"75":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"80":{"tf":4.0},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":2.449489742783178}}},"df":5,"docs":{"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979},"85":{"tf":2.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"38":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"159":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":2,"docs":{"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"185":{"tf":1.4142135623730951}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"188":{"tf":1.0}}}},"d":{"df":14,"docs":{"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"155":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":7,"docs":{"23":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"65":{"tf":1.0},"71":{"tf":1.0}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"142":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"94":{"tf":1.0}},"i":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"68":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"143":{"tf":1.0},"149":{"tf":1.4142135623730951},"156":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"]":{"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"/":{"a":{"d":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":15,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"175":{"tf":1.0},"186":{"tf":2.449489742783178},"190":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"61":{"tf":1.7320508075688772},"71":{"tf":1.7320508075688772},"96":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"k":{"8":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"u":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"159":{"tf":1.0}}}},"df":1,"docs":{"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":14,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":2.0},"23":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.6457513110645907}}},"v":{"df":2,"docs":{"48":{"tf":1.0},"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"53":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"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":1,"docs":{"41":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"47":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":16,"docs":{"10":{"tf":1.0},"106":{"tf":1.7320508075688772},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":22,"docs":{"100":{"tf":1.0},"106":{"tf":1.4142135623730951},"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"188":{"tf":1.0},"29":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":11,"docs":{"133":{"tf":2.0},"134":{"tf":2.8284271247461903},"135":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"166":{"tf":2.6457513110645907},"167":{"tf":1.0},"29":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"70":{"tf":2.0}}},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"p":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":27,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"184":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":18,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"80":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":1,"docs":{"36":{"tf":1.0}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"48":{"tf":1.0},"66":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"138":{"tf":1.0},"70":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"104":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"164":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"23":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"df":14,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":13,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"132":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.8284271247461903},"139":{"tf":3.0},"148":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"62":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":2.0},"98":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"160":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"f":{"df":9,"docs":{"144":{"tf":1.0},"159":{"tf":2.6457513110645907},"160":{"tf":2.6457513110645907},"161":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":2.23606797749979},"2":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":2.0},"141":{"tf":1.0},"184":{"tf":1.0},"23":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"c":{"df":35,"docs":{"106":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.0},"128":{"tf":2.23606797749979},"129":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"188":{"tf":2.449489742783178},"21":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{":":{"=":{"\"":{"1":{"0":{".":{"1":{"2":{"8":{".":{"0":{".":{"0":{"/":{"1":{"2":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"=":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":29,"docs":{"10":{"tf":2.0},"102":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"167":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":2.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"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":4,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"145":{"tf":1.0},"161":{"tf":1.0},"32":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"46":{"tf":2.0},"47":{"tf":3.1622776601683795},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":3.605551275463989},"62":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"80":{"tf":1.0}},"n":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"33":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}},"z":{"df":0,"docs":{},"e":{"df":5,"docs":{"132":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"70":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"15":{"tf":1.0},"179":{"tf":1.0},"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":10,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"134":{"tf":2.6457513110645907},"135":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":43,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"104":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"138":{"tf":2.0},"139":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":3.3166247903554},"69":{"tf":2.23606797749979},"70":{"tf":2.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":12,"docs":{"177":{"tf":1.0},"188":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":14,"docs":{"139":{"tf":1.0},"145":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"103":{"tf":1.0},"161":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"145":{"tf":1.0},"32":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.7320508075688772}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":97,"docs":{"10":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.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.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"65":{"tf":1.0}}},"u":{"df":6,"docs":{"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0},"71":{"tf":2.449489742783178},"80":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"14":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"64":{"tf":2.23606797749979},"82":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"70":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"145":{"tf":1.0},"32":{"tf":1.7320508075688772},"34":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":2.449489742783178},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":2.0},"81":{"tf":2.23606797749979},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"80":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"69":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":17,"docs":{"106":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"166":{"tf":2.23606797749979},"175":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"2":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":7,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"159":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":26,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"104":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}},"v":{"c":{"df":4,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"15":{"tf":1.0},"64":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"106":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.4142135623730951},"33":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"164":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"142":{"tf":1.0},"27":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"p":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.0},"115":{"tf":2.449489742783178},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":3.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"131":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"103":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":2.8284271247461903},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":2.23606797749979},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":2.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.449489742783178},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"100":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":1,"docs":{"23":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"65":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"183":{"tf":1.0},"188":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"144":{"tf":1.0},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951}}}}}}}},"l":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":14,"docs":{"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"188":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"188":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":2,"docs":{"26":{"tf":2.449489742783178},"27":{"tf":1.0}},"i":{"df":1,"docs":{"104":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"145":{"tf":1.0},"32":{"tf":1.0},"64":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":8,"docs":{"1":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"32":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"159":{"tf":1.0},"41":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":32,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.0},"135":{"tf":2.0},"138":{"tf":1.0},"141":{"tf":2.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"i":{"c":{"df":3,"docs":{"143":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}}}}}}},"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"40":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"145":{"tf":1.0},"190":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}}},"df":112,"docs":{"10":{"tf":1.7320508075688772},"100":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":2.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"14":{"tf":2.23606797749979},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"145":{"tf":2.449489742783178},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.7320508075688772},"34":{"tf":2.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"47":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.7320508075688772},"62":{"tf":2.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"70":{"tf":1.7320508075688772},"71":{"tf":1.7320508075688772},"73":{"tf":2.0},"76":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"l":{"=":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"b":{"6":{"4":{"=":{"\"":{"$":{"(":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":2.23606797749979},"26":{"tf":2.0},"27":{"tf":1.0},"57":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"0":{".":{"1":{"2":{".":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"1":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"54":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"3":{".":{"2":{"4":{".":{"5":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"64":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":15,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":2.449489742783178}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"164":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"102":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":6,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"n":{"df":26,"docs":{"106":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":3.605551275463989},"143":{"tf":2.8284271247461903},"151":{"tf":1.0},"152":{"tf":1.0},"166":{"tf":2.23606797749979},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"2":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":1,"docs":{"189":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.7320508075688772}}}}},"s":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"103":{"tf":1.7320508075688772},"106":{"tf":2.0},"145":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":2,"docs":{"73":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"106":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.8284271247461903},"157":{"tf":1.0},"158":{"tf":2.0},"18":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"2":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"1":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"e":{"4":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"145":{"tf":1.0},"32":{"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":2,"docs":{"88":{"tf":1.0},"89":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":12,"docs":{"162":{"tf":2.23606797749979},"163":{"tf":2.0},"164":{"tf":2.0},"175":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.23606797749979},"80":{"tf":3.0},"87":{"tf":1.7320508075688772}},"e":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"_":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"58":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"132":{"tf":1.4142135623730951},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0}}}},"y":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":2,"docs":{"164":{"tf":1.0},"173":{"tf":1.0}},"e":{"b":{"df":1,"docs":{"184":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"167":{"tf":1.0},"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"103":{"tf":2.0},"104":{"tf":2.23606797749979},"56":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"62":{"tf":2.6457513110645907},"63":{"tf":1.0},"64":{"tf":3.3166247903554},"65":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"141":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"106":{"tf":1.4142135623730951},"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"=":{"1":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":37,"docs":{"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":2.449489742783178},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"134":{"tf":2.449489742783178},"135":{"tf":2.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":2.23606797749979},"33":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"69":{"tf":2.449489742783178},"70":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"10":{"tf":1.0},"23":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"a":{"d":{"df":54,"docs":{"100":{"tf":2.449489742783178},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":2.0},"138":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.7320508075688772},"145":{"tf":2.449489742783178},"149":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"32":{"tf":3.0},"33":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":3.1622776601683795},"37":{"tf":2.23606797749979},"38":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":2.23606797749979},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":2.0},"63":{"tf":2.449489742783178},"64":{"tf":2.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"177":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"164":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"55":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}}}}},"df":1,"docs":{"164":{"tf":1.0}},"e":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}},"title":{"root":{"1":{"df":2,"docs":{"154":{"tf":1.0},"96":{"tf":1.0}}},"2":{"df":2,"docs":{"155":{"tf":1.0},"97":{"tf":1.0}}},"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":1,"docs":{"175":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"101":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"137":{"tf":1.0},"172":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"79":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"87":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"16":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"107":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":1,"docs":{"176":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"47":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"d":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":52,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":5,"docs":{"167":{"tf":1.0},"177":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":22,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":4,"docs":{"39":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":11,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"86":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"134":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"42":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"136":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"f":{"d":{"df":1,"docs":{"179":{"tf":1.0}}},"df":1,"docs":{"178":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"168":{"tf":1.0},"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"55":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":5,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"135":{"tf":1.0},"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"162":{"tf":1.0},"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"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":10,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0},"24":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"72":{"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":7,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"24":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}},"n":{"c":{"df":14,"docs":{"161":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"u":{"b":{"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":5,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"35":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"o":{"a":{"d":{"df":7,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"160":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"c":{"df":5,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":1,"docs":{"182":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"165":{"tf":1.0}}}}}}},"w":{"df":9,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"62":{"tf":1.0},"80":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":9,"docs":{"104":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"54":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"g":{"df":25,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"184":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"97":{"tf":1.0}}}}}}},"d":{"df":2,"docs":{"154":{"tf":1.0},"20":{"tf":1.0}}},"df":9,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":6,"docs":{"13":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"l":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":1,"docs":{"57":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"tf":1.0},"32":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":12,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":5,"docs":{"148":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"166":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"24":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"c":{"df":6,"docs":{"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}},"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":1,"docs":{"185":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"36":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"164":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"187":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"148":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"i":{"c":{"df":10,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"188":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"46":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":13,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"154":{"tf":1.0},"155":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":3,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":21,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"26":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"n":{"df":7,"docs":{"136":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0}}}},"df":1,"docs":{"189":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"i":{"a":{"df":2,"docs":{"73":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"156":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"54":{"tf":1.0},"86":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":21,"docs":{"100":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file diff --git a/src/css/mdbook-admonish.css b/src/css/mdbook-admonish.css new file mode 100644 index 00000000..53c482d9 --- /dev/null +++ b/src/css/mdbook-admonish.css @@ -0,0 +1,321 @@ +:root { + --md-admonition-icon--note: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--abstract: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--info: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--tip: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--success: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--question: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--warning: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--failure: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--danger: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--bug: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--example: + url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--quote: + url("data:image/svg+xml;charset=utf-8,"); +} + +:is(.admonition) { + display: flow-root; + margin: 1.5625em 0; + padding: 0 1.2rem; + color: var(--fg); + page-break-inside: avoid; + background-color: var(--bg); + border: 0 solid black; + border-inline-start-width: 0.4rem; + border-radius: 0.2rem; + box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05), 0 0 0.1rem rgba(0, 0, 0, 0.1); +} +@media print { + :is(.admonition) { + box-shadow: none; + } +} +:is(.admonition) > * { + box-sizing: border-box; +} +:is(.admonition) :is(.admonition) { + margin-top: 1em; + margin-bottom: 1em; +} +:is(.admonition) > .tabbed-set:only-child { + margin-top: 0; +} +html :is(.admonition) > :last-child { + margin-bottom: 1.2rem; +} + +:is(.admonition-title, summary) { + position: relative; + margin-block: 0; + margin-inline: -1.6rem -1.2rem; + padding-block: 0.8rem; + padding-inline: 4rem 1.2rem; + font-weight: 700; + background-color: rgba(68, 138, 255, 0.1); + border: 0 solid #448aff; + border-inline-start-width: 0.4rem; + border-start-start-radius: 0.2rem; + display: flex; +} +:is(.admonition-title, summary) > p { + margin: 0; +} +html :is(.admonition-title, summary):last-child { + margin-bottom: 0; +} +:is(.admonition-title, summary)::before { + position: absolute; + top: 0.625em; + inset-inline-start: 1.2rem; + width: 2rem; + height: 2rem; + background-color: #448aff; + mask-image: url('data:image/svg+xml;charset=utf-8,'); + -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-size: contain; + content: ""; +} + +:is(.admonition):is(.note) { + border-color: #448aff; +} + +:is(.note) > :is(.admonition-title, summary) { + background-color: rgba(68, 138, 255, 0.1); + border-color: #448aff; +} +:is(.note) > :is(.admonition-title, summary)::before { + background-color: #448aff; + mask-image: var(--md-admonition-icon--note); + -webkit-mask-image: var(--md-admonition-icon--note); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.abstract, .summary, .tldr) { + border-color: #00b0ff; +} + +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary) { + background-color: rgba(0, 176, 255, 0.1); + border-color: #00b0ff; +} +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary)::before { + background-color: #00b0ff; + mask-image: var(--md-admonition-icon--abstract); + -webkit-mask-image: var(--md-admonition-icon--abstract); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.info, .todo) { + border-color: #00b8d4; +} + +:is(.info, .todo) > :is(.admonition-title, summary) { + background-color: rgba(0, 184, 212, 0.1); + border-color: #00b8d4; +} +:is(.info, .todo) > :is(.admonition-title, summary)::before { + background-color: #00b8d4; + mask-image: var(--md-admonition-icon--info); + -webkit-mask-image: var(--md-admonition-icon--info); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.tip, .hint, .important) { + border-color: #00bfa5; +} + +:is(.tip, .hint, .important) > :is(.admonition-title, summary) { + background-color: rgba(0, 191, 165, 0.1); + border-color: #00bfa5; +} +:is(.tip, .hint, .important) > :is(.admonition-title, summary)::before { + background-color: #00bfa5; + mask-image: var(--md-admonition-icon--tip); + -webkit-mask-image: var(--md-admonition-icon--tip); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.success, .check, .done) { + border-color: #00c853; +} + +:is(.success, .check, .done) > :is(.admonition-title, summary) { + background-color: rgba(0, 200, 83, 0.1); + border-color: #00c853; +} +:is(.success, .check, .done) > :is(.admonition-title, summary)::before { + background-color: #00c853; + mask-image: var(--md-admonition-icon--success); + -webkit-mask-image: var(--md-admonition-icon--success); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.question, .help, .faq) { + border-color: #64dd17; +} + +:is(.question, .help, .faq) > :is(.admonition-title, summary) { + background-color: rgba(100, 221, 23, 0.1); + border-color: #64dd17; +} +:is(.question, .help, .faq) > :is(.admonition-title, summary)::before { + background-color: #64dd17; + mask-image: var(--md-admonition-icon--question); + -webkit-mask-image: var(--md-admonition-icon--question); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.warning, .caution, .attention) { + border-color: #ff9100; +} + +:is(.warning, .caution, .attention) > :is(.admonition-title, summary) { + background-color: rgba(255, 145, 0, 0.1); + border-color: #ff9100; +} +:is(.warning, .caution, .attention) > :is(.admonition-title, summary)::before { + background-color: #ff9100; + mask-image: var(--md-admonition-icon--warning); + -webkit-mask-image: var(--md-admonition-icon--warning); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.failure, .fail, .missing) { + border-color: #ff5252; +} + +:is(.failure, .fail, .missing) > :is(.admonition-title, summary) { + background-color: rgba(255, 82, 82, 0.1); + border-color: #ff5252; +} +:is(.failure, .fail, .missing) > :is(.admonition-title, summary)::before { + background-color: #ff5252; + mask-image: var(--md-admonition-icon--failure); + -webkit-mask-image: var(--md-admonition-icon--failure); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.danger, .error) { + border-color: #ff1744; +} + +:is(.danger, .error) > :is(.admonition-title, summary) { + background-color: rgba(255, 23, 68, 0.1); + border-color: #ff1744; +} +:is(.danger, .error) > :is(.admonition-title, summary)::before { + background-color: #ff1744; + mask-image: var(--md-admonition-icon--danger); + -webkit-mask-image: var(--md-admonition-icon--danger); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.bug) { + border-color: #f50057; +} + +:is(.bug) > :is(.admonition-title, summary) { + background-color: rgba(245, 0, 87, 0.1); + border-color: #f50057; +} +:is(.bug) > :is(.admonition-title, summary)::before { + background-color: #f50057; + mask-image: var(--md-admonition-icon--bug); + -webkit-mask-image: var(--md-admonition-icon--bug); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.example) { + border-color: #7c4dff; +} + +:is(.example) > :is(.admonition-title, summary) { + background-color: rgba(124, 77, 255, 0.1); + border-color: #7c4dff; +} +:is(.example) > :is(.admonition-title, summary)::before { + background-color: #7c4dff; + mask-image: var(--md-admonition-icon--example); + -webkit-mask-image: var(--md-admonition-icon--example); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.quote, .cite) { + border-color: #9e9e9e; +} + +:is(.quote, .cite) > :is(.admonition-title, summary) { + background-color: rgba(158, 158, 158, 0.1); + border-color: #9e9e9e; +} +:is(.quote, .cite) > :is(.admonition-title, summary)::before { + background-color: #9e9e9e; + mask-image: var(--md-admonition-icon--quote); + -webkit-mask-image: var(--md-admonition-icon--quote); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +.navy :is(.admonition) { + background-color: var(--sidebar-bg); +} + +.ayu :is(.admonition), .coal :is(.admonition) { + background-color: var(--theme-hover); +} + +.rust :is(.admonition) { + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} diff --git a/tomorrow-night.css b/tomorrow-night.css new file mode 100644 index 00000000..5b4aca77 --- /dev/null +++ b/tomorrow-night.css @@ -0,0 +1,102 @@ +/* Tomorrow Night Theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rule .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.hljs-name, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.hljs-title, +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + overflow-x: auto; + background: #1d1f21; + color: #c5c8c6; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +.hljs-addition { + color: #718c00; +} + +.hljs-deletion { + color: #c82829; +}